Skip to content

Prebid 1.27.0 Release

Choose a tag to compare

@jsnellbaker jsnellbaker released this 09 Oct 20:44
· 8665 commits to master since this release

🚀New Features

  • New Bid & Analytics Adapter Livewrapped bid and analytics adapter (#3157)
  • Add RSA validation to Criteo FastBid #3110
  • PolymorphBidAdapter - Added support for user syncing pixel (#3092)
  • add bid ttl to cache call (#3163)
  • Render outstream safeframe (#3159)

New Adapters

{
  bidder: 'livewrapped',
  params: {
    adUnitId: '6A32352E-BC17-4B94-B2A7-5BF1724417D7'
  }
}

🛠Maintenance

  • Invibes adapter - gdpr support (#3151)
  • removed cookieSyncDelay from config since we have more configuration options now with the userSync object (#3142)

🐛Bug Fixes

  • Small bugfix and cleanup for Prebid Server OpenRTB code #3113