Skip to content

Commit

Permalink
Add Prebid.js bid parameters to Escalax documentation (#5721)
Browse files Browse the repository at this point in the history
  • Loading branch information
escalax authored Jan 17, 2025
1 parent 305475d commit 37a9150
Showing 1 changed file with 11 additions and 1 deletion.
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 <connect@escalax.io>

### 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` |

0 comments on commit 37a9150

Please sign in to comment.