New Features
- New adapter: RhythmOne (#657 - @jstocker76)
- New adapter: Vertoz (#789 - @Prebid-Vertoz)
- New adapter: AdKernel (#739 - @ckbo3hrk)
- New adapter: Conversant Media (#708 - @msahagu2)
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
- Resolve IE 10 unit tests failures related to ajax requests. (#768 @mkendall)
- Fixes #590 Filter bid arrays using adUnitsFilter function (#750 - @protonate)
- Adblade adaptor size fix so that it works for both "[[w, h]]" or "[w, h]" (#744 - @frazjp65)
- wrap getTopWindowUrl in try/catch for iframed cases (#788 - @protonate)
- Adform adapter tests fixed for IE 9 #769 (#793 - @braizhas)
- Change the way sendStandardTargeting works (#741 - @snapwich, #787 - @protonate)
- Babel plugin fixes to make the generated code syntax valid in ie8 (#799 - @ojotoxy)
- Fix 'skippable' targeting typo (#804 - @matthewlane)