Mobile app version of vmapp.org
Login or Join
Hamaas447

: How do I track a hosted URL on Namecheap.com with Google Analytics I'm hosting a URL with NameCheap, and it is a URL frame for a blogspot.com account. I'm using Google Analytics to track the

@Hamaas447

Posted in: #GoogleAnalytics #Url

I'm hosting a URL with NameCheap, and it is a URL frame for a blogspot.com account. I'm using Google Analytics to track the blogspot.com account, but I'd like to be able to track the NameCheap frame URL as well. How do I do this?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Hamaas447

1 Comments

Sorted by latest first Latest Oldest Best

 

@Steve110

If you want to track to two Google Analytics accounts it is possible:

var _gaq = _gaq || [];
_gaq.push(
['_setAccount', 'UA-AAAAAAAA-0'],
['_trackPageview'],
['b._setAccount', 'UA-BBBBBBBB-0'],
['b._trackPageview']);

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme