Skip to content
Merged
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
14 changes: 0 additions & 14 deletions dev-docs/bidders/richaudience.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pbjs: true
pbs: true
schain_supported: true
floors_supported: true
pbjs_version_notes: Please use version 9.1; version 9.0 does not support our adapter.
sidebarType: 1
---

Expand All @@ -26,17 +25,4 @@ sidebarType: 1
| `pid` | required | The placement ID from Rich Audience. | `'ADb1f40rmi'` | `string` |
| `supplyType`| required | Define if site or app. | `'site / app'` | `string` |
| `ifa` | optional | Identifier For Advertisers | `'AAAAAAAAA-BBBB-CCCC-1111-222222220000234234234234234'` | `string` |
| `bidfloor` | optional | Bid Floor | `0.80` | `float` |
| `keywords` | optional | A key-value applied only to the configured bid. This value is optional. Strings separated by semicolon. | `car=mercedes;car=audi;` | `string` |
| `player` | optional | Object containing video targeting parameters. See [Video Object](#ra-video-object) for details. | `player: {init: 'open', end: 'close', skin: 'dark'}` | `object` |

<a name="ra-video-object"></a>

### Video Object

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|----------------------------------------|-------------------------------|-----------|
| `init` | optional | Start mode of the player open or close | `'open / close'` | `string` |
| `end` | optional | End mode of the player open or close | `'open / close'` | `string` |
| `skin` | optional | Choose the background color | `'dark / light'` | `string` |