Multiple Analytics Tracking IDs on One Page?

We are creating a website that deals with several users, each of which has its own portal "white label", which accesses a unique subdomain URL. We want to keep our own tracking metrics with Google analytics, but also want to give white label users the ability to use their own tracking identifier for their unique subdomain.

My question is this: is it possible (or even supported) to have multiple pieces of ID tracking code on one page on a website?

+8
google analytics
source share
1 answer

Google Docs contain information about this in One Push, a few commands :

_gaq.push( ['_setAccount', 'UA-XXXXX-1'], ['_trackPageview'], ['b._setAccount', 'UA-XXXXX-2'], ['b._trackPageview'] ); 
+8
source share

All Articles