Module Name: Opt Out Advertising Bidder Adapter Module Type: Bidder Adapter Maintainer: [email protected]
Opt Out Advertising Bidder Adapter for Prebid.js.
var adUnits = [
{
code: 'test-div',
sizes: [[300, 250]],
bids: [
{
bidder: 'optout',
params: {
publisher: '8',
adslot: 'prebid_demo',
}
}
]
}
];