INPUT_OBJECT

AdRequestPlayerContext

The context of the Player when the ad request is about to be made.

link GraphQL Schema definition

1input AdRequestPlayerContext {
4
2# The type of content being watched.
3contentType: AdRequestContentType!
7
5# If the session was initiated by playing automatically.
6isAutoPlay: Boolean!
10
8# The signature for the access token for the current video session.
9nauthSig: String!
13
11# The access token for the current video session.
12nauthToken: String!
16
14# The ID for the current video session.
15videoSessionID: ID
19
17# PlayerSizeMode of the incoming request.
18playerSizeMode: String
20}