152 Media 3.0
Features
Bidder Code | onefiftytwomedia | Prebid.org Member | no |
---|---|---|---|
Media Types | display, video | 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_onefiftytwomed |
hb_bidder_onefiftytw |
hb_adid_onefiftytwom |
hb_size_onefiftytwom |
hb_source_onefiftytw |
hb_format_onefiftytw |
hb_cache_host_onefif |
hb_cache_id_onefifty |
hb_uuid_onefiftytwom |
"Deal ID" Ad Server Key
hb_deal_onefiftytwom
Bid params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
aid |
required | The source ID | 350975 |
integer |
Test Parameters
var adUnits = [
// Video instream adUnit
{
code: 'div-test-div',
sizes: [[640, 480]],
mediaTypes: {
video: {
context: 'instream'
}
},
bids: [{
bidder: 'onefiftytwomedia',
params: {
aid: 331133
}
}]
},
// Video outstream adUnit
{
code: 'outstream-test-div',
sizes: [[640, 480]],
mediaTypes: {
video: {
context: 'outstream'
}
},
bids: [{
bidder: 'onefiftytwomedia',
params: {
aid: 331133
}
}]
},
// Banner adUnit
{
code: 'div-test-div',
sizes: [[300, 250]],
bids: [{
bidder: 'onefiftytwomedia',
params: {
aid: 350975
}
}]
}
];