Vertamedia
Features
Bidder Code | vertamedia | 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_vertamedia |
hb_bidder_vertamedia |
hb_adid_vertamedia |
hb_size_vertamedia |
hb_source_vertamedia |
hb_format_vertamedia |
hb_cache_host_vertam |
hb_cache_id_vertamed |
hb_uuid_vertamedia |
"Deal ID" Ad Server Key
hb_deal_vertamedia
Bid params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
aid |
required | The source ID from Vertamedia. | 350975 |
integer |
Description
Get access to multiple demand partners across VertaMedia AdExchange and maximize your yield with VertaMedia header bidding adapter.
VertaMedia header bidding adapter connects with VertaMedia demand sources in order to fetch bids. This adapter provides a solution for accessing Video demand and display demand
Test Parameters
var adUnits = [
// Video instream adUnit
{
code: 'div-test-div',
sizes: [[640, 480]],
mediaTypes: {
video: {
context: 'instream'
}
},
bids: [{
bidder: 'vertamedia',
params: {
aid: 331133
}
}]
},
// Video outstream adUnit
{
code: 'outstream-test-div',
sizes: [[640, 480]],
mediaTypes: {
video: {
context: 'outstream'
}
},
bids: [{
bidder: 'vertamedia',
params: {
aid: 331133
}
}]
},
// Banner adUnit
{
code: 'div-test-div',
sizes: [[300, 250]],
bids: [{
bidder: 'vertamedia',
params: {
aid: 350975
}
}]
}
];