Guidelines
- The
verification_pixel
property can be set at the campaign or item level.- If set at both levels, then item level settings are applied.
Name | Modifier & Defaults | Type | Description |
---|---|---|---|
verification_pixel | Optional | A Verification Pixel Object See: Campaign Fields > Verification Pixel Object | (aka 3rd Party Pixel) Allows you to send live campaign data (clicks, impressions & viewable impressions) to a 3rd party tracking platform. For an overview, see: Campaign Fields > Verification Pixel |
{
"id": "101",
"campaign_id": "1234",
//...
"verification_pixel": {
"verification_pixel_items": [
{
"url": "https://www.example.com/",
"verification_pixel_type": "CLICK"
},
{
"url": "https://www.example.com/",
"verification_pixel_type": "VIEWABLE_IMPRESSION"
},
{
"url": "https://www.example.com/",
"verification_pixel_type": "IMPRESSION"
}
]
},
//...
}