Module Name: MediaGo Bidder Adapter
Module Type: Bidder Adapter
Maintainer: [email protected]
Module that connects to MediaGo's demand sources
var adUnits = [
{
code: 'test-div',
mediaTypes: {
banner: {
sizes: [[300, 250]],
}
},
bids: [
{
bidder: "mediago",
params: {
token: '' // required, send email to [email protected] to get the corresponding token
}
}
]
}
];