Tracking Code

From E-commerce knowledge - Shopfitter

Jump to: navigation, search

[edit] Tracking Code Panel

Image:sf_mainadvancednew.png

Advanced Panel
Advanced Panel
An absolutely crucial thing in all business is to understand what works and what doesn't and that's also true in managing your website and ecommerce.

Website statistics and analytics systems, as well as affiliate schemes may require you to add code, usually JavaScript, to your site.


This is very simple in Shopfitter 4, open the Advanced tab in the main menu. The panel entitled Tracking Code can be found at the bottom left.


Copy the code supplied to you and then paste it (Ctrl + V or right click and select 'Paste') into the panel.


Make sure you paste in ALL the code supplied by the analytics/affiliate company.


You can add as many as you need but remember to place a return between them.


See below for examples of Google Analytics and HitTail:

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1619xx-1";
urchinTracker();
</script>
<script>
if(typeof(urchinTracker)!='function')document.write('<sc'+'ript src="'+
'http'+(document.location.protocol=='https:'?'s://ssl':'://www')+
'.google-analytics.com/urchin.js'+'"></sc'+'ript>')
</script>
<script src="http://113xx.hittail.com/mlt.js" type="text/javascript"></script>
Views
Personal tools