hello , i am using phpbb3 , i joined google analytics i got this code: <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _ua = "UA-3394743-1"; urchinTracker(); </script> where to put it??? i need to edit anything or...? Thanks
open up your start page and put it just under <body> tag or just before </body> tag. If you have a standard footer file, then you can keep there also.
Yeah, put it as close to he closing body tag as you can, that is what it suggests if you read about where you should put the code.