Skip to content

Commit

Permalink
Fix vi bidder doc: table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Loveland committed Feb 2, 2018
1 parent ef8f864 commit aad0023
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions dev-docs/bidders/vi.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ prebid_1_0_supported : true
---

### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example |
| :------------ | :------- | :---------------------------------------------- | :--------------------------------- |
| `pubId` | required | Publisher ID, provided by vi | 'sb_test' |
| `lang` | required | Ad language, in ISO 639-1 language code format | 'en-US', 'es-ES', 'de' |
| `cat` | required | Ad IAB category (top-level or subcategory), single one supported | 'IAB1', 'IAB9-1' |
| `bidFloor` | optional | Lowest value of expected bid price | 0.001 |
| Name | Scope | Description | Example |
|------------+----------+------------------------------------------------------------------+------------------------|
| `pubId` | required | Publisher ID, provided by vi | 'sb_test' |
| `lang` | required | Ad language, in ISO 639-1 language code format | 'en-US', 'es-ES', 'de' |
| `cat` | required | Ad IAB category (top-level or subcategory), single one supported | 'IAB1', 'IAB9-1' |
| `bidFloor` | optional | Lowest value of expected bid price | 0.001 |

0 comments on commit aad0023

Please sign in to comment.