- Code: Select all
<script src=" https://ssl.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1234567-8";
urchinTracker();
</script>
It looks perfect in the backoffice, but when it generates pages, it apparently doesn't even use the tracking code we provide, it just strips the UA number and generates its own:
- Code: Select all
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct="UA-1234567-8";
_und="beeutahful.com";
urchinTracker();
</script>
And what the heck is "beeutahful.com"?? That is not our domain but it is spit out in the ShopSite generated analytics code.
Help would be greatly appreciated.