Module Name: ProgrammaticX Bidder Adapter
Module Type: Bidder Adapter
Maintainer: pxteam@programmaticx.ai
Module that connects to ProgrammaticX's Open RTB demand sources.
var adUnits = [
{
code: 'test-ad',
sizes: [[300, 250]],
bids: [
{
bidder: 'programmaticX',
params: {
cId: '562524b21b1c1f08117fc7f9',
pId: '59ac17c192832d0011283fe3',
bidFloor: 0.0001,
ext: {
param1: 'loremipsum',
param2: 'dolorsitamet'
},
placementId: 'testBanner'
}
}
]
}
];