Stores information about the request for a nonce.
| Constructors | |
|---|---|
constructor
|
|
| Properties | |
|---|---|
ad
|
Set to a
true value if the ad autoplays without waiting for user
interaction.
|
ad
|
Set to a
true value if the ad plays while muted. |
continuous
|
Set to a
true value if the player intends to continuously play the
content videos one after another similar to TV broadcast or video playlist.
|
description
|
The description URL of the content during which the ad plays. |
icons
|
Whether VAST icons are supported by the video player. |
nonce
|
The length limit of the generated nonce. |
player
|
The partner provided player type. |
player
|
The partner provided player version. |
ppid
|
The publisher provided ID. |
session
|
A temporary, random ID for frequency capping on connected TVs, such as smart TVs,
game consoles, and set-top-boxes.
|
url
|
The URL that ads are targeting. |
video
|
The height of the ad video element. |
video
|
The width of the ad video element. |
Constructors
constructor
new NonceRequest(): NonceRequest
| Returns | |
|---|---|
NonceRequest
|
|
Properties
adWillAutoPlay
adWillAutoPlay: boolean
true value if the ad autoplays without waiting for user
interaction. Set to a false value if the ad waits for user interaction to
start playback.
adWillPlayMuted
adWillPlayMuted: boolean
true value if the ad plays while muted. Set to a
false value if the ad plays unmuted.
continuousPlayback
continuousPlayback: boolean
true value if the player intends to continuously play the content
videos one after another similar to TV broadcast or video playlist. Set to a
false value otherwise.
descriptionUrl
descriptionUrl: string
iconsSupported
iconsSupported: boolean
nonceLengthLimit
nonceLengthLimit: number
loadNonceManager promise is
rejected if the nonce is longer than this limit. Defaults to the largest possible
integer. Choosing a shorter length limit might exclude
NonceRequest instance properties from the nonce.
playerType
playerType: string
playerVersion
playerVersion: string
ppid
ppid: string
sessionId
sessionId: string
url
url: string
videoHeight
videoHeight: number
videoWidth
videoWidth: number