Adhese
Features
Bidder Code | adhese | Prebid.org Member | no |
---|---|---|---|
Prebid.js Adapter | yes | Prebid Server Adapter | yes |
Media Types | display, video | Multi Format Support | check with bidder |
TCF-EU Support | yes | IAB GVL ID | 553 |
GPP Support | check with bidder | DSA Support | check with bidder |
USP/CCPA Support | check with bidder | COPPA Support | check with bidder |
Supply Chain Support | check with bidder | Demand Chain Support | check with bidder |
Safeframes OK | check with bidder | Supports Deals | check with bidder |
Floors Module Support | check with bidder | First Party Data Support | check with bidder |
User IDs | id5Id | ORTB Blocking Support | check with bidder |
Privacy Sandbox | check with bidder | Prebid Server App Support | yes |
Registration
The Adhese bid adapter may require an additional setup from the Adhese team, even for existing Adhese customers. Please reach out to your support team or info@adhese.com for more information.
Prebid Server host companies need to work with Adhese for each additional publisher.
Note
Adhese will only respond to the first impression. Multiple ad formats in single request are not supported.
Bid Params
Pbjs param name | Scope | Description | Example | Type |
---|---|---|---|---|
account |
required | Adhese account name | 'demo' |
string |
location |
required | Adhese location name | '_adhese_prebid_demo_' |
string |
format |
required | Adhese format name | 'leaderboard' |
string |
data |
optional | (PBJS only) Custom target data | { 'ci': [9000, 9050] } |
object |
targets |
optional | (PBS only) Custom target data | { 'ci': [9000, 9050] } |
object |
Configuration
Adhese supports ‘iframe’ UserSync configuration only.
For Prebid.js v1.15.0 and later:
pbjs.setConfig({
userSync: {
filterSettings: {
iframe: {
bidders: '*', // '*' represents all bidders
filter: 'include'
}
}
}
});
For Prebid.js v1.14.0 and before:
pbjs.setConfig({
userSync: {
iframeEnabled: true,
enabledBidders: ['adhese']
}});
Note: Combine the above the configuration with any other UserSync configuration. Multiple setConfig() calls overwrite each other and only last call for a given attribute will take effect.
"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_adhese |
hb_bidder_adhese |
hb_adid_adhese |
hb_size_adhese |
hb_source_adhese |
hb_format_adhese |
hb_cache_host_adhese |
hb_cache_id_adhese |
hb_uuid_adhese |
hb_cache_path_adhese |
hb_deal_adhese |