Hello, I am trying to speed up my site and all my images on my subdomain are showing cookies in the header from Google. I was reading - http://www.ravelrumba.com/blog/static-cookieless-domain/ where it says that you can specify only the main domain in the tracking code for Google analytics.
"For Google Analytics, you have to set the “_setDomainName” value to your www domain. Like this:
_gaq.push(
['_setAccount', 'UA-xxxxxxx-1'],
['_setDomainName', 'www.example.com'],
['_trackPageview']
);"
Using your plugin, which I want to keep, is there a way to add the " ['_setDomainName', 'www.example.com']," piece to the plugin? Thanks in advance.