Skip to content

Commit

Permalink
adding publisherId param (#4085)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbartek25 authored Oct 28, 2022
1 parent 768c2e5 commit 17ba0a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-docs/bidders/improvedigital.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ floors_supported: true
| Name | Scope | Description | Example | Type |
|----------------|----------|----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|-----------|
| `placementId` | required | The placement ID from Improve Digital. | `1234567` | `integer` |
| `publisherId` | required | The publisher ID from Improve Digital. | `4567` | `integer` |
| `keyValues` | optional | Contains one or more key-value pairings for key-value targeting | `{ testKey1: ['testValueA'], testKey2: ['testValueB', 'testValueC'] }` | `object` |
| `bidFloor` | optional | Bid floor price | `0.01` | `float` |
| `bidFloorCur` | optional | Bid floor price currency. Supported values: USD (default), EUR, GBP, AUD, DKK, SEK, CZK, CHF, NOK | `'USD'` | `string` |
Expand Down

0 comments on commit 17ba0a5

Please sign in to comment.