I have a website on www.example.com and use Google Analytics. I\'ve also set up static.example.com which serves all static content.
The problem is that the default b
For anyone loading the Google Analytics javascript async (the recommended way according to Google) the syntax looks like this:
_gaq.push(['_setDomainName', 'www.allinpoker.se']);
This line should be before _trackPageview since it's configuring the cookies. You could find more info on developers.google.com.
I also recommend setting up a permanent redirect on (in my case) allinpoker.se to www.allinpoker.se since you only want the tracking on the www sub domain.