Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

between docs #2299

Merged
merged 4 commits into from
Oct 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ Gemfile.lock
/vendor
/.bundle
.jekyll-metadata
*ads.txt.bkp*

15 changes: 8 additions & 7 deletions dev-docs/bidders/between.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
layout: bidder
title: BetweenDigital
description: between bid adapter
title: Between
description: Prebid Between Bidder Adaptor
pbjs: true
digitalist marked this conversation as resolved.
Show resolved Hide resolved
pbs: true
biddercode: between
media_types: banner
---

### 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 |
| Name | Scope | Description | Example | Type |
|---------------|----------|-------------|---------|----------|
| `host` | required | between host url prefix | `eu` | `string` |