diff --git a/dev-docs/bidders/richaudience.md b/dev-docs/bidders/richaudience.md index acb20c0fc5..0429d123c0 100644 --- a/dev-docs/bidders/richaudience.md +++ b/dev-docs/bidders/richaudience.md @@ -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 --- @@ -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` | - - - -### 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` |