verification_pixel

🚧

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.
NameModifier & DefaultsTypeDescription
verification_pixelN/AVerification 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: Verification Pixel
{
   "id": "1234",
   "advertiser_id": "demo-account",
   //...
   "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"
            }
        ]
    },
   //...
}