Skip to content

Commit

Permalink
vi bid adapter docs (#537)
Browse files Browse the repository at this point in the history
* vi bid adapter docs

* VI bid adapter docs - added header

* VI adapter docs - renamed file and changed according to example
  • Loading branch information
SnoopInf authored and Rich Loveland committed Jan 31, 2018
1 parent 7332e64 commit e5e69d1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions dev-docs/bidders/vi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: bidder
title: vi
description: vi bid adapter
top_nav_section: dev_docs
nav_section: reference
hide: true
biddercode: vi
biddercode_longer_than_12: false
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 |

0 comments on commit e5e69d1

Please sign in to comment.