Can anyone tell me the exact path where i have to copy/paste analytics tracking code? I have a phpbb forum, and i would like to install the code on the home page. So, should i add it in index_body.html (templete file) or where? Can anyone tell me the exact path for it ?
Make search in files using "Notepad++" or any other program. And look for "</body>" replacing it with "ANALYTICS-CODE </body>"
if you are using phpbb forum then must be add google analytics code before</body> tag on each and every page. or if you have footer.php then add code of ga in to it.
you should add your Google Analytics code in Footer Page then it's gets statics of all of your forum pages but remember you should have to put your analytic code before </body> Tag.
thanks for the replies, i have been able to get GA working now. can anyone also suggest where to put the GA code for a WP 'Daily Digest' Theme. I googled and it says that i should put in in themes>footer.php but footer.php is a small file with a long coded line like this - ijfdgfjgjjhnjfgjngfjnjnfgjn23ddwjkjdf348845thrfj .... I dont see any </body> tag there, its just a long single lined file. So can I put the code anywhere?