Skip to content

Commit

Permalink
docs for refactor of consumable adapter (prebid#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
naffis authored and bretg committed Aug 17, 2018
1 parent 3b2c19e commit b7e1f6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dev-docs/bidders/consumable.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ The Consumable adaptor requires setup and approval from your Consumable account
### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------|-----------------------------------|--------------------|----------|
| `placement` | required | The placement ID from Consumable. | `'1234567'` | `string` |
| `unitId` | required | The unit ID from Consumable. | `'1234'` | `string` |
| `unitName` | required | The unit name from Consumable. | `'cnsmbl-300x250'` | `string` |
| `zoneId` | required | The zone ID from Consumable. | `'13136.52'` | `string` |
| Name | Scope | Description | Example | Type |
|-------------|----------|--------------------------------|---------|-----------|
| `siteId` | required | The site ID from Consumable. | `12345` | `integer` |
| `networkId` | required | The network ID from Consumable. | `9969` | `integer` |
| `unitId` | required | The unit ID from Consumable. | `987654` | `integer` |
| `unitName` | required | The unit name from Consumable. | `cnsmbl-unit` | `string` |

0 comments on commit b7e1f6f

Please sign in to comment.