Google Analytics: tracking subdomains for a profile defined for a subdomain
- by Alex G
Hope you can help. We have set up a single property under our Google Analytics account. That property's default URL is set to subdomain1.example.com.
We would now like to track multiple subdomains for example.com, under the same property. Seems easy enough: we just need to add
_gaq.push(['_setDomainName', 'example.com']);
to our tracking…