short version:
What is the code or variable, if any, of the total purchase amount being
passed to the thank you page? I need to capture it for use with a click
conversion tracking program.
long version:
I want to use ProAnalyzer (http://www.proanalyzer.com) to track clicks to my
site and to track sales. In their FAQ
(http://www.proanalyzer.com/faq.html#code), it says...
..............
The tracking code (the html tag used to track sales & actions), is actually
a tiny 1x1 invisible gif.
For example, your tracking codes will look similar to the following:
<img src="/cgi-bin/proanalyzer/action.cgi?action=sale&amount=97.00"
width="1" height="1">
(for tracking sales)
.............
I asked them "This looks like I need to know ahead of time how much the
customer is going to purchase, can I track the amount the customer actually
purchases?
They said...
............
If your ordering system can pass variables to your "thankyou page", then you
can pass the amount directly into the tracking code.
For example, if your software passed variables by using %% tags (allot of
shopping cart systems do it this way), it could look like the following
code, and still function correctly:
<img src="/cgi-bin/proanalyzer/action.cgi?action=sale&amount=%amount%"
width="1" height="1">
................
So, what code or variable could I use, with ShopSite Pro 6.2.1, for the sale
amount, and on what page would I use it? Any suggestions?
Thanks,
Steve Doherty
www.mobileuniverse.com