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

Escalax: add prebid.js bid parameters #5721

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
12 changes: 11 additions & 1 deletion dev-docs/bidders/escalax.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ schain_supported: true
media_types: banner, video, native
safeframes_ok: true
deals_supported: true
pbjs: true
pbs: true
sidebarType: 1
floors_supported: true
Expand All @@ -25,10 +26,19 @@ userIds: all

The Escalax Bidding adapter requires setup before beginning. Please contact us at <[email protected]>

### Bid Params
### Bid Params for Prebid Server

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `sourceId` | required | Patner name | `'partner'` | `string` |
| `accountId` | required | Hash | `'0800fc577294'` | `string` |

### Bid Params for Prebid.js

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `sourceId` | required | Unique hash | `'partner'` | `string` |
| `accountId` | required | Unique name | `'0800fc577294'` | `string` |
| `subdomain` | optional | Escalax region | `'bidder_us'` | `string` |