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