Skip to content

Commit

Permalink
Add customParams to Yieldlab Bid Params (#2150)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkorean authored Jul 21, 2020
1 parent 61b3344 commit 02851cc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions dev-docs/bidders/yieldlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrable
### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|---------------------------------------------------------------------------------------|------------------------------------------|----------|
| `adslotId` | required | Yieldlab Adslot ID | `'12345'` | `string` |
| `supplyId` | required | Yieldlab Supply ID. Please reach out to your account management for more information. | `'12345'` | `string` |
| `adSize` | required | Override the default prebid size | `'970x250'` | `string` |
| `targeting` | optional | Key-Value Targeting | `{ 'key1': 'value1', 'key2': 'value2' }` | `object` |
| `extId` | optional | External Id | `'abc'` | `string` |
| Name | Scope | Description | Example | Type |
|----------------|----------|---------------------------------------------------------------------------------------|---------------------------------------------|----------|
| `adslotId` | required | Yieldlab Adslot ID | `'12345'` | `string` |
| `supplyId` | required | Yieldlab Supply ID. Please reach out to your account management for more information. | `'12345'` | `string` |
| `adSize` | required | Override the default prebid size | `'970x250'` | `string` |
| `targeting` | optional | Key-Value Targeting | `{ 'key1': 'value1', 'key2': 'value2' }` | `object` |
| `extId` | optional | External Id | `'abc'` | `string` |
| `customParams` | optional | Custom parameters to append to the query string of the bidding endpoint. | `{ 'param': 'value1', 'param2': 'value2' }` | `object` |

0 comments on commit 02851cc

Please sign in to comment.