Skip to content

Prebid 1.23.0 Release

Choose a tag to compare

@jaiminpanchal27 jaiminpanchal27 released this 04 Sep 19:41
· 8749 commits to master since this release

🚀New Features

  • Improve Digital adapter: always drop user syncs when available (#3009)
  • zedoBidAdapter: Modified API url (#3030)
  • Sovrn add user sync #3029
  • New Adapter YieldNexus Bid Adapter v1 (#2855)

New Adapters

{
  bidder: 'yieldnexus',
  params: {
    spid: '1253',      // your supply ID in your YieldNexus dashboard
    bidfloor: 0.03,    // an optional custom bid floor
    adpos: 1,          // ad position on the page (optional)
    instl: 0           // interstitial placement? (0 or 1, optional)
  }
}

🛠Maintenance

  • Remove unused pbjs.cbTimeout #3028
  • Replacing all arrow functions in Mocha function calls #3036
  • Explicitly set ajax() XHR to asynchronous. (#3038)

🐛Bug Fixes

  • Fix utils problem with convertTypes #3033
  • update user consent object that was send to DMX (#3023)