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

Updated Between adapter dev docs #2549

Merged
merged 7 commits into from
Dec 7, 2020
Merged
Changes from 1 commit
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
5 changes: 4 additions & 1 deletion dev-docs/bidders/between.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ tcf2_supported: true
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-------------|---------|----------|
| `host` | required | between host url prefix | `eu` | `string` |
| `host` | required | Between SSP host url prefix. Defines data center where requests will be sent. Choose the closest one to the prebid-server you are using | `lbs-eu1.ads``lbs-ru1.ads``lbs-asia1.ads``lbs-us-east1.ads` | `string` |
egsk marked this conversation as resolved.
Show resolved Hide resolved
| `publisher_id` | required | Publisher ID from Between SSP control panel | `123` | `string` |
| `bid_floor` | optional | Minimum price acceptable for a bid. `0.00001` by default | `0.05` | `float` |
| `bid_floor_cur` | optional | Bid floor currency | `EUR` `RUB` `USD` | `string` |
egsk marked this conversation as resolved.
Show resolved Hide resolved