Skip to content

Commit

Permalink
add new adapter between (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimogatsu authored and bretg committed Aug 10, 2018
1 parent fc516bc commit 8f623b4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions dev-docs/bidders/between.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: bidder
title: BetweenDigital
description: between bid adapter
top_nav_section: dev_docs
nav_section: reference
hide: true
biddercode: between
biddercode_longer_than_12: false
prebid_1_0_supported : true
---

### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example |
|------------+----------+-------------------------------------------+-----------|
| `w` | required | width of placement(Number) | 240 |
| `h` | required | height of placement(Number) | 400 |
| `s` | required | Section ID, provided by betweendigital | 12345 |

0 comments on commit 8f623b4

Please sign in to comment.