alternative tracking/analytics code location

Live Free

Active member
I'm using Google Analytics but I'd like to use another service as well. I need to include code before the </head> tag and the </body> one.

I know I can do this by editing the style, but is there a simpler way? What do I need to edit?

Thanks!
 
You could also use the template hooks for this (so you wouldn't need to change the templates in every style you have, and you wouldn't need to edit them again, after a upgrade where it was necessary to revert the templates..)

You can use template hook: page_container_head to add something before the </head> tag

And template hook body or page_container_js_body can be used to add something before the </body>
 
Top Bottom