Asterio
Features
| Bidder Code | asterio | Prebid.org Member | no |
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | no |
| Media Types | display, video, native | Multi Format Support | will-bid-on-any |
| TCF-EU Support | no | IAB GVL ID | none |
| GPP Support | none | DSA Support | no |
| USP/CCPA Support | no | COPPA Support | no |
| Supply Chain Support | yes | Demand Chain Support | no |
| Safeframes OK | no | Supports Deals | yes |
| Floors Module Support | yes | First Party Data Support | no |
| Endpoint Compression | check with bidder | ORTB Blocking Support | partial |
| 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'
}
}]
}];
Native Test Ad Unit
Asterio uses adUnitToken to resolve the ad unit and format. For native ad units, include mediaTypes.native and render the returned native assets in the publisher layout. See the Prebid Native Implementation Guide for rendering options.
var adUnits = [{
code: 'test-native',
mediaTypes: {
native: {}
},
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 |