I’ve got a TradeDoubler tracking code setup in my Act_Order04.html template using JavaScript which is successfully passing NETQUOTEVAR:THEORDERNUMBER and NETQUOTEVAR:NUMERICORDERTOTALCGI but I also need it to pass through a reportInfo string containing details of the actual items ordered.
For example:
Product report
Example product (you can add multiple products.
Add | between them (f1...&f2...&f3...|f1...&f2...&f3...) )
f1 is product number
f2 is product name
f3 is product value. Use dot (.) as decimal sign and no thousand separators.
Bellow is an example, you must replace the products values.
reportInfo = "f1=ProdNR01&f2=ProdName1&f3=100.00|f1=ProdNR02&f2=ProdName2&f3=1000.00";
I've searched through the forums but I can't find anything to help me.
Can anybody help me in getting this to work ?
Thanks
Peter
For example:
Product report
Example product (you can add multiple products.
Add | between them (f1...&f2...&f3...|f1...&f2...&f3...) )
f1 is product number
f2 is product name
f3 is product value. Use dot (.) as decimal sign and no thousand separators.
Bellow is an example, you must replace the products values.
reportInfo = "f1=ProdNR01&f2=ProdName1&f3=100.00|f1=ProdNR02&f2=ProdName2&f3=1000.00";
I've searched through the forums but I can't find anything to help me.
Can anybody help me in getting this to work ?
Thanks
Peter
Comment