Adding google analytics tracker code into Atahualpa?
-
I need to post the following code into my web pages so I can use google analytics:
`<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”>
try {
var pageTracker = _gat._getTracker(“UA-12316965-2”);
pageTracker._trackPageview();
} catch(err) {}</script>`One of the posts on the support forum said to paste it into the footer.php; have tried this but Google Analytics is not seeing it.
Are the instructions different for Atahualpa?
TIA!
The topic ‘Adding google analytics tracker code into Atahualpa?’ is closed to new replies.