Some may encounter this error, Check this if you can not get connected to google.
If you don't have 8 digits entered the mod will fail. If you don't have UA-1234567-8 it may be because google doesn't list #8 on the Profile Page and you have left it off or added one of these:
UA-123456-7 or UA-1234567; so your a digit short.


Clickj the test connection from google. It will fail- in the code they will now list your full UA. Make sure this is entered in the Admin so when its called it is the correct and full UA- might want to throw it ini GC also if you botched it like i did.

<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-X");
pageTracker._trackPageview();
</script>