INPUT_OBJECT

TrackingPixelInput

The tracking pixel that will be created as part of this campaign.

link GraphQL Schema definition

1input TrackingPixelInput {
4
2# How long a client needs to view the content before firing the pixel.
3timeOffsetSeconds: Int
7
5# The type of tracker.
6type: TrackingPixelType
10
8# The URL that is requested when the pixel is fired.
9url: String!
11}