Hi,
Anyone been able to include Google Analytics Javascript code with BugMonkey?
I used to put the Google Analytics Javascript code in pageComposition.ASP in 6.0 and it worked fine but now I moved it to BugMonkey javascript section and it doesn't work at all. Perhaps cause it is not showing up where google expects it?
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-12345678-1");
pageTracker._trackPageview();
} catch(err) {}