Hi,
trying to implement the Google e-commerce tracking. So far I have added (as per google instructions) the following to the Receipt Page :-
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct="UA-xxxx-x";
urchinTracker();
</script>
then below that
<form style="display:none;" name="utmform">
<textarea id="utmtrans">UTM:T|[order-id]|[affiliation]|
[total]|[tax]| [shipping]|[city]|[state]|[country] UTM:I|[order-id]|[sku/code]|[productname]|[category]|[price]|
[quantity] </textarea>
</form>
and finally
<script type="text/javascript">
__utmSetTrans();
< /script>
at the ver end.
Ok?
Its the middle section and replacing the variable with Actinic ones. I know some of them, and some arent really needed but others I'm not sure about.
eg.
Order-ID, tax, Shipping etc.
Has anyone else implemented this code and do they know the Actinic varriable names
Cheers
Mat
trying to implement the Google e-commerce tracking. So far I have added (as per google instructions) the following to the Receipt Page :-
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct="UA-xxxx-x";
urchinTracker();
</script>
then below that
<form style="display:none;" name="utmform">
<textarea id="utmtrans">UTM:T|[order-id]|[affiliation]|
[total]|[tax]| [shipping]|[city]|[state]|[country] UTM:I|[order-id]|[sku/code]|[productname]|[category]|[price]|
[quantity] </textarea>
</form>
and finally
<script type="text/javascript">
__utmSetTrans();
< /script>
at the ver end.
Ok?
Its the middle section and replacing the variable with Actinic ones. I know some of them, and some arent really needed but others I'm not sure about.
eg.
Order-ID, tax, Shipping etc.
Has anyone else implemented this code and do they know the Actinic varriable names
Cheers
Mat
Comment