🚀New Features
- Improve Digital adapter: always drop user syncs when available (#3009)
- zedoBidAdapter: Modified API url (#3030)
- Sovrn add user sync #3029
- New Adapter YieldNexus Bid Adapter v1 (#2855)
New Adapters
{
bidder: 'yieldnexus',
params: {
spid: '1253', // your supply ID in your YieldNexus dashboard
bidfloor: 0.03, // an optional custom bid floor
adpos: 1, // ad position on the page (optional)
instl: 0 // interstitial placement? (0 or 1, optional)
}
}
🛠Maintenance
- Remove unused pbjs.cbTimeout #3028
- Replacing all arrow functions in Mocha function calls #3036
- Explicitly set ajax() XHR to asynchronous. (#3038)