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
|`pos`| Optional | Integer | Ad position on screen, see [OpenRTB 2.5 spec][openRTB]. OpenRTB page position value: 0=unknown, 1=above-the-fold, 3=below-the-fold, 4=header, 5=footer, 6=sidebar, 7=full-screen |
109
-
|`context`| Recommended | String | The video context, either `'instream'`, `'outstream'`, or `'adpod'` (for long-form videos). Example: `context: 'outstream'`. Defaults to 'instream'. |
109
+
|`context`| Recommended | String | The video context, either `'instream'`or `'outstream'`. Example: `context: 'outstream'`. Defaults to 'instream'. |
110
110
|`useCacheKey`| Optional | Boolean | Defaults to `false`. While context `'instream'` always will return an vastUrl in bidResponse, `'outstream'` will not. Setting this `true` will use cache url defined in global options also for outstream responses. |
111
111
|`placement`| Recommended | Integer | 1=in-stream, 2=in-banner, 3=in-article, 4=in-feed, 5=interstitial/floating. **Highly recommended** because some bidders require more than context=outstream. |
112
112
|`plcmt`| Recommended | Integer | 1=in-stream, 2=accompanying content, 3=interstitial, 4=no content/standalone. **Highly recommended** to comply with new IAB video specifications. See [AdCOM v1 spec](https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/develop/AdCOM%20v1.0%20FINAL.md#list_plcmtsubtypesvideo)|
@@ -129,21 +129,6 @@ See [Prebid Native Implementation](/prebid/native-implementation.html) for detai
|`adPodDurationSec`| Required | Number | The length of the adpod in seconds. Example: `adPodDurationSec = 120`|
138
-
|`durationRangeSec`| Required | Array[Number]| An array of numbers represents a list of the potential/accepted duration values that the creatives can be in the adpod block. Example: `durationRangeSec = [30, 60, 90]`|
139
-
|`requireExactDuration`| Optional | Boolean | Whether the returned creatives running time must match the value of `adPodDurationSec`. Example: `requireExactDuration = true`|
140
-
|`tvSeriesName`| Optional | String | The name of the television series video the adpod will appear in. Example: `tvSeriesName = 'Once Upon A Time'`|
141
-
|`tvEpisodeName`| Optional | String | The name of the episode of the television series video the adpod will appear in. Example: `tvEpisodeName = 'Pilot'`|
142
-
|`tvSeasonNumber`| Optional | Number | A number representing the season number of the television series video the adpod will appear in. Example: `tvSeasonNumber = 1`|
143
-
|`tvEpisodeNumber`| Optional | Number | A number representing the episode number of the television series video the adpod will appear in. Example: `tvEpisodeNumber = 1`|
144
-
|`contentLengthSec`| Optional | Number | A number representing the length of the video in seconds. Example: `contentLengthSec = 1`|
145
-
|`contentMode`| Optional | String | A string indicating the type of content being displayed in the video player. There are two options, `live` and `on-demand`. Example: `contentMode = 'on-demand'`|
146
-
147
132
<aname="adUnit-examples"></a>
148
133
149
134
<aname="adUnit.video"></a>
@@ -193,7 +178,6 @@ When using the Video Module, the mediaTypes.video properties get filled out auto
For an example of an adpod video ad unit that you handle on your own, see below. For more detailed instructions, see [Show Long-Form Video Ads]({{site.baseurl}}/prebid-video/video-long-form.html).
0 commit comments