Store owner needs to add a Conversion Tracking Pixel to the INVC screen for a service they have signed up for. Not sure if the company has ever worked with Miva Merchant before so I'm trying to figure this out as I go along. Here's what I'm trying to figure out:
<order_id> seems easy enough - &mvt:order:id;
<subtotal> I'm thinking this might be - &mvt:item:subtotal; (it can't include the $)
<product_skus> - well this one, I'm guess is going to need to have some sort of foreach iterator but how is that going to work for a URL?
Thanks,
Leslie
<subtotal> is the subtotal of the order, excluding taxes and shipping.
<order_id> is your site-specific order id; this can be up to 128 characters long.
<product_skus> is the list of product skus in the order. Multiple skus should be separated by a comma “,”. Please note that skus containing "/" need to be URL-encoded in order to be supported.
<order_id> is your site-specific order id; this can be up to 128 characters long.
<product_skus> is the list of product skus in the order. Multiple skus should be separated by a comma “,”. Please note that skus containing "/" need to be URL-encoded in order to be supported.
<subtotal> I'm thinking this might be - &mvt:item:subtotal; (it can't include the $)
<product_skus> - well this one, I'm guess is going to need to have some sort of foreach iterator but how is that going to work for a URL?
Code:
<img width="1" height="1" src="https://www.trackingcompany.com/conversion/beacon.gif?adv=<retailer_host_name>&amt=&mvt:item:subtotal;&oid=&mvt:order:id;&skus=<product_skus>&cur=usd">
Leslie
Comment