Skip to content

Commit 6f47b4a

Browse files
djole-umDjolemuuki88
authored
Adelerate Bidder: initial docs (#6557)
* Add Adelerate bidder docs * Lint fixes * Align metadata with adapter code * Update dev-docs/bidders/adelerate.md * Update dev-docs/bidders/adelerate.md * Set pbs to false for faster merge --------- Co-authored-by: Djole <djole@Djole.local> Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
1 parent df29437 commit 6f47b4a

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

dev-docs/bidders/adelerate.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: bidder
3+
title: Adelerate
4+
description: Adelerate's Prebid Bidder Adapter for banner, video, and native demand
5+
biddercode: adelerate
6+
media_types: video, native
7+
dsa_supported: true
8+
usp_supported: true
9+
gpp_sids: tcfca, usnat, usstate_all, usp
10+
coppa_supported: true
11+
schain_supported: true
12+
dchain_supported: true
13+
deals_supported: true
14+
floors_supported: true
15+
fpd_supported: true
16+
multiformat_supported: will-bid-on-any
17+
userId: all
18+
pbjs: true
19+
pbs: false
20+
pbs_app_supported: true
21+
safeframes_ok: true
22+
sidebarType: 1
23+
---
24+
25+
## Bid Params
26+
27+
{: .table .table-bordered .table-striped }
28+
| Name | Scope | Description | Example | Type |
29+
|-----------------|----------|------------------------------------------------------|-------------|----------|
30+
| `placementId` | required | The placement ID provided by Adelerate. | `'abc123'` | `string` |
31+
| `publisherId` | required | The publisher ID provided by Adelerate. | `'pub-456'` | `string` |
32+
| `floor` | optional | Minimum CPM in USD. Floors module is preferred. | `0.50` | `number` |
33+
| `floorCurrency` | optional | Currency for the floor param. Defaults to `USD`. | `'EUR'` | `string` |
34+
35+
## Note
36+
37+
Adelerate is not currently registered on the IAB Europe Global Vendor List, so this adapter does not declare a `gvlid`.
38+
Under GDPR, Prebid core will withhold bid requests and user syncs to this bidder unless the publisher's CMP setup explicitly permits.
39+
A `gvlid` will be added once IAB Europe registration is finalized.

0 commit comments

Comments
 (0)