Skip to content

Commit 693a170

Browse files
ix-certificationIx-Prebid-Support
and
Ix-Prebid-Support
authored
IX: Ad unit level properties support (prebid#2494)
* adding detectMissingSizes feature toggle * cfg example update * ad unit level properties support Co-authored-by: Ix-Prebid-Support <[email protected]>
1 parent cdea64b commit 693a170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-docs/bidders/indexExchange.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ object are detailed here.
116116
| ---- | ----- | ----------- | ------- | ---- |
117117
| `siteId` | Required | An IX-specific identifier that is associated with a specific size on this ad unit. This is similar to a placement ID or an ad unit ID that some other modules have. | `'3723'` | `string` |
118118
| `size` | Required | The single size associated with the site ID. It should be one of the sizes listed in the ad unit under `adUnits[].sizes` or `adUnits[].mediaTypes.video.playerSize`. | `[300, 600]` | `Array<integer>` |
119-
| `video` | Required | The video object will serve as the properties of the video ad. You can create any field under the video object that is mentioned in the `OpenRTB Spec v2.5`. Some fields like `mimes`, `protocols`, `minduration`, `maxduration` are required. | `video: { startdelay: 0 }` | `object` |
119+
| `video` | Required | The video object will serve as the properties of the video ad. You can create any field under the video object that is mentioned in the `OpenRTB Spec v2.5`. Some fields like `mimes`, `protocols`, `minduration`, `maxduration` are required. Properties not defined at this level, will be pulled from the Adunit level. | `video: { startdelay: 0 }` | `object` |
120120
| `video.mimes` | Required | Array list of content MIME types supported. | `['video/mp4', 'video/x-flv']` | `Array<string>` |
121121
| `video.minduration` | Required | Minimum video ad duration in seconds. | `0` | `integer` |
122122
| `video.maxduration` | Required | Maximum video ad duration in seconds. | `300` | `integer` |

0 commit comments

Comments
 (0)