Adrelevantis
Features
Bidder Code | adrelevantis | Prebid.org Member | no |
---|---|---|---|
Media Types | display, video, native | GDPR TCF Support | no |
User IDs | none | USP/CCPA Support | no |
Supply Chain Support | no | COPPA Support | no |
Demand Chain Support | no | Safeframes OK | check with bidder |
Supports Deals | check with bidder | Prebid.js Adapter | yes |
IAB GVL ID | check with bidder | Prebid Server Adapter | no |
Floors Module Support | no | First Party Data Support | yes |
Multi Format Support | check with bidder | ORTB Blocking Support | check with bidder |
"Send All Bids" Ad Server Keys
These are the bidder-specific keys that would be targeted within GAM in a Send-All-Bids scenario. GAM truncates keys to 20 characters.hb_pb_adrelevantis |
hb_bidder_adrelevant |
hb_adid_adrelevantis |
hb_size_adrelevantis |
hb_source_adrelevant |
hb_format_adrelevant |
hb_cache_host_adrele |
hb_cache_id_adreleva |
hb_uuid_adrelevantis |
hb_cache_path_adrele |
hb_deal_adrelevantis |
Note:
This adapter is for displaying ads relevant to page content. Page content is analyzed dynamically in realtime to get its IAB Categories and keywords. The IAB Categories and keywords are sent as First Party Data of the bidder. DSP can, then, bid on the IAB Categories and keywords. You can find more info at (https://adrelevantis.xyz/2020/06/28/content-driven-header-bidding-with-prebid-js/).
Bid Params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
placementId |
required | Placement id | 234234 |
integer |
cpm |
optional | forces bidder to insert custom cpm bid | 0.50 | decimal |
First Party Data
Page content is analyzed at DOMContentLoaded event. The results (keywords and categories) are set as fpd of the bidder prior to requesting bids.
pbjs.setBidderConfig({
bidders: ['adrelevantis'],
config: {
ortb2: {
site: {
keywords: keywords,
ext: {
data: {
category: categories
}
}
}
}
}
});