Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated vdo.ai bidder adapter documentation according to the new server #5842

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 25 additions & 10 deletions dev-docs/bidders/vdoai.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity: Why can't you infer this from the mediaType of the ad unit?

| `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`.