ENUM

TrackingPixelType

The type of the tracking pixel.

link GraphQL Schema definition

1enum TrackingPixelType {
2
3# Digital Ad Ratings, a Nielsen product that provides demographic data.
4DAR
5
6# DoubleClick Campaign Manager, a Google product to track ad performance.
7DCM
8
9# An impression tracking product.
10SIZMEK
11}