Module Name: Admaru Bidder Adapter
Module Type: Bidder Adapter
Maintainer: [email protected]
Module that connects to Admaru demand sources
var adUnits = [
{
code: 'test-div',
mediaTypes: {
banner: {
sizes: [[300, 250]], // a display size
}
},
bids: [
{
bidder: "admaru",
params: {
pub_id: '1234', // string - required
adspace_id: '1234' // string - required
}
}
]
}
];