Thanks for looking at this everyone. I eventually worked it out by adding additional variables ['_trackPageview'] and ['mysite._trackPageview']. If anyone else is looking to do this, it should look something like:
_gaq.push( ['_setAccount', 'UA-1234567-1'], ['_trackPageview'], ['mysite._setAccount', 'UA-7654321-1'], ['mysite._trackPageview'] ); We needed multiple trackers for a variety of reasons, mainly so we could collect tracking data in an independent account from the partner's account (and also not have to bother them about setting up a way to share their data). The best resource I eventually came across is here: http://code.google.com/apis/analytics/docs/tracking/asyncUsageGuide.html#MultipleTrackers -- Our Web site: http://www.RefreshAustin.org/ You received this message because you are subscribed to the Google Groups "Refresh Austin" group. [ Posting ] To post to this group, send email to [email protected] Job-related postings should follow http://tr.im/refreshaustinjobspolicy We do not accept job posts from recruiters. [ Unsubscribe ] To unsubscribe from this group, send email to [email protected] [ More Info ] For more options, visit this group at http://groups.google.com/group/Refresh-Austin
