osde8info

Google Analytics - Tracking Not Installed

Comments

I have included the script on all pages just before the

I have the same problem which you wrote about above. But Im using asp pgaes protected by membership. However, I have included the snippet just before the </body> tag on all pages....still doesnt work....any ideas?

urchin is now been replaced by new google analytics javascript

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(
unescape(
"%3C"+"script 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-NNNNNN");
pageTracker._trackPageview();
}
catch(err)
{
}
</script>
That is the script Im using....still getting "Tracking Not Installed" exception....
if inside <head></head> doesn't work then i'm out of ideas !
you could try the analytics and webmaster googlegroups next !

Post a comment

Already a Vox member? Sign in

Advertisement