Pepperjam Merchant Integration Pixel in Amazon Webstore

0 replies
I am having trouble getting the following pixel to self populate in my amazon cart. The people at pepperjam haven't been too helpful and I have began to wonder how the service will be. Has anyone implemented pixels in amazon carts? Does anyone know how to get this pixel to self populate? I would be extremely grateful.


<iframe src="https://t.pepperjamnetwork.com/track?PID=<PROGRAMID>&INT=ITEMIZED
&ITEM1=<ITEM1ID>&ITEM2=<ITEM2ID>
&QTY1=<QTY1>&QTY2=<QTY2>
&AMOUNT1=<AMOUNT1>&AMOUNT2=<AMOUNT2>
&OID=<OrderID>" width="1" height="1" frameborder="0"></iframe>
Values within the < > brackets must be assigned programmatically. A live pixel should look similar to the following:

<iframe src="https://t.pepperjamnetwork.com/track?PID=000&INT=ITEMIZED
&ITEM1=P1473&ITEM2=P1894
&QTY1=3&QTY2=4
&AMOUNT1=20.00&AMOUNT2=10.00
&OID=54563131" width="1" height="1" frameborder="0"></iframe>
#amazon #integration #merchant #pepperjam #pixel #webstore

Trending Topics