Luke,
I have this placed on the home page and for some reason am not seeing ecommerce info such as dollar amounts and info in google analytics is something wrong here?
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? " https://ssl." : " http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-******-*");
pageTracker._trackPageview();
pageTracker._addTrans(orderId, affiliation, total, tax, shipping, city, state, country);
pageTracker._addItem(orderId, sku, name, category, price, quantity);
pageTracker._trackTrans();
} catch(err) {} </script>
|