Hi there, we are setting up a pixel and don't know how to send the dynamic values back to the pixel on our thank you page.
We are using paypal as our payment provider and then from there we are redirecting to our thank you page. How do we set this up in Hikashop?
See below for full pixel integration.
Thanks.
5.1 - Pixel Examples:
<iframe src="
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="
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>
5.2 - Pixel Parameters Explained:
Field Name
Description
Example
PID
Program ID
123
INT
Type of integration
ITEMIZED
ITEM(X)
(ex: ITEM1, ITEM2)
Item ID (product SKU)
Allowed Characters: Alpha-Numerics (A-Za-z0-9), dashes(-), underscores(_)
(This value must be unique to the pixel)
SKU-13543422
QTY(X)
(ex: QTY1, QTY2)
Quantity of the items.
2
AMOUNT(X)
(ex: AMOUNT1, AMOUNT2)
The sale amount for the single item.
This field may be set to zero (0) for lead (flat payout) transactions.
(If used, "TOTALAMOUNT(X)" must be omitted)
10.00
TOTALAMOUNT(X)
(ex: TOTALAMOUNT1, TOTALAMOUNT2)
The total sale amount for the quantity of items.
This field may be set to zero (0) for lead (flat payout) transactions.
(If used, "AMOUNT(X)" must be omitted)
20.00
OID
Order ID
Allowed Characters: Alpha-Numerics (A-Za-z0-9), dashes(-), underscores(_)
FT-13543422