I cut and pasted the Google Analytics code right before the </body> tag. As seen as looking at the page source:
</table><script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(*****("%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-88362-2");
pageTracker._trackPageview();
</script>
</body>
</html>
Anyone know what I am doing wrong? Google Analytics says "Tracking Not Installed"
It is hosted on godaddy.
</table><script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(*****("%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-88362-2");
pageTracker._trackPageview();
</script>
</body>
</html>
Anyone know what I am doing wrong? Google Analytics says "Tracking Not Installed"
It is hosted on godaddy.
