INPUT_OBJECT

RecordAdEventInput

The input for recording an ad event.

link GraphQL Schema definition

1input RecordAdEventInput {
4
2# The ad event name.
3eventName: String!
7
5# Ad details JSON encoded as a string.
6eventPayload: String!
10
8# The RAd service token used for validation.
9radToken: String!
11}