OK,
Someone on this board must know the answer to my question.
Here is the javascript code and instructions from the tracking software I am testing. I have 30 days to decide to keep it or not and really want to know if the dynamic tracking function works correctly. Everything else I have tested works great.
Enter your shopping cart variable for the sales amount after after the a= variable and your shopping cart variable for the order number after the w= variable:
Code:
<!--Start of HTML snippet-->
< img width=1 height=1 src='http://www.your-domain.com/axroi/conversion.php?t=Sale&a=$SALES-AMOUNT&w=$ORDER-NUMBER'>
< !--End of HTML snippet-->
THIS IS WHAT I AM USING WHICH IS ONLY RETURNING THE VARIABLE NAME I SPECIFIED
Code:
<!--Start of HTML snippet-->
< img width=1 height=1 src='http://www.your-domain.com/axroi/conversion.php?t=Sale&a=$order_total&w=$order_id'>
< !--End of HTML snippet-->
Enter that code on your order confirmation page. (I have it place on my checkout success page) AxROI will automatically track the correct purchase amount and the order number then.
Note that the shopping cart variables for the sales amount and the order number are different in different shopping cart solutions. Ask your shopping cart provider for the variables you can use for the sales amount and the order number on your order confirmation page.
Thanks in advance for anyone who can help me.
Rick