Skip to content

Prebid 0.17.0 Release

Choose a tag to compare

@matthewlane matthewlane released this 16 Dec 22:51
· 10036 commits to master since this release

🚀 New Features

New Adapters

Fidelity

{
  bidder: 'fidelity',
  params: {
    zoneid: '27248'
  }
}

Widespace

{
  bidder: 'widespace',
  params: {
    sid: '7b6589bf-95c8-4656-90b9-af9737bb9ad3',
    cur: 'EUR'
  }
}

🛠 Maintenance

🐛 Bug Fixes

  • Prevent Rubicon adapter from registering two bids on exceptions #854 (@snapwich)
  • Allow changing of 'ga' global variable #832 (@dantarion)

Commit Log