Hi, I have this tracking code in my sait: <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-******]); _gaq.push(['_setDomainName', '.example.com']); _gaq.push(['_setAllowHash', false]); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> Code (markup): So can you guys suggest how to change it to track the subdomains.. for example I need to track 100 subdomains or if the tracking code is okay.. what else should I do?
According to me you cant handle those all subdomains through single code but you can manage all domains through single account. You can create different code for different domains but through single account.
First of all i would like to apologies for the previous comment. Yes there is an option to set multiple domains from single domain. You can handle multiple sub domains through single account .