Prebid ad unit
The page defines media type, size, and Adelerate bidder parameters.
Add Adelerate to an existing Prebid.js stack with bidder code adelerate. Send display, video, and native opportunities into Adelerate while keeping your publisher-side setup familiar.
Up to 1,000,000 impressions free · no credit card · business email required
Add the adelerate bidder to each eligible Prebid ad unit, then pass the publisher and placement IDs supplied by Adelerate. Floors can be passed directly, although Prebid recommends its Floors Module when available.
const adUnits = [{
code: 'video-slot',
mediaTypes: {
video: {
context: 'instream',
playerSize: [[640, 360]],
mimes: ['video/mp4']
}
},
bids: [{
bidder: 'adelerate',
params: {
placementId: 'YOUR_PLACEMENT_ID',
publisherId: 'YOUR_PUBLISHER_ID',
floor: 0.50,
floorCurrency: 'USD'
}
}]
}]; | Parameter | Scope | Purpose |
|---|---|---|
placementId | Required | The Adelerate placement identifier connected to the ad unit. |
publisherId | Required | The publisher identifier supplied by Adelerate. |
floor | Optional | A minimum CPM value. The Prebid Floors Module is preferred when available. |
floorCurrency | Optional | Currency for the floor value; defaults to USD. |
Prebid.js calls the Adelerate adapter for an eligible ad unit. The adapter packages the opportunity for the Adelerate endpoint, where server auction demand can compete before a bid response returns to the page.
The page defines media type, size, and Adelerate bidder parameters.
The registered adapter validates the bid and builds the request.
Eligible demand is evaluated on the Adelerate side under publisher controls.
The adapter translates the response back into the Prebid auction.
Important distinction: Adelerate's current official listing documents a Prebid.js adapter, not a Prebid Server adapter. The server auction described here is Adelerate platform behavior behind the Prebid.js integration.
For video, the adapter can pass the player and creative requirements defined on the Prebid ad unit. Built-in Prebid Cache supports video and AMP workflows, so cached bids can be evaluated alongside direct and server-auction demand before the winning VAST creative is delivered and tracked.
Adelerate supports server-side cookie sync for eligible auction demand. Instead of building a separate publisher integration for every partner, the server can coordinate bidder ID mappings used in downstream auction requests.
Cookie sync is not a cookieless shortcut. It must follow the publisher's CMP configuration and applicable privacy signals. Where consent is required, requests and sync activity should only proceed when the relevant signal permits them.
Read the Ad-Tech Privacy Policy →The current Prebid.org listing notes that Adelerate does not declare an IAB Europe GVL ID. Under GDPR, Prebid core can withhold bid requests and user syncs unless the publisher's CMP setup explicitly permits the adapter. Review the current listing and validate the behavior for every jurisdiction you serve.
Test the full video ad server free for up to 1,000,000 impressions. No credit card.