I am trying to integrate some e-commerce tracking software on the invoice's footer of our MIVA store.
I just basically need some help configuring the MIVA Variables correctly in my tracking script so that the OrderID & Total can be associated w/ our client's marketing efforts.
Here's what I'm starting with:
<IMG border=0 hspace=0 vspace=0 width=1 height=1 src="
[
counter.hitslink.com...]
s=21&uniqueId=YOUR-UNIQUE-ID&orderAmount=YOUR-ORDER-AMOUNT">
I want to place MIVA variables where "YOUR-UNIQUE-ID" and
"YOUR-ORDER-AMOUNT" are in the image source.
I'm not sure if MIVA tags are required on this or not, but here's what I think I'm suppose to be using:
%order_id%
%total%
So my modified code would look like this:
<IMG border=0 hspace=0 vspace=0 width=1 height=1
src="https://counter.hitslink.com/confirmation.asp?acct=accountname&type
=17&s=21&uniqueId=%order_id%&orderAmount=%total%">
Would this be the correct implementation to have MIVA fill in the values with those that are on the Invoice page? Is it even possible to pull the values into the my tracking URL?
Please advise..
Cory