INPUT_OBJECT
AdRequestPlayerContext
The context of the Player when the ad request is about to be made.
link GraphQL Schema definition
1 input AdRequestPlayerContext { 4 2 # The type of content being watched. 3 : AdRequestContentType! 7 5 # If the session was initiated by playing automatically. 6 : Boolean! 10 8 # The signature for the access token for the current video session. 9 : String! 13 11 # The access token for the current video session. 12 : String! 16 14 # The ID for the current video session. 15 : ID 19 17 # PlayerSizeMode of the incoming request. 18 : String 20 }