Wednesday, August 1, 2007

Install Google Analytics on phpBB2 and phpBB3

Google Analytics is a free service offered by Google that generates detailed statistics about the visitors to a website.

With Google Analytics you can get detailed statistics about your phpBB forum.

You need enter Google Analytics code before </body> in the file:
phpBB 2: overall_footer.tpl file that located in /"forum folder"/templates/"template name".
phpBB 3: overall_footer.html file that located in /"forum folder"/styles/"style name"/template.

like this:

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-xxxxxxx-x";
urchinTracker();
</script>

</body>

Enjoy,
Create a website.