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
|`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`|
35
39
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`.
37
41
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