When using vBSEO integrated with Google Analytics, the utma cookies are attributed to .domain.com regardless of $vbulletin->options[cookiedomain]. If I have set www.domain.com, that's where I want the cookies. The current implementation means that serving static content from a sub-domain cannot achieve Google's recommendation of using cookie-less domains for static content (which means an additional 1.4KiB is sent/received for each static request).
This can be avoided by simply setting the cookie domain in the GA implementation:
Code:pageTracker._setDomainName('{$vbulletin->options['cookiedomain']}');



LinkBack URL
About LinkBacks





Reply With Quote