🚀New Features
- Can now use Prebid.js directly from npm (see README.md for instructions) #3435
- Update gambid aliases (gambid, gamoshi, cleanmedia) #3410
- New Bid Adapter PubNX (#3298)
- New Bid Adapter Adhese (#3384)
- New Bid Adapter Synacormedia (#3425)
- New Bid Adapter Orbidder (#3434)
- Support for Native in Pubmatic Adapter (#3408)
{
bidder: 'pubnx',
params: {
placementId:PNX-HB-E670793V6BHHH8
}
}
{
bidder: 'adhese',
params: {
account: 'demo',
location: '_adhese_prebid_demo_',
format: 'leaderboard',
}
}
{
bidder: 'synacormedia',
params: {
seatId: 'prebid',
placementId: 'demo1'
}
}
🛠Maintenance
- Sonobi - Added support for getting the digitrust id #3422
- OTM adapter update #3407
- e-planning bid adapter update cleans adunit regexp #3445