OBJECT

AdContext

The context returned for the current ad request.

link GraphQL Schema definition

1type AdContext {
2
3# The decline status for this ad request.
4declineState: AdContextDeclineState!
5
6# The id of the ad session this context applies to.
7id: ID!
8
9# The RAd service token used to validate subsequent ad event mutations.
10radToken: String!
11
12}