Category: Work

Dark Social: What it isn't.

I’d heard the term “Dark Social” on a client call about two months ago, I googled it and balked at the definition. “Dark social describes any web traffic that’s not attributed to a known source” Allegedly coined by this article http://www.theatlantic.com/technology/archive/2012/10/dark-social-we-have-the-whole-history-of-the-web-wrong/263523/, which Read More

PhantomJS and asynchronous resources after load

I’ve been dabbling with PhantomJS for about the past 3 months and just “picked up my pen” again this week. I’m trying to write some automated testing around tag resources loading onto the page. page.open(url,function(status){ if(status==’success’){ var check = page.evaluate(function(){ return Read More