OBJECT
Pixel
A pixel used for tracking and re-targeting customers based on interactions
link GraphQL Schema definition
1 type Pixel { 2 3 # The specific interaction which will trigger the pixel 4 PixelFireEventType! : 5 6 # Advertising pixel content 7 String! : 8 9 }