You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/bidders/appnexus-ast.md
+10-27Lines changed: 10 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -40,30 +40,13 @@ adapter include:
40
40
41
41
The following video parameters are supported. For more information, see the video parameters in the [OpenRTB specification](http://www.iab.com/wp-content/uploads/2016/01/OpenRTB-API-Specification-Version-2-4-DRAFT.pdf).
42
42
43
-
+`mimes`: An array of strings listing the content MIME types supported, e.g., `["video/x-flv", "video/x-ms-wmv"]`.
44
-
45
-
+`minduration`: An integer that defines the minimum video ad duration, in seconds.
46
-
47
-
+`maxduration`: An integer that defines the maximum video ad duration, in seconds.
48
-
49
-
+`startdelay`: An integer that determines whether the ad should be shown before, during, or after the video content. If the value is greater than 0, the position is mid-roll and the value indicates the start delay, in seconds. Defaults to 0.
50
-
+ Pre-roll: `0`
51
-
+ Mid-roll: `-1`
52
-
+ Post-roll: `-2`
53
-
54
-
+`skippable`: A boolean which, if `true`, means the user can click a button to skip the video ad. Defaults to `false`.
55
-
56
-
+`playback_method`: An array of strings listing the playback methods supported by the publisher. Allowed values:
57
-
+`"auto_play_sound_on"`
58
-
+`"auto_play_sound_off"`
59
-
+`"click_to_play"`
60
-
+`"mouseover"`
61
-
+`"auto_play_sound_unknown"`
62
-
63
-
+`frameworks`: An array of integers listing the API frameworks supported by the publisher. Allowed values:
|`mimes`| Array of strings listing the content MIME types supported, e.g., `["video/x-flv", "video/x-ms-wmv"]`. |
47
+
|`minduration`| Integer that defines the minimum video ad duration in seconds. |
48
+
|`maxduration`| Integer that defines the maximum video ad duration in seconds. |
49
+
|`startdelay`| Integer that determines whether to show the ad before, during, or after video content. If > 0, position is mid-roll and value indicates start delay, in seconds. Allowed values: Pre-roll: `0` (default); Mid-roll: `-1` ; Post-roll: `-2`. |
50
+
|`skippable`| Boolean which, if `true`, means the user can click a button to skip the video ad. Defaults to `false`. |
51
+
|`playback_method`| Array of strings listing playback methods supported by the publisher. Allowed values: `"auto_play_sound_on"`; `"auto_play_sound_off"`; `"click_to_play"`; `"mouseover"`; `"auto_play_sound_unknown"`. |
52
+
|`frameworks`| Array of integers listing API frameworks supported by the publisher. Allowed values: None: `0`; VPAID 1.0: `1`; VPAID 2.0: `2`; MRAID 1.0: `3`; ORMMA: `4`; MRAID 2.0: `5`. |
0 commit comments