Module Name: Aniview Bidder Adapter
Module Type: Bidder Adapter
Maintainer: [email protected]
Connects to Aniview Ad server for bids.
Aniview bid adapter supports Banner and Video currently.
For more information about Aniview, please contact [email protected].
var videoAdUnit = [
{
code: 'video1',
mediaTypes: {
video: {
playerSize: [[640, 480]],
context: 'instream'
},
},
bids: [{
bidder: 'aniview',
params: {
AV_PUBLISHERID: '55b78633181f4603178b4568',
AV_CHANNELID: '5d19dfca4b6236688c0a2fc4'
}
}]
}];