PDA

View Full Version : tracking code help required - not google


kakshaks
13-Jan-2007, 06:48 PM
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

RuralWeb
13-Jan-2007, 08:34 PM
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:)

kakshaks
14-Jan-2007, 09:30 AM
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

Duncan Rounding
14-Jan-2007, 09:54 AM
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>

RuralWeb
14-Jan-2007, 08:28 PM
FORMATTEDORDERTOTALCGI&id If that does not work you may need to use NumericOrderTotal as this passes the price without the currency sign.