Quote Originally Posted by JackA View Post
Thanks.

I'm asking the following for the benefit of others and because the reports are only generated once a day. I pasted it in the tpl_main_page.php just before the </body> tag, correct? So, a live page now shows this at the bottom (my UA id hidden here):

Code:
<!--eof- site copyright display -->

</div>

<!--bof- parse time display -->

<!--eof- parse time display -->

<!--bof- banner #6 display -->

<!--eof- banner #6 display -->

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>

<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-XXXXXXX");
pageTracker._initData();
pageTracker._trackPageview();
</script>

</body>

</html>
Jack,

You did not enter your Google Analytics Tracking ID number. That is why you are getting no results. See the highlighted area I have above (in red).

That number needs to be YOUR number and is configured form within the admin of Zen. You get the number from within your Google Analytics account itself.

Right now all you have is the example data of "UA-xxxxx-x". You need your number in there for it to work.