Author Archives: Eduardo Cereto
Google Analytics source override precedence
Google Analytics keeps track of 5 campaign variables all this information goes into _utmz cookie. This cookie has the following format: _utmz=1.1267299040.3.4.utmcsr=Source|utmccn=Campaign|utmcmd=Media|utmcct=Content|utmctr=Term There are basically 4 types of origins: Campaigns: this means the user clicked on an AdWords link or … Continue reading
Google Analytics _setAllowHash bug
GATC (Google Analytics Tracking Code) has an annoying bug with _setAllowHash. Suppose you have something like this: Domain http://test.cereto.net/ that has a GATC for multiple sub-domains. Domain http://test2.cereto.net/ that has both our tracker and a secondary default tracker that we … Continue reading
Event order in different browsers
I had an issue today where my event had to be triggered after another event in the onload property of body. I wasn’t sure if my event would be triggered after or before so I wrote a quick code to … Continue reading