Bid Espresso
Features
| Bidder Code | bidespresso | Prebid.org Member | no |
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | no |
| Media Types | display, video | Multi Format Support | will-bid-on-any |
| TCF-EU Support | no | IAB GVL ID | none |
| GPP Support | usnat, usstate_all, usp | DSA Support | yes |
| USP/CCPA Support | yes | COPPA Support | yes |
| Supply Chain Support | yes | Demand Chain Support | no |
| Safeframes OK | check with bidder | Supports Deals | yes |
| Floors Module Support | yes | First Party Data Support | yes |
| Endpoint Compression | check with bidder | ORTB Blocking Support | yes |
| User IDs | all | Privacy Sandbox | check with bidder |
Bid Params
| Name | Scope | Description | Example | Type |
|---|---|---|---|---|
publisherId |
required | Publisher ID on the Bid Espresso gateway. Provided by Bid Espresso during onboarding. | 'k8xw2r4p' |
string |
inventoryId |
required | Inventory segment ID, assigned by Bid Espresso during onboarding. Single-placement integrations receive a default segment ID. | 'n7c3tkqe' |
string |
Example Ad Unit
var adUnits = [
{
code: 'div-ad-leaderboard',
mediaTypes: {
banner: {
sizes: [
[728, 90],
[970, 90]
]
}
},
bids: [{
bidder: 'bidespresso',
params: {
publisherId: 'k8xw2r4p', // Required - provided by Bid Espresso during onboarding
inventoryId: 'n7c3tkqe' // Required - provided by Bid Espresso during onboarding
}
}]
}
];
// Required - enables Bid Espresso user syncing
pbjs.setConfig({
userSync: {
filterSettings: {
iframe: {
bidders: ['bidespresso'],
filter: 'include'
}
}
}
});
"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_bidespresso |
hb_bidder_bidespress |
hb_adid_bidespresso |
hb_size_bidespresso |
hb_source_bidespress |
hb_format_bidespress |
hb_cache_host_bidesp |
hb_cache_id_bidespre |
hb_uuid_bidespresso |
hb_cache_path_bidesp |
hb_deal_bidespresso |