Page 1 of 1

Need to add google tracking and cookie codes

Posted: Sun Nov 22, 2015 9:51 pm
by tenaki
Script URL: http://www.campsiteservices.co.uk/support1/
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

I need to add google tracking script and a cookie law script to the bottom of the website just above the </body> tag.

The problem is of course is that there appears to be many pages with the </body> tag

I did think about putting in the footer.txt but I am not sure that will work unless I can add an </body> tag there?

Any suggestions?

Re: Need to add google tracking and cookie codes

Posted: Mon Nov 23, 2015 4:46 am
by mkoch227
The contents of footer.txt are added immediately before the closing body tag (</body>), so you should be able to add any Google Analytics scripts to footer.txt without problems.

Re: Need to add google tracking and cookie codes

Posted: Mon Nov 23, 2015 7:55 am
by tenaki
Excellent thanks.

Great system by the way