Skip to content

Commit

Permalink
adWMG docs: update (#2683)
Browse files Browse the repository at this point in the history
* Add adWMG Bid Adapter MD file

* typo

* Update docs - add new parameter 'floorCPM'

* conflicts fixed

Co-authored-by: Mikhail Dykun <m.dykun@wmgroup.us>
  • Loading branch information
nyakove and Mikhail Dykun authored Feb 12, 2021
1 parent 78bc17a commit 0818826
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions dev-docs/bidders/adWMG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ gdpr_supported: true
tcf2_supported: true
---

##BidParams
### BidParams
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------|----------|----------------------|------------|----------|
| `publisherId` | required | Publisher ID from WMG Dashboard | `'5cebea3c9eea646c7b623d5e'` | `string` |
| `IABCategories` | optional |IAB ad categories for adUnit | `['IAB1', 'IAB5']` | `array of strings` |
| Name | Scope | Description | Example | Type |
|-----------------|----------|---------------------------------|------------------------------|--------------------|
| `publisherId` | required | Publisher ID from WMG Dashboard | `'5cebea3c9eea646c7b623d5e'` | `string` |
| `IABCategories` | optional | IAB ad categories for adUnit | `['IAB1', 'IAB5']` | `array of strings` |
| `floorCPM` | optional | Floor price for adUnit | `0.5` | `float` |


### Ad Unit Setup for Banner
```javascript
Expand All @@ -32,7 +34,8 @@ var adUnits = [
bidder: 'adWMG',
params: {
publisherId: '5cebea3c9eea646c7b623d5e',
IABCategories: ['IAB1', 'IAB5']
IABCategories: "['IAB1', 'IAB5']",
floorCPM: 0.5
}
}]
}
Expand Down

0 comments on commit 0818826

Please sign in to comment.