NonceRequest
The NonceRequest is used to store information about the request for a nonce.
Constructor
NonceRequest
new NonceRequest()
- Implements
- WebNonceRequestInterface
Properties
adWillAutoPlay
(null or boolean)
Set to true if the ad will be auto played without waiting for user interaction. Set to false if the ad will wait for user interaction before being played.
adWillPlayMuted
(null or boolean)
Set to true if the ad will be played while muted. Set to false if the ad will play unmuted.
continuousPlayback
(null or boolean)
Set to true if the player intends to continuously play the content videos one after another similar to TV broadcast or video playlist. Set to false otherwise.
descriptionUrl
string
The description URL of the content during which the ad will be played. Any description URL string longer than 500 characters will be ignored and excluded from the nonce.
iconsSupported
boolean
Whether VAST icons are supported by the video player.
nonceLengthLimit
number
The length limit of the generated nonce. The loadNonceManager promise will be rejected if the nonce is longer than this limit. Defaults to the largest possible integer. Choosing a shorter length limit may cause various targeting properties to be excluded from the nonce.
omidPartnerName
string
The name of the partner integrating OMID measurement. Any partner name string longer than 200 characters will be ignored and excluded from the nonce.
This must match the name supplied to the OM SDK for the ad session. For further details, see the OM SDK Onboarding Guide.
To successfully include the omid_p=
value in a nonce, both
this omidPartnerName
and omidPartnerVersion
must be set.
omidPartnerVersion
string
The version of the partner integrating OMID measurement. Any partner version string longer than 200 characters will be ignored and excluded from the nonce.
This must match the string supplied to the OM SDK for the ad session.
To successfully include the omid_p=
value in a nonce, both
this omidPartnerVersion
and omidPartnerName
must be set.
omidVersion
string
The version of OMID that the player responsible for ad playback integrates with. Any OMID version string longer than 200 characters will be ignored and excluded from the nonce.
This must be set to the version provided by the OM SDK's getVersion() method. For further details, see the OMID API docs.
- Deprecated
- Instead, set
omidPartnerName
,omidPartnerVersion
, andsupportedApiFrameworks
.
playerType
string
Sets the partner provided player type. This should be used to specify the name of the partner player. Any player type string longer than 200 characters will be ignored and excluded from the nonce.
playerVersion
string
Sets the partner provided player version. This should be used to specify the version of the partner player. Any player version string longer than 200 characters will be ignored and excluded from the nonce.
ppid
string
The publisher provided ID. Any PPID longer than 200 characters will be ignored and excluded from the nonce.
sessionId
string
The session ID is a temporary random ID. It is used exclusively for frequency capping on connected TVs (smart TVs, game consoles, and set-top-boxes). A session ID must be a UUID.
supportedApiFrameworks
non-null Array of number
A comma separated list of supported frameworks. These values are defined in the AdCOM 1.0 "API Frameworks" list. Example: "2,7,9" indicates this player supports VPAID 2.0, OMID 1.0, and SIMID 1.1.
url
string
The URL to which the ads will be targeted. By default, this is the same as the page that will display the ads, but it may be manually set.
videoHeight
number
The height of the ad video element.
videoWidth
number
The width of the ad video element.