Category Archives: Javascript

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

Posted in Google Analytics, Javascript | Tagged , , , , , | Leave a comment

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

Posted in Javascript | Tagged , , , , , | Leave a comment