Adrino
Features
Bidder Code | adrino | Prebid.org Member | no |
---|---|---|---|
Media Types | display, native | GDPR TCF Support | yes |
User IDs | none | USP/CCPA Support | no |
Supply Chain Support | no | COPPA Support | no |
Demand Chain Support | no | GPP Support | no |
Supports Deals | check with bidder | Prebid.js Adapter | yes |
IAB GVL ID | 1072 | Prebid Server Adapter | yes |
Floors Module Support | no | First Party Data Support | check with bidder |
Multi Format Support | check with bidder | ORTB Blocking Support | check with bidder |
Safeframes OK | 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_adrino |
hb_bidder_adrino |
hb_adid_adrino |
hb_size_adrino |
hb_source_adrino |
hb_format_adrino |
hb_cache_host_adrino |
hb_cache_id_adrino |
hb_uuid_adrino |
hb_cache_path_adrino |
hb_deal_adrino |
Note
The Adrino bidder adapter requires setup and approval from the Adrino team. Please reach out to wydawcy@adrino.pl for more information.
Bid Params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
hash |
required | Identifier for specific ad placement | 'abcdef123456' |
string |
Native example
var adUnits = [
code: '/12345678/prebid_native_example_1',
mediaTypes: {
native: {
image: {
required: true,
sizes: [[300, 210],[300,150],[140,100]]
},
title: {
required: true
},
sponsoredBy: {
required: false
},
body: {
required: false
},
icon: {
required: false
}
}
},
bids: [{
bidder: 'adrino',
params: {
hash: 'abcdef123456'
}
}]
];