Delta Projects
Features
Bidder Code | deltaprojects | Prebid.org Member | no |
---|---|---|---|
Prebid.js Adapter | yes | Prebid Server Adapter | no |
Media Types | display | Multi Format Support | check with bidder |
TCF-EU Support | yes | IAB GVL ID | 209 |
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 | no | Supports Deals | check with bidder |
Floors Module Support | yes | First Party Data Support | check with bidder |
User IDs | none | ORTB Blocking Support | check with bidder |
Privacy Sandbox | check with bidder |
Note
Contact publishers@deltaprojects.com to get a publisher id and to agree on a currency. Delta Projects will always bid and log values in the agreed upon currency, utilizing the currency module if necessary and available.
Bid Params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
publisherId |
required | Publisher ID from Delta Projects. Contact publishers@deltaprojects.com | '4' |
string |
currency |
optional | The bid currency agreed with Delta Projects. | 'SEK' |
string |
siteId |
optional | Site ID from Delta Projects. | 'example.com' |
string |
tagId |
optional | Identifier for specific ad placement or ad tag. | '1234' |
string |
test |
optional | Indicate test model. Don’t set anything if it is not in test mode. | 'true' |
string |
Example
Banner
var adUnits = [
{
code: 'adunit-code',
mediaTypes: {
banner: {
sizes: [[300, 250]]
}
},
bids: [
{
bidder: 'deltaprojects',
params: {
publisherId: '4', // publisherId from Delta Projects.
currency: 'SEK', // the currency agreed with Delta Projects.
siteId: 'example.com', // siteId from Delta Projects.
tagId: 'tagId123', // id for ad placement or ad tag.
test: 'true', // disable test mode by remove this parameter.
}
}
]
}
];
"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_deltaprojects |
hb_bidder_deltaproje |
hb_adid_deltaproject |
hb_size_deltaproject |
hb_source_deltaproje |
hb_format_deltaproje |
hb_cache_host_deltap |
hb_cache_id_deltapro |
hb_uuid_deltaproject |
hb_cache_path_deltap |
hb_deal_deltaproject |