Skip to content

Prebid 1.38.0

Choose a tag to compare

@mkendall07 mkendall07 released this 16 Jan 19:22
· 8472 commits to master since this release

🚀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

🐛Bug Fixes

  • Teads - Updating get sizes logic to work with mediaTypes object to handle video. #3423
  • Override set keywords for AST #3448