tweaked tracking for subdomain

This commit is contained in:
Koen 2014-11-19 23:01:41 +01:00
parent 3e555935c5
commit 8f713d80c7
1 changed files with 5 additions and 0 deletions

View File

@ -417,6 +417,11 @@ function findSequence(goal) {
ga('create', 'UA-56825926-1', 'auto');
ga('send', 'pageview');
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-56825926-1']);
_gaq.push(['_setDomainName', 'example-petstore.com']);
_gaq.push(['_trackPageview']);
</script>
</body>