OBJECT

Pixel

A pixel used for tracking and re-targeting customers based on interactions

link GraphQL Schema definition

1type Pixel {
2
3# The specific interaction which will trigger the pixel
4type: PixelFireEventType!
5
6# Advertising pixel content
7pixel: String!
8
9}