Module Name: pangle Bidder Adapter Module Type: Bidder Adapter Maintainer: [email protected]
An adapter to get a bid from pangle DSP.
var adUnits = [{
// banner
code: 'test1',
mediaTypes: {
banner: {
sizes: [[300, 250]]
}
},
bids: [{
bidder: 'pangle',
params: {
token: 'aass',
appid: 612,
placementid: 123,
}
}]
}];