Hi,
I am having trouble implementing some tracking code on the thank you page of the site http://www.1926woodflooring.co.uk/ using Actinic Business Plus Version 9.0.3.
The tracking uses DC-storm and looks like this:
<script>
saleTrack.addSaleItem(1, [Revenue],'Sale: Sales', '[REF]', '[Customer Email Address]');
saleTrack.logSale(1);
</script>
We want to dynamically insert the information into the [ ].
I have looked on the forum but i couldn't find much. If anyone can offer me any help in getting this to work i would much appreciate it.
Many thanks
Nick
I am having trouble implementing some tracking code on the thank you page of the site http://www.1926woodflooring.co.uk/ using Actinic Business Plus Version 9.0.3.
The tracking uses DC-storm and looks like this:
<script>
saleTrack.addSaleItem(1, [Revenue],'Sale: Sales', '[REF]', '[Customer Email Address]');
saleTrack.logSale(1);
</script>
We want to dynamically insert the information into the [ ].
I have looked on the forum but i couldn't find much. If anyone can offer me any help in getting this to work i would much appreciate it.
Many thanks
Nick
Comment