Device Data Collector Pixel (DDC Pixel)
Option 1: Receive the DDC Pixel Via the Import Click API
// Example of an Import Click response
// The iframe pixel will be returned as part of the pixel parameter.
{"result":"SUCCESS","message":{"affVals":{},"pixel":"
<iframe width=1 height=1 frameborder=0 scrolling=no src='https:\/\/lp.konnektive.com\/logos\/logo.htm?c=dev_test&s=f9e3eb14975b319afc10f0aa0ec8c813331c1f77'>
<img width=1 height=1 src='https:\/\/lp.konnektive.com\/logos\/logo.gif?c=dev_test&s=f9e3eb14975b319afc10f0aa0ec8c813331c1f77'><\/iframe>"}}
// Example of code to put a pixel on your page
Var node = document.createElement(“DIV”);
Node.innerHTML = pixel;
Document.body.appendChild(node);Option 2: Put the DDC Pixel Straight on Your Checkout Page
Last updated