PDA

View Full Version : Google Analytics in ShopWindow Client


Raid
21-10-08, 19:24
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

mstanden
21-10-08, 21:46
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

Raid
30-10-08, 17:54
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