Skip to content

Commit bb7ca7a

Browse files
DjoleDjole
authored andcommitted
Add Adelerate bidder docs
1 parent 17a0baa commit bb7ca7a

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

dev-docs/bidders/adelerate.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
usp_supported: true
8+
gpp_supported: true
9+
coppa_supported: true
10+
schain_supported: true
11+
bidder_supports_deals: true
12+
userId: all
13+
pbjs: true
14+
pbs: true
15+
pbs_app_supported: true
16+
safeframes_ok: true
17+
---
18+
19+
### Bid Params
20+
21+
{: .table .table-bordered .table-striped }
22+
| Name | Scope | Description | Example | Type |
23+
|-----------------|----------|------------------------------------------------------|-------------|----------|
24+
| `placementId` | required | The placement ID provided by Adelerate. | `'abc123'` | `string` |
25+
| `publisherId` | required | The publisher ID provided by Adelerate. | `'pub-456'` | `string` |
26+
| `floor` | optional | Minimum CPM in USD. Floors module is preferred. | `0.50` | `number` |
27+
| `floorCurrency` | optional | Currency for the floor param. Defaults to `USD`. | `'EUR'` | `string` |
28+
29+
### Note
30+
31+
Adelerate is not currently registered on the IAB Europe Global Vendor List, so this adapter does not declare a `gvlid`.
32+
Under GDPR, Prebid core will withhold bid requests and user syncs to this bidder unless the publisher's CMP setup explicitly permits.
33+
A `gvlid` will be added once IAB Europe registration is finalized.

0 commit comments

Comments
 (0)