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']);