|
Events can be used to track conversions, installs, or other key activities, which will be counted as "Conversions" in Query Tool reporting. More information on the concept of Attribution is available here.
Click the “+New” button and select Events.
Complete the Event form:
More information on Attribution Types can be found in Conversion and Attribution Setup (Non-Postback) |
Under the Tag Type section on the right side, select the desired tag type to generate:
Click Save & Generate Tag.
Copy and paste the generated tag.
Follow the implementation steps for the JavaScript tag below. Implementation information for postbacks can be found here: Postback Handling for Conversions.
More information about conversion events is available here: Conversion Events Documentation. |
To implement a generic JavaScript tag, consider the following parameters and possible edits:
var cachebuster = Math.floor(Math.random() * 10000000000), img = new Image(); img.width = 0; img.height = 0; // Replace this with the event conversion tag generated img.src = 'https://cnv.event.prod.bidr.io./log/cnv?tag_id=12345&buzz_key=stinger&value=[VALUE]&segment_key=12345&order=[ORDER]&ord=' + cachebuster; document.body.appendChild(img); // or place it wherever needed |
More information about these parameters can be found here: Conversion Tags