From 8f713d80c764a3d93bb43828f335e7fea386e978 Mon Sep 17 00:00:00 2001 From: Koen Date: Wed, 19 Nov 2014 23:01:41 +0100 Subject: [PATCH] tweaked tracking for subdomain --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 9ec99b9..af28632 100755 --- a/index.html +++ b/index.html @@ -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']);