Skip to content

Commit 4c6dcd4

Browse files
VDOAI Bid Adapter: updated documentation for bidfloors and VDOAI PBS module (#6584)
* updated vdoai bidder adapter documentation * vdoai bid adapter: updated documentation for bidfloor * fixed markdown linting errors --------- Co-authored-by: Rishabh Sehrawat <rishabh.s@z1tech.com>
1 parent fe89459 commit 4c6dcd4

1 file changed

Lines changed: 21 additions & 15 deletions

File tree

dev-docs/bidders/vdoai.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,41 @@ title: VDO.AI
44
description: Prebid vdo.ai Bidder Adaptor
55
biddercode: vdoai
66
pbjs: true
7+
pbs: true
78
media_types: video, banner
89
userIds: all
910
fpd_supported: false
10-
tcfeu_supported: false
11+
tcfeu_supported: true
1112
usp_supported: true
13+
gvl_id: 1561
1214
coppa_supported: true
1315
schain_supported: true
1416
prebid_member: false
1517
ortb_blocking_supported: true
1618
multiformat_supported: will-bid-on-one
17-
floors_supported: false
19+
floors_supported: true
1820
sidebarType: 1
1921
---
2022

21-
### Bid Params
23+
## Bid Params
2224

2325
{: .table .table-bordered .table-striped }
2426

25-
| Name | Scope | Description | Example | Type |
26-
|:--------------|:---------|:------------------------------------------------------------|:----------------------|:----------|
27-
| `host` | required | Ad network's RTB host | `'exchange.ortb.net'` | `string` |
28-
| `adUnitId` | required | Ad Unit Id will be generated on VDO.AI Platform. | `42` | `integer` |
29-
| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` |
30-
| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` |
31-
| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` |
32-
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
33-
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
34-
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |
27+
| Name | Scope | Description | Example | Type |
28+
| :------------ | :------- | :----------------------------------------------- | :-------------------- | :----------------- |
29+
| `host` | required | Ad network's RTB host | `'exchange.ortb.net'` | `string` |
30+
| `adUnitId` | required | Ad Unit Id will be generated on VDO.AI Platform. | `123456` | `integer / string` |
31+
| `publisherId` | required | publisherId will be generated on VDO.AI Platform | `'pub-abc'` | `string` |
32+
| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` |
33+
| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` |
34+
| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` |
35+
| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` |
36+
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
37+
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |
38+
| `bidfloor` | optional | Minimum bid floor price in USD | `1.5` | `float` |
3539

36-
VDO.AI client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.
40+
VDO.AI client-side Prebid.js adapter requires only `host`, `publisherId`, `adUnitId`, `adUnitType`.
3741

38-
VDO.AI client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`.
42+
VDO.AI server-side Prebid Server adapter requires `host`, `publisherId`, `adUnitId`, `adUnitType`.
43+
44+
Both VDO.AI client-side Prebid.js and server-side Prebid Server adapters support only `banner` and `video` media types, and do not support `audio` or `native`.

0 commit comments

Comments
 (0)