Announcement

Collapse
No announcement yet.

Checkout page tracking (DC-storm)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Checkout page tracking (DC-storm)

    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

    #2
    Have a look at the 'Google Analytics' thread as the two are very close as I understand. That may give you some pointers or ideas.

    Comment


      #3
      If you read the help files in actinic it lists the variables needed to populate the code

      Comment

      Working...
      X