Forum Moderators: DixonJones

Message Too Old, No Replies

Google Analytics: Multiple domains, Multiple profiles

Can I have one profile for all sites, and each site have it's own profile?

         

higgins

3:49 pm on May 23, 2008 (gmt 0)

10+ Year Member



I have seen a bunch of discussion on cross domain and multiple
profiles on one site, but can't find anything that addresses both...
Have roughly 60 web sites that I have tagged with SEPERATE Google
Analytics uacct numbers. I would like to now add an additional
profile that will track the aggregate data across all domains, while
maintaining the existing profiles.

I am fairly confident in the instructions from Google to do so using the
utmLinker and ulink (although we don't really cross link between the
sites). However, we still want the existing, individual profiles to
work because we have 18 months of data there that we don't want to
lose. Ideally, we probably should have used one profile and filters,
but I don't think we can do that now without starting over.

I have seen code that will allow you to put two profiles on the same
domain:

<script src="http://www.google-analytics.com/urchin.js" type="text/
javascript"></script>
<script type="text/javascript">
_uacct = "UA-#*$!XX-1";
urchinTracker();
_uff = 0; // Reset for second account
_uacct = "UA-#*$!XX-2";
urchinTracker();
</script>

My question is what the code would look like if we combined the cross
domain tracking solution with the multiple profile, one site code.

Any other suggestions would be welcome.

GeoFan49

6:40 pm on Aug 6, 2008 (gmt 0)

10+ Year Member



Very good question... did you find any solution?