diff --git a/dev-docs/bidders/vdoai.md b/dev-docs/bidders/vdoai.md index 1afc85545a..7a43e2c39e 100644 --- a/dev-docs/bidders/vdoai.md +++ b/dev-docs/bidders/vdoai.md @@ -2,22 +2,37 @@ layout: bidder title: VDO.AI description: Prebid vdo.ai Bidder Adaptor -pbjs: true biddercode: vdoai -media_types: banner, video -userIds: check with bidder -floors_supported: true -coppa_supported: true -schain_supported: true +pbjs: true +media_types: video, banner +userIds: all +fpd_supported: false tcfeu_supported: false usp_supported: true +coppa_supported: true +schain_supported: true +prebid_member: false +ortb_blocking_supported: true +multiformat_supported: will-bid-on-one +floors_supported: false sidebarType: 1 --- - ### Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|------------------|---------|----------| -| `placementId` | required | The placement ID | | `string` | + +| Name | Scope | Description | Example | Type | +|:--------------|:---------|:------------------------------------------------------------|:----------------------|:----------| +| `host` | required | Ad network's RTB host | `'exchange.ortb.net'` | `string` | +| `adUnitId` | required | Ad Unit Id will be generated on VDO.AI Platform. | `42` | `integer` | +| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` | +| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` | +| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` | +| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` | +| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` | +| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` | + +VDO.AI client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`. + +VDO.AI client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`.