ENUM
PixelFireEventType
Types of interaction events which will fire a pixel
link GraphQL Schema definition
1 enum PixelFireEventType { 2 3 # Pixel is fired when the page is viewed/loaded 4 5 6 # Pixel is fired when the user claim action completes successfully 7 8 9 # Pixel is fired when the user makes an action to claim an offer 10 11 }