Order total in conversion tag
Hi.
How to get the "order total" for a conversion sent back to Responsys?
Like if you have a shopping website and you want to get the $ amount sent back to RSYS via the conversion tag when belonging to this email sendout campaign?
For example:
I have plantet this image tag on the Thank you page:
<IMG SRC=
"http://rsp.ServerName.net/pub/cct?_ri_=X0Gzc2X%3DS%3AzbHS%3ASRCR%3Aq&;_ei_&OrderID=<%= OrderID>&OrderTotal=<%=OrderTotal>" WIDTH="1" HEIGHT="1">
So I want to populate the OrderID and the OrderTotal dynamically depending on the user and the order $ amount
So it´ll look like this or at least be returned to RSYS so I can see exactly how much each conversion has earned!
0