Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Note: Pixels will NOT fire on prepaid cards by default.

Fire After Page (CPA Pixels): For CPA pixels, you can have one pixel for the main offer and one for each upsell per campaign. You can create a pixel for each upsell that you want to send the conversion for.

...

Info

Note: Only Postback pixels can be used with direct API integrations. All types can be used with Konnektive form-code integrations.

Postback Url , / Image Tag , / Iframe: Place the pixel into this field

Note: Don't forget to replace the place holders (ex.TRANSACTION_ID) with one of the special tokens.

[orderId], [orderTotal] and [productId] are special tokens that represent the orderId (often TRANSACTION_ID), orderTotal and productId respectively.
You can also insert passed values by encasing the value name in square brackets (ex. [c1]).
Info

If you need to fire both an image pixel and an iframe pixel on the main offer (step 1), add the HTML for both pixels into a single pixel configuration.

At this time, it is not possible to fire a postback and image pixel simultaneously. In most cases however, you can ask your affiliate network to provide an image pixel replacement for the postback.

Tip

Do not forget to replace the placeholders (ex.TRANSACTION_ID) with one of the special tokens that Konnektive has available!

Available Tokens:

  • [orderId] – represents the orderId (often TRANSACTION_ID)

  • [orderTotal] – represents the total order amount

  • [productTotal] – represents the individual product/item total amount

  • [productId] – represents the base productId on the order

  • [basePrice] – represents the price of the order, not including taxes

  • [taxTotal] – represents the total taxed amount on the order

  • [c1][c2], [c3], [c4], [c5] – represents the passed values (sourceValues1-5)

    • c1, c2, and c3 are default passed values in an affiliate profile. You may add up to 5 total passed values, and you may rename the values as you would like. If you rename the values, the token inside the pixel content must exactly match the new value names.

  • [emailAddress] – represents the customer’s email address

  • [phoneNumber] - represents the customer’s phone number

Click the green Create Pixel button

...