Hi All,
I was hoping someone might be able to offer up some advice.
I currently have several drupal sites, each with their own google analytics account. Recently, I've also created an "ALL" google analytics account that I'm dumping All my sites data into (in additional to each site's specific google account).
I have this working, using the custom javascript "after" area of the google analytics setup, as follows:
_gaq.push(
['All._setAccount','UA-XXXXXXX-1'],
['All._trackPageview']
);
I see pageviews fine, but only see Link Tracking in the original Google Analytics property, and not seeing it in the "All" account.
Would anyone know how I might be able to see Link Tracking in both accounts?
Thanks, in advance, for any help you could provide!!