Announcement

Collapse
No announcement yet.

Google e-commerce Tracking

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

    Google e-commerce Tracking

    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
    Matthew Wildeman
    www.bigmatts.com
    2XL to 8XL Menswear

    #2
    There is a fifteen page thrad on this in the v7 forum and a seperate full thread in v8.

    We are not goint to repeat it all here -please use the forum search facility.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Thanks

      Hi,

      I did try that but there were so many post it was hard to find the right one

      This is a great post for anyone else struggling with this issue

      http://community.actinic.com/showthread.php?t=30141

      Cheers

      Matt
      Matthew Wildeman
      www.bigmatts.com
      2XL to 8XL Menswear

      Comment


        #4
        Originally posted by wjcampbe
        full thread in v8.
        I think that was the thread to which Bill was refering. I have also implemented it and it runs like a dream.
        "Opportunities multiply as they are seized." - Sun Tzu

        Comment

        Working...
        X