Module Name: ConceptX Bidder Adapter
Module Type: Bidder Adapter
Maintainer: [email protected]
ConceptX Bidder Adapter for Prebid.js. Only Banner format is supported.
var adUnits = [
{
code: "test-div",
mediaTypes: {
banner: {
sizes: [[980, 180]]
}
},
bids: [
{
bidder: "conceptx",
params: {
site: "example",
adunit: "some-id-3",
}
},
]
},
];