Does anyone have code for Commision Junction? Seems it needs a custom script using SS API to dynamically add parameters to tracking URL.
See directions below.
Example tag:
<!—BEGIN COMMISSION JUNCTION TRACKING CODE
<iframe height=”1” width=”1” frameborder=”0” scrolling=”no”
src=https://www.emjcd.com/tags/c?containerTagId=-&ITEMx=[ItemSku]&AMTx=[AmountofItem]&QTYx=[Quantity]&CID=-&OID=[OID]&TYPE=-&CURRENCY=[CURRENCY]
name=”cj_conversion” ></iframe>
<!—END COMMISSION JUNCTION TRACKING CODE
NOTES:
-
Placeholders with brackets denote the location of required values.
Brackets are for illustration purposes only and should NOT be placed in
the actual
code.
-
- You will populate the ITEMx, AMTx, QTYx sets dynamically, starting with
ITEM1, AMT1, QTY1.
-
- The value of AMTx will equal the amount of just 1 item. CJ will
multiply AMTx by the Quantity (QTYx) to get the total amount purchased for
a particular
Item.
-
- Shipping and tax should not be included in the pixel.
-
- You may hard-code currency to USD if you are only passing amounts in
United States Dollars. For other currency codes, please review the
appendix
in the guide below.
-
- You will need to dynamically populate the OID. The OID is the unique
Order ID or confirmation number assigned to each transaction.
-
- The OID and ITEM IDs can only contain letters, numbers, dashes, and
underscores.