Skip to content

Commit

Permalink
New params Keywords RichAudience Adapter (#2631)
Browse files Browse the repository at this point in the history
Co-authored-by: sgimenez <[email protected]>
  • Loading branch information
richaudience and richaudience authored Feb 17, 2021
1 parent e43cbd7 commit 616db66
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions dev-docs/bidders/richaudience.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ gvl_id: 108
### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|-----------------|--------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|------------|
| `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` |
| `player` | optional | Object containing video targeting parameters. See [Video Object](#ra-video-object) for details. | `player: {init: 'open', end: 'close', skin: 'dark'}` | `object` |
| Name | Scope | Description | Example | Type |
|-------------|-----------------|----------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|------------|
| `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" />
Expand Down

0 comments on commit 616db66

Please sign in to comment.