Subdomain name is domain name (independent) and if you want to have information about this domain name only you need to do the operations with this domain name only
__________________ ServerPoint.com - a true hosting company since 1998 Web Hosting, colocation, Please login or register to view this content. Registration is FREE
I have sites with subdomains as well and I use different analytics for each and every one of them, it makes it easier for me to track my visitors and analyze them...
I have sites with subdomains as well and I use different analytics for each and every one of them, it makes it easier for me to track my visitors and analyze them...
Hey you are right.
This is the way to track a visitor for one particular sub domain.
Yes each one will need it's own tracking, it will be nice to get split test results for which languages are most actively used for your websites though.
Is it possible to create a filter to track all those separate profiles together? Now, i have 6 separate profiles for each language and I need to sum to get the total visit.
NO, you can track all subdomains under same Analytics profile.
The code is something like this:
Code:
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-xxxxxx-x");
pageTracker._setDomainName("example.com");
pageTracker._initData();
pageTracker._trackPageview();
</script>
Create a filter:
Code:
Filter Type: Custom filter > Advanced
Field A: Hostname
Extract A: (.*)
Field B: Request URI
Extract B: (.*)
Output To: Request URI
Constructor: /$A1$B1
__________________
+ Please login or register to view this content. Registration is FREE