Asterio
Features
| Bidder Code | asterio | Prebid.org Member | no |
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | no |
| Media Types | display, video | Multi Format Support | check with bidder |
| TCF-EU Support | no | IAB GVL ID | check with bidder |
| GPP Support | check with bidder | DSA Support | check with bidder |
| USP/CCPA Support | check with bidder | COPPA Support | check with bidder |
| Supply Chain Support | yes | 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 |
| Endpoint Compression | check with bidder | ORTB Blocking Support | check with bidder |
| User IDs | none | Privacy Sandbox | check with bidder |
Bid Params
| Name | Scope | Description | Example | Type |
|---|---|---|---|---|
adUnitToken |
required | Ad unit token provided by Asterio. | 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' |
string |
pos |
optional | Ad position hint. Allowed values follow OpenRTB position conventions, e.g. above the fold: 1, below the fold: 3, middle of the fold: 7. |
1 |
integer |
Banner Test Ad Unit
var adUnits = [{
code: 'test-banner',
mediaTypes: {
banner: {
sizes: [[300, 250]]
}
},
bids: [{
bidder: 'asterio',
params: {
adUnitToken: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
}
}]
}];
Video Test Ad Unit
var adUnits = [{
code: 'test-video',
mediaTypes: {
video: {
context: 'outstream',
playerSize: [640, 360],
mimes: ['video/mp4'],
protocols: [2, 3],
playbackmethod: [2],
plcmt: 4
}
},
bids: [{
bidder: 'asterio',
params: {
adUnitToken: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
}
}]
}];
"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_asterio |
hb_bidder_asterio |
hb_adid_asterio |
hb_size_asterio |
hb_source_asterio |
hb_format_asterio |
hb_cache_host_asteri |
hb_cache_id_asterio |
hb_uuid_asterio |
hb_cache_path_asteri |
hb_deal_asterio |