Module Name: Prisma Bid Adapter
Module Type: Bidder Adapter
Maintainer: [email protected]
Connects to Prisma network for bids.
To use us as a bidder you must have an account and an active "tagId" on our platform.
var adUnits = [
// Banner adUnit
{
code: 'banner-div',
mediaTypes: {
banner: {
sizes: [[300, 250], [300,600]]
}
},
bids: [{
bidder: 'prisma',
params: {
account: '1067',
tagId: 'luvxjvgn'
}
}]
},
];
var videoAdUnit = {
code: 'video1',
mediaTypes: {
video: {
playerSize: [640, 480],
context: 'instream'
}
},
bids: [{
bidder: 'prisma',
params: {
account: '1067',
tagId: 'luvxjvgn'
}
}]
};