Skip to content

Prebid 1.28.0 Release

Choose a tag to compare

@jsnellbaker jsnellbaker released this 16 Oct 20:42
· 8650 commits to master since this release

🚀New Features

  • PubMatic to support DigiTrust Id passing (#3160)
  • New Adapter Trafficroots #3141
  • New Adapter OpenXOutstream #3153
  • Improves additional data passed to the handler in AuctionInit and AuctionEnd events (#3168)
  • removing cookieSet (#3175)
  • Improve Digital adapter: set dealID based on buying type (#3182)

New Adapters

{
  bidder: 'openxoutstream',
  params: {
    unit: '53943996499',
    delDomain: 'se-demo-d.openx.net',
    publisher_page_url: 'yieldmo.com',
    width:  '300',
     height: '250',
  }
}

🛠Maintenance

  • Rubicon adapter - Checking FPD values are defined before toString() #3165
  • Rubicon adapter - Adding mediaType param to parseSizes #3166
  • Rubicon adapter - skip video request in multi format when video is not setup #3167
  • OpenX Adapter: Added support for pubcid (#3158)

🐛Bug Fixes

  • use version replace rather than package.json in widespace (#3143)
  • Visx Adapter: Removed deprecated priceType option (+tests) #3170