Skip to content

Commit

Permalink
waardexAdapter, removed placementId (#2140)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Shuhaliia <mshuhaliia@Maxs-MacBook-Pro-2.local>
  • Loading branch information
mshuhaliia and Max Shuhaliia authored Jul 29, 2020
1 parent 042dc76 commit 87008ee
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions dev-docs/bidders/waardex.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ media_types: banner
### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|------------------------------------------------------------------|------------------|----------|
| `pubId` | required | publisher identifier | 1 | `number` |
| Name | Scope | Description | Example | Type |
|---------------|----------|------------------------------------------------------------------|--------------------|----------|
| `zoneId` | required | publisher identifier | 1 | `number` |
| `bidId` | required | bid request id | `'22c4871113f461'` | `string` |
| `placementId` | required | placement id | `'dsew53y678jgj1'` | `string` |
| `bidfloor` | required | bid request price | 0.5 | `float` |
| `position` | optional | ad position on the page | 1 | `number` |
| `instl` | optional | 1 when ad is interstitial or full screen, 0 when not interstitial| 0 | `number` |
| `bidfloor` | required | bid request price | 0.5 | `float` |
| `position` | optional | ad position on the page | 1 | `number` |
| `instl` | optional | 1 when ad is interstitial or full screen, 0 when not interstitial| 0 | `number` |

0 comments on commit 87008ee

Please sign in to comment.