ENUM

PixelFireEventType

Types of interaction events which will fire a pixel

link GraphQL Schema definition

1enum PixelFireEventType {
2
3# Pixel is fired when the page is viewed/loaded
4PAGEVIEW
5
6# Pixel is fired when the user claim action completes successfully
7CLAIM_SUCCESS
8
9# Pixel is fired when the user makes an action to claim an offer
10CLAIM_ACTION
11}