If you use the "Tracking Information → Subdomains" function , you must replace the new tracking code.
this line of code will be changed if you change the site domain.
_gaq.push(['_setDomainName', 'yourdomain.net']);
====>
_gaq.push(['_setDomainName', 'yourdomain2.com']);
source
share