Skip to content

Commit

Permalink
New bid adapter for OPEN8 doc (#1142)
Browse files Browse the repository at this point in the history
* add OPEN8 bidder doc

* removing unnecessary front matter
  • Loading branch information
aiichiro authored and bretg committed Mar 2, 2019
1 parent b0a6fa1 commit 82af2f1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dev-docs/bidders/open8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: bidder
title: OPEN8
description: Prebid OPEN8 Bidder Adaptor
hide: true
biddercode: open8
biddercode_longer_than_12: false
media_types: video, banner
---

### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-----------|----------|---------------------|--------------|----------|
| `slotKey` | required | ad placement code | `'abcd1234'` | `string` |

0 comments on commit 82af2f1

Please sign in to comment.