![]() |
Conversion tracking with one tag per item in order
I am trying to implement conversion tracking at the item level with the digital agency RKG.
One peculiarity they have is they require to fire one pixel for every item instead of one pixel with multiple parameters like item1 qty1 item2 qty2. So for example if an order comprises two items, two pixels should be fired like this: Code:
<img src="https://www.rkdms.com/order.gif?mid=acme&oid=12345& lid=1&iid=WIDGETSML&icent=1099&iqty=10&iname=Small%20Wid get&ts=20030101152000" height="1" width="1"> I know that I can access and interpolate the variables using a foreach loop in order_message.tpl but I don't know how to output them in separate tags and I was hoping someone could help here. Here are the parameters I need: oid: orderid lid: incremental index 1, 2, ... iid: productcode (SKU id) ts: timestamp in format YYYYMMDDHHMMSS icent: price in cents iqty: item quantity iname: url encode here's also the magento code that produces the desired output: Code:
<!-- Start RKG Pixel Tracking Code --> Any help is appreciated. |
All times are GMT -8. The time now is 12:30 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.