Skip to content

Commit

Permalink
init escalax adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
escalax committed Jul 8, 2024
1 parent eaca56f commit 8affd8c
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions dev-docs/bidders/escalax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
layout: bidder
title: Escalax
description: Prebid Escalax Bidder Adaptor
biddercode: escalax
usp_supported: true
tcfeu_supported: true
ccpa_supported: true
coppa_supported: true
schain_supported: true
media_types: banner, video, native
safeframes_ok: true
deals_supported: true
pbjs: true
pbs: true
sidebarType: 1
floors_supported: true
prebid_member: false
fpd_supported: false
gvl_id: none
multiformat_supported: will-bid-on-one
ortb_blocking_supported: true
userIds: all
---

### Note

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

### Bid Params

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

Check failure on line 36 in dev-docs/bidders/escalax.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Files should end with a single newline character

dev-docs/bidders/escalax.md:36:63 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md047.md

0 comments on commit 8affd8c

Please sign in to comment.