Audio Placement¶
Value |
Type |
Description |
---|---|---|
mimes |
array of strings |
(Required) Content MIME types supported. If omitted, all types are
assumed, e.g. |
delay |
integer |
Indicates the start delay in seconds, or generic values below:
|
skip |
integer |
Indicates if the player will allow the audio to be skipped, where |
skipmin |
integer |
Audio clips of a total duration greater than this value (seconds) can be skippable; only applicable if the ad is skippable. |
skipafter |
integer |
Number of seconds an audio clip 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
|
feed |
integer |
Type of audio feed of this placement:
|
nvol |
integer |
Volume normalization mode of this placement:
|
api |
array of integers |
List of supported API frameworks for this impression as defined in the
OpenRTB guide, for example,
|
ctype |
integers |
Creative subtypes permitted.
|
mindur |
integer |
Minimum audio ad duration in seconds, for example, |
maxdur |
integer |
Maximum audio ad duration in seconds, for example, |
maxext |
integer |
Maximum extended audio ad duration if extension is allowed.
|
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,
|
maxseq |
integer |
The maximum number of ads that can be played in an ad pod, for example, |
comp |
array of objects |
Array of Banner objects if companion ads are available. See the Companion Ad section for more information. |
comptype |
array of integers |
Supported DAAST companion ad types, for example
|
Audio Object Example¶
{
"audio":{
"nvol":2,
"skip":1,
"skipmin":10,
"delay":-1,
"feed":3,
"minbitrate":6,
"mime":[
"audio/mp4"
],
"playmethod":1,
"api":[
1,
2
],
"ctype":[
3,
4,
5
],
"w":600,
"h":400
}
}