Announcement

Collapse
No announcement yet.

tracking code help required - not google

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

    tracking code help required - not google

    Hi.
    I am trying to insert some tracking code into act_receiptprimary.html and the company have advised coding the following:-
    <img src="https://tsw0.com/4225/?aid=1&value=Your Value&cur=GBP&ordid=OrderID&" height="1" width="1" border="0" />
    within the body tags.
    Can anyone help me as to the variables Your Value, OrderID. At the moment, I have directly subsitituted them for NETQUOTEVAR:ACTINICORDERTOTAL/100 and NETQUOTEVAR:THEORDERNUMBER but I dont think it is as simple as that. Should I be coding something else or wrapping some additonal code around it?
    Thanking in advance.

    Kevin Akers
    www.testinprivate.co.uk

    #2
    the company have advised
    I would suggest that if the company do not know how to fit their own tracking code to an Actinic website then they are not capable of optimising it either

    Comment


      #3
      the company are not employed to optimise, just to provide tracking data which we then analyse. if anyone can help, it would be much appreciated.

      Kevin Akers
      www.testinprivate.co.uk

      Comment


        #4
        This is what I use if it helps:
        <IMG SRC="http://www.domain-removed.co.uk/cgi-bin/cgi-click.cgi?amount=NETQUOTEVAR:FORMATTEDORDERTOTALCGI&id=NETQUOTEVAR:THEORDERNUMBER" height=1 width=1 border=0>

        Comment


          #5
          FORMATTEDORDERTOTALCGI&id
          If that does not work you may need to use NumericOrderTotal as this passes the price without the currency sign.
          Last edited by RuralWeb; 14-Jan-2007, 10:02 PM. Reason: Typed wrong variable - Doooh

          Comment

          Working...
          X