I've read several discussions here about Urchin 6 and Google
Analytics, and I've tried several different adjustments and none seems
to work. My Google Analytics javascript looks like this:
var pageTracker = _gat._getTracker("UA-xxxxxxx-1");
pageTracker._setDomainName(".
mydomain.org");
pageTracker._setAllowHash(false);
pageTracker._setAllowLinker(true);
pageTracker._initData();
pageTracker._setLocalRemoteServerMode();
pageTracker._trackPageview();
Adding the setLocalRemoteServerMode works, or at least I can see in
the live headers that my local __utm.gif file is being hit (before
this, I could see that it was the Google Analytics remote __utm.gif).
My Google Analytics data is the same, so that is working correctly.
My Urchin data is not being recorded correctly. Everything is blank
or a zero except the IT reports, which show that files are being
accessed. I am logging cookie data, so that shouldn't be the problem.
Thanks,
Lee