Hello there,
I have pasted the SECURE Google Analytics code below into the Analytics wizard in ShopSite. It shows the code exactly as I pasted it in the Analytics window however, it is not being added to the site pages as secure code. This is causing the checkout area to show a security error.
Is there a fix for this?
Here is the code I posted:
<script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
try {
_uacct = "UA-187029-1";
urchinTracker();
} catch(err) {}</script>
And this is what is showing in the page source:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct="UA-187029-1";
urchinTracker();
</script>
Thank you!