X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Adding external reporting to all product pages (https://forum.x-cart.com/showthread.php?t=21112)

trosen 04-13-2006 10:08 AM

Adding external reporting to all product pages
 
I use XCart Gold 4.017

I've got Google Analytics to track my site's usage. The way you get it to work is by adding the following code before the </body> tag:

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "XXXXXXXX";
urchinTracker();
</script>

I need to know where to add that into templates so that it will automatically show up in all of the pages that the templates output for my products. Also, where to add it so that I can track hits on category pages, the home page, etc.

Thanks for any help.

-TR

balinor 04-13-2006 11:56 AM

Tons of posts in the Marketing forum on this.


All times are GMT -8. The time now is 04:02 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.