Skip to content

Commit f03b582

Browse files
authored
Fix formatting for appnexusAst bidder params (prebid#458)
Move nested bulleted lists into a table for ease of reading/scanning.
1 parent c48fbda commit f03b582

File tree

1 file changed

+10
-27
lines changed

1 file changed

+10
-27
lines changed

dev-docs/bidders/appnexus-ast.md

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -40,30 +40,13 @@ adapter include:
4040

4141
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).
4242

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:
64-
+ None: `0`
65-
+ VPAID 1.0: `1`
66-
+ VPAID 2.0: `2`
67-
+ MRAID 1.0: `3`
68-
+ ORMMA: `4`
69-
+ MRAID 2.0: `5`
43+
{: .table .table-bordered .table-striped }
44+
| Name | Description |
45+
|-------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
46+
| `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

Comments
 (0)