Mobile app version of vmapp.org
Login or Join
Dunderdale272

: Google Analytics: Multiple domain, One tracking ID, one email report I created a new Tracking ID for 10 Drupal sites. However, why all 10 sites reports are the same in my Google Analytics?

@Dunderdale272

Posted in: #GoogleAnalytics #MultipleDomains #Reporting

I created a new Tracking ID for 10 Drupal sites. However, why all 10 sites reports are the same in my Google Analytics?



update: added additional information

Here are 10 sites info I got

Drupal site 1: siteA.com
Code on Google Analytics Module: UA-00000001-1
Drupal site 1: siteB.com
Code on Google Analytics Module: UA-00000001-2
Drupal site 1: siteC.com
Code on Google Analytics Module: UA-00000001-3
. . . and so on

PS: For each site, I added the
same 2nd tracking ID and code on Custom Javascript code in Google Analytics Module
code snippet(before):

_gaq.push(["_setDomainName", "none"]);
_gaq.push(["_setAllowLinker", true]);


Code snippet (after):

_gaq.push(["_setAccount", "UA-00000002-1”]);
_gaq.push(["_setDomainName", "none"]);
_gaq.push(["_setAllowLinker", true]);
_gaq.push(["_trackPageview"]);




Also I added a Filter for each Google Analytics View on tracking ID UA-00000002-1.

on SiteA.com
Filter Type: - Predfined Filter> Include only > Traffic to the hostname > that begin with
Hostname: SiteA.com

on SiteB.com
Filter Type: - Predfined Filter> Include only > Traffic to the hostname > that begin with
Hostname: SiteB.com

on SiteC.com
Filter Type: - Predfined Filter> Include only > Traffic to the hostname > that begin with
Hostname: SiteC.com

... and so on

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Dunderdale272

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme