Need advice on google analytics
I have this code from google analytics, where do i put it. I see index.php, but the is no <body> tag in that. I did remember seeing index.html before, i think i deleted that. Need some advice.
Thanks guys.
<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-4448423-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>