I have enabled Analytics and all the extras like segmentation tracking and external links tracking, but my source looks like this:
<script type="text/javascript"><!--
window.google_analytics_uacct = "UA-xxxxxx-2";
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-xxxxx-2");
pageTracker._trackPageview();
} catch(err) {}
//-->
</script>
This looks like the normal Analytics code. Istent there missing something like telleing Analytics to track usergroup?


LinkBack URL
About LinkBacks





Reply With Quote