I thought I had this working but GA reports "Tracking Not Installed" for https://www.canadianbusinessresource...hase/index.php
ZC 1.3.9h
Simple GA 1.2.5b
Source View within </heading>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXX-X']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
(function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
The only odd thing is the line <!--simple google analytics--> just before the </body> tag.
Please help me sort out what I have done wrong.
Bookmarks