🚀New Features
NOTE we have changed the default location of the currency file for the currency conversion module. This is not a breaking change and we do not expect any problems, however if you notice any issues please file an issue. Details are in #3414
- Add support for userSyncLimit field in s2sConfig (#3375)
- rework of Rivr Analytics adapter (#3351)
- New adapter Coinzilla (#3385)
- pbs adapter - support bidder specific options (#3394)
- Change DivReach adapter to be an alias of AdButler (#3386)
- Improve Digital adapter: Support for native ads & single request (#3401)
- Adding Remaining Native Parameters from AppNexus Native response (#3387)
{
bidder: 'coinzilla',
params: {
placementId: 'testPlacementId'
}
}
🛠Maintenance
- Index adapter - Replace deprecated getWindowTopLocation with referrer detection module (#3380)
- Upgrade packages #3405 (NOTE: changes min required node.js version to 6.x+)
- Update Conversant adapter's support for video playerSize (#3376)
- ozone adapter now explicitly sets site.page object, adds debug flag (#3403)
- Build process update - auto-corrects eslint errors (NOTE: use special eslint comments to disable) (#3416)
- update IE version in readme (#3419)
🐛Bug Fixes
- Criteo adapter - Fix multi-bid adId (#3340)
- Telaria adapter - use bid.mediaTypes.video.playerSize instead of bid.sizes (#3377)
- Rubicon analytics adapter - fix bid response mapping (#3411)
- Consent module - double call fix (#3399)
- Fix #3265 - pbs cookie sync race condition #3393
- Build process - fix spacing in gulp lint command (#3418)
- Fix issue with limited browser
const
support triggered by code in the Sharethrough Adapter (#3417)