🚀 New Features
- Updated for 1.0 AdButler adapter #1664
- Updated for 1.0 Beachfront adapter #1675
- Updated for 1.0 Platform.io adapter #1705
- Updated for 1.0 JCM adapter #1715
- Updated for 1.0 Improved Digital adapter #1728
- Updated for 1.0 TrustX adapter #1709
- Updated for 1.0 Conversant adapter #1711
- Updated for 1.0 Adkernel adapter #1722
- Updated for 1.0 Kargo adapter #1729
- Updated for 1.0 Fidelity Media adapter #1719
- Updated for 1.0 Quantcast #1753
- Updated for 1.0 adxcg #1741
- Updated for 1.0 Audience Network #1750
- Updated for 1.0 GetIntent #1721
- New adapter realvu #1571
- New adapter nanointeractive #1627
- New adapter AdOcean #1735
- Tests now accept a
--file
flag. For example,gulp test --file "test/spec/modules/someBidAdapter_spec.js"
#1727 - Update dfp.buildVideoUrl to accept adserver url #1663
- Add
usePaymentRule
param to AN bidders #1778 - New hooks API (replaces monkey-patching for currency) #1683
realvu
{
bidder: 'realvu',
params: {
partnerId: '1Y',
placementId: '9339508'
}
}
nanointeractive
{
bidder: 'nanointeractive',
params: {
sec: '04a0cb7fb9ac02840f7f33d68a883780',
dpid: '58bfec94eb0a1916fa380162',
pid: '58bfec94eb0a1916fa380163'
}
}
AdOcean
{
bidder: 'adocean',
params: {
slaveId: 'adoceanmyaozpniqismex',
masterId: 'tmYF.DMl7ZBq.Nqt2Bq4FutQTJfTpxCOmtNPZoQUDcL.G7',
emiter: 'myao.adocean.pl'
}
}
🛠 Maintenance
- Make response headers available to the specs #1748
- Yieldmo URL adapter endpoint updated #1771
- Validating bid response params #1738
- PrebidServer adapter now interprets video properties from the response #1739
- Change prebidServer to call client user syncs if they exist #1734
- Add TTL parameter to ImproveDigital bid #1784
- Update analytics adapter JSDoc #1780
- Update Rubicon adapter with new properties and 1.0 changes #1776
🐛 Bug Fixes
- FeatureForward: Allow more than one placement from one page #1692
- Sonobi: fix window.top.host cross origin issue when in nested iframes. #1730
- Fix log message not displaying when referencing missing bidder #1737
- Justpremium adapter bugfix for older browsers #1716
- Fix TypeError condition for empty video bids #1769
- Fix Centro adapter to allow requests of the same units #1746
- Added adUnitCode to bidRequest for pre-1.0 #1781