ENUM

CampaignDiscoveryEventType

CampaignDiscoveryEventType contains the different types of discovery events that campaign objectives can track.

link GraphQL Schema definition

1enum CampaignDiscoveryEventType {
2
3# An event describing a user's interaction with the command center.
4ENGAGE_COMMAND_CENTER
5
6# An event describing a user's interaction with a stream.
7ENGAGE_STREAM
8}