INPUT_OBJECT
TrackingPixelInput
The tracking pixel that will be created as part of this campaign.
link GraphQL Schema definition
1 input TrackingPixelInput { 4 2 # How long a client needs to view the content before firing the pixel. 3 : Int 7 5 # The type of tracker. 6 : TrackingPixelType 10 8 # The URL that is requested when the pixel is fired. 9 : String! 11 }