Skip to content
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
39 changes: 39 additions & 0 deletions dev-docs/bidders/adelerate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
layout: bidder
title: Adelerate
description: Adelerate's Prebid Bidder Adapter for banner, video, and native demand
biddercode: adelerate
media_types: video, native
dsa_supported: true
usp_supported: true
gpp_sids: tcfca, usnat, usstate_all, usp
coppa_supported: true
schain_supported: true
dchain_supported: true
deals_supported: true
floors_supported: true
fpd_supported: true
multiformat_supported: will-bid-on-any
userId: all
pbjs: true
pbs: true
pbs_app_supported: true
safeframes_ok: true
sidebarType: 1
---

### Bid Params
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Bid Params
## Bid Params

Markdownlint should have complained here 🤔


{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-----------------|----------|------------------------------------------------------|-------------|----------|
| `placementId` | required | The placement ID provided by Adelerate. | `'abc123'` | `string` |
| `publisherId` | required | The publisher ID provided by Adelerate. | `'pub-456'` | `string` |
| `floor` | optional | Minimum CPM in USD. Floors module is preferred. | `0.50` | `number` |
| `floorCurrency` | optional | Currency for the floor param. Defaults to `USD`. | `'EUR'` | `string` |

### Note
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Note
## Note


Adelerate is not currently registered on the IAB Europe Global Vendor List, so this adapter does not declare a `gvlid`.
Under GDPR, Prebid core will withhold bid requests and user syncs to this bidder unless the publisher's CMP setup explicitly permits.
A `gvlid` will be added once IAB Europe registration is finalized.
Loading