npm prebid.js 1.17.0
Prebid 1.17.0 Release

latest releases: 9.19.0, 9.18.0, 9.17.0...
6 years ago

🚀New Features

  • New Adapter Add Sortable bid adapter (#2824)
  • New Adapter Add bid adapter for Ad Up Technology (#2809)
  • New Adapter UOL - BidAdapter (#2850)
  • New Adapter ZEDO (#2872)
  • vidazoo adapter - GDPR support (#2834)
  • Adxcg adapter: additional parameters sent on auction, impression and video level (#2819)
  • New API pbjs.markWinningBidAsUsed for marking video bids #2777
  • New option for disable ajax timeouts #2864
  • OpenX adapter: Added support for Do Not Track & COPPA (#2838)
  • AdkernelAdn adapter: meta keywords collection (#2866)
  • C1X adapter: GDPR Support (#2821)
  • added emxdigital alias to appnexus adapter #2832

New Adapters

{
  bidder: 'sortable',
  params: {
    tagId: 'test-pb-banner',
    siteId: 'prebid.example.com'
  }
}
{
  bidder: 'aduptech',
  params: {
    publisher: 'prebid',
    placement: '12345'
  }
}
{
  bidder: 'uol',
  params: {
    placementId: 1231244,
    test: true,
    cpmFactor: 2
  }
}
{
    bidder: 'zedo',
    params: {
        channelCode: 2264002816,   //REQUIRED
        dimId: 9 //REQUIRED
    }
}

🛠Maintenance

  • update several packages to address vulnerability warnings (#2863)
  • Yieldbot adapter use utils.timestamp (#2848)
  • validated size array and added tests for Triplelift adapter (#2870)
  • hello_world page update (#2874)
  • Request options updated to send session cookie and avoid CORS preflight #2840

🐛Bug Fixes

  • make sure default storage check is in try catch #2841
  • quantcast: Update endpoint (#2828)

Don't miss a new prebid.js release

NewReleases is sending notifications on new releases.