Skip to content

Prebid 0.15.0 Release

Compare
Choose a tag to compare
@protonate protonate released this 17 Nov 16:17
· 8122 commits to master since this release

New Features

New Adapters

RhythmOne

{
    bidder: 'rhythmone',
    params: {
        placementId: "549",
        zone: "hb",
        path: "mvo"
    }
}

Vertoz

{
    bidder: 'vertoz',
    params: {
        placementId:'VZH123'      //REQUIRED AD unit id
    }
}

AdKernel

{
  bidder: 'adkernel',
  params: {
    zoneId : '30164',
    host : 'cpm.metaadserving.com'
  }
}

Conversant Media

{
  bidder: 'conversant',
  params: {
    site_id: '87293'
  }
}

Maintenance

  • Updated the AMP example to allow config passed as amp-ad json attribute (#779 - @protonate)
  • remove nyan cat reporter as it slows down tests considerably (#778 - @protonate)
  • HIRO Media Adaptor : Update server request parameter names and JSDoc annotations (#781 - @ronenst)
  • getPresetTargeting no longer used (#771 - @protonate)
  • Handle rubicon targeting and default bidder settings (#743 - @snapwich)
  • Use proper MAS size ordering and mapping for rubiconLite adapter (#765 - @snapwich)
  • RubiconLite is now just Rubicon and "rubicon" aliases "rubiconLite" (#783 - @snapwich)
  • Add version to global namespace (#794 - @yconoclast)
  • PulsePoint Adapter - Support for additional parameters (#784 - @anand-venkatraman)

Bug Fixes

Commit Log