Module Name: Aja Bid adapter
Module Type: Bidder adapter
Maintainer: [email protected]
Connects to Aja exchange for bids. Aja bid adapter supports Banner.
var adUnits = [
// Banner adUnit
{
code: 'prebid_banner',
mediaTypes: {
banner: {
sizes: [
[300, 250]
],
}
},
bids: [{
bidder: 'aja',
params: {
asi: 'tk82gbLmg'
}
}]
}
];