Hi All,
For those of you who have mustered up the courage to open this thread - thank you! I'm sure most people have rolled their eyes with an "OMG Google Analytics - Not again!?"
Anyway, I have added the code to version 8 receipt layout as described in the very helpful post below:
http://community.actinic.com/showpos...3&postcount=27
1) Do I need code in my HEAD tag?
I've got the following placed (as Google suggests) at the foot of my OuterLayout :
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "MY*GOOGLE*NUMBER*IS*HERE";
urchinTracker();
</script>
2) Is this OK or should it be in the HEAD ... and is there anything else needed?
I'd be really grateful for any kind of help, I know I could just test what I've done but it's on the Live site and it takes over an hour for every upload to complete.
Thanks in advance,
Amy
musthave Direct
http://www.musthave.co.uk
For those of you who have mustered up the courage to open this thread - thank you! I'm sure most people have rolled their eyes with an "OMG Google Analytics - Not again!?"
Anyway, I have added the code to version 8 receipt layout as described in the very helpful post below:
http://community.actinic.com/showpos...3&postcount=27
1) Do I need code in my HEAD tag?
I've got the following placed (as Google suggests) at the foot of my OuterLayout :
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "MY*GOOGLE*NUMBER*IS*HERE";
urchinTracker();
</script>
2) Is this OK or should it be in the HEAD ... and is there anything else needed?
I'd be really grateful for any kind of help, I know I could just test what I've done but it's on the Live site and it takes over an hour for every upload to complete.
Thanks in advance,
Amy
musthave Direct
http://www.musthave.co.uk
Comment