OBJECT

RecordAdEventPayload

The payload returned after recording an ad event.

link GraphQL Schema definition

1type RecordAdEventPayload {
2
3# Error from mutation, if one exists.
4error: RecordAdEventError
5
6}