Skip to content

Commit

Permalink
IX: Ad unit level properties support (prebid#2494)
Browse files Browse the repository at this point in the history
* adding detectMissingSizes feature toggle

* cfg example update

* ad unit level properties support

Co-authored-by: Ix-Prebid-Support <ix-prebid-support@indexexchange.com>
  • Loading branch information
2 people authored and osazos committed Feb 23, 2021
1 parent 96357b3 commit ac62883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/bidders/indexExchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ object are detailed here.
| ---- | ----- | ----------- | ------- | ---- |
| `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` |
| `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>` |
| `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` |
| `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` |
| `video.mimes` | Required | Array list of content MIME types supported. | `['video/mp4', 'video/x-flv']` | `Array<string>` |
| `video.minduration` | Required | Minimum video ad duration in seconds. | `0` | `integer` |
| `video.maxduration` | Required | Maximum video ad duration in seconds. | `300` | `integer` |
Expand Down

0 comments on commit ac62883

Please sign in to comment.