I'm troubleshooting Google Website Optimizer right now on our site. It tracks great, however when we run a GWO test the e-commerce tracking from our analytics stops collection $ data. Analtyics keeps collecting data, but the e-commerce tracking stops. I've brought in a Google consulting firm and they've informed me that the GWO code needs to be execute on the page after the pageTracker ecommerce code:
Code: Select all
<script language="JavaScript">
<!--
pageTracker._addTrans("33147","","113.70","9.70","7.00","Inverness","IL","US");
pageTracker._addItem("33147","05-046-C","Access 2007 Training","Microsoft Office 2007 Training","97.00","1");
pageTracker._trackTrans();
// -->
</script>
In Able when you check the enable ecommerce tracking that code is run as the second to last thing on the page after the Footer (which includes the google analytics and where i've been putting the GWO code) and the WebParts Code. Is there anywhere I can place code so it runs below the ecommerce code? Does anyone know what file even has the e-commerce code in it? I was looking through the Google Widget and Receipt.ascx file and didn't see anything at first glance.
Any help is welcome. Thanks
-Gary