View Full Version : Google Analytics in ShopWindow Client
If I want to add the Google Analytics code snippet to track visits to my Shopwindow client site, where's the best place to put it?
Many thanks
Raid
Hello,
Open up your index.tpl file in whichever template you are using and place the analytics code directly after the first <body> tag, this works fine for me.
Mark
IntroSites
22-10-08, 18:01
that will track visitors to your index page, to track visitors on all pages add the code before </body> in the page_footer.tpl
Thanks guys. I'm using the latest version of Shopwindow Client so I added it before the </body> in:
templates/default/element/page_footer.tpl
Best rgds
Raid