Video Placement¶
This object signals that the placement may be a video placement and provides additional detail about permitted video ads, e.g., VAST
Value |
Type |
Description |
---|---|---|
mime |
array of strings |
(Required) Content MIME types supported. Note: For Google bids all the specified MIME type media files are
required in the VAST response, for example,
|
ptype |
integer |
Placement type for the impression, for example
|
pos |
integer |
Ad Position as defined in OpenRTB, for example
|
delay |
integer |
Indicates the start delay in seconds. If the start delay value is greater than 0, then the position is mid-roll and the value indicates the start delay.
|
skip |
integer |
Indicates if the player will allow the video to be skipped, where |
skipmin |
integer |
Videos of a total duration greater than this value (seconds) can be skippable; only applicable if the ad is skippable. |
skipafter |
integer |
Number of seconds a video must play before skipping is enabled; only applicable if the ad is skippable. |
playmethod |
array of integers |
Allowed playback methods as defined in the OpenRTB, for example
|
playend |
integer |
The event that causes playback to end, for example
|
api* |
array of integers |
List of supported API frameworks for this impression as defined in
OpenRTB, for example,
|
ctype |
integers |
Creative subtypes permitted.
|
w |
integer |
Width of the player in pixels, for example, |
h |
integer |
Height of the player in pixels, for example |
mindur |
integer |
Minimum video ad duration in seconds, for example, |
maxdur |
integer |
Maximum video ad duration in seconds, for example, |
minbitr |
integer |
Minimum bit rate in Kbps, for example |
maxbitr |
integer |
Maximum bit rate in Kbps, for example |
delivery |
array of integers |
Supported delivery methods (e.g., streaming, progressive) as defined
in OpenRTB. If none specified, assume all are supported,
for example,
|
linear |
integer |
Indicates if the impression must be linear or nonlinear, for
example,
|
boxing |
integer |
Indicates if letter-boxing of 4:3 content into a 16:9 window is allowed:
|
comp |
object array |
Array of Banner objects if companion ads are available. See the Companion Ad section for more information. |
comptype |
array of integers |
List of allowed companion ad types, for example
|
Example Video Object¶
{
"video":{
"ptype":3,
"skip":1,
"skipmin":10,
"pos":1,
"delay":-1,
"mime":[
"video/mp4"
],
"playmethod":1,
"api":[
1,
2
],
"ctype":[
3,
4,
5
],
"w":600,
"h":400
}
}