Adnuntius
Features
Bidder Code | adnuntius | Prebid.org Member | no |
---|---|---|---|
Media Types | display | GDPR Support | no |
User IDs | none | COPPA Support | no |
"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_adnuntius |
hb_bidder_adnuntius |
hb_adid_adnuntius |
hb_size_adnuntius |
hb_source_adnuntius |
hb_format_adnuntius |
hb_cache_host_adnunt |
hb_cache_id_adnuntiu |
hb_uuid_adnuntius |
"Deal ID" Ad Server Key
hb_deal_adnuntius
Bid Params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
auId |
required | The ad unit ID '0000000000072345' leading zeros can be omitted. |
string |
|
network |
optional | Used if you want to make requests to multiple networks in adnuntius. | string |
|
targeting |
optional | Targeting to be sent through to adnuntius with the request. | string |
Targeting
The Adnuntius Documentation provides detailed information on sending targeting data to the Adnuntius adserver.
Example
Here’s an example of sending targeting information about categories to adnuntius via the bid request:
{
code: "0000000000072345",
mediaTypes: {
banner: {
sizes: [[980, 360], [980, 300], [980, 240], [980, 120]]
}
},
bids: [
{
bidder: "adnuntius",
params: {
auId: "8b6bc",
network: "adnuntius",
targeting: {
c: ['prebids']
}
}
}
]
}