Greetings,
We have a client that wants to track how his advertisements are performing and he's using an ad tracking script that requires him to place a small snippet of code on the confirmation pages.
In order to make the stats a bit more accurate, we are trying to figure out how to pass down the total amount charged or the plan name to the confirmation page to that code:
<IMG SRC="http://www.adwatcher.net/count.php?userid=demo&act=sale&pname=Sale&qty=1&description=Sale&value=XYZ" BORDER="0" HEIGHT="1" WIDTH="1" ALT="">
* the XYZ needs to be replaced by the amoung charged.
Is there any variable that I can simply include in this code, so that the total would show up there on the confirmation page?
Boris