🚀 New Features
- Breaking Change: Modular build process. See #1177 for details on how to migrate your build
- New video adapter: Spotx #1326
- New adapter: Add ucfunnel adapter #1263
- New adapter: Kargo #1316
- Audience Network: Add support for video format #1292
- AdKernel: Add support for video format #1270
- Implemented prebid-cache to support Video ads more widely #1277
- PulsePoint Lite adapter support for single requests and Native #1338
- Publishers can now define their own Outstream Video renderers #1357
New Adapters
Spotx
{
bidder: 'spotx',
params: {
placementId: "123456789",
video: {
channel_id: 85394,
video_slot: 'contentElement',
slot: 'content',
hide_skin: false,
autoplay: true,
ad_mute: false,
}
}
}
ucfunnel
{
bidder: 'ucfunnel',
params: {
adid: 'test-ad-83444226E44368D1E32E49EEBE6D29',
width: 300,
height: 250
}
}
Kargo
{
bidder: 'kargo',
params: {
placementId: '_lak5xuxuRo'
}
}
🛠 Maintenance
- Isolate unit tests by stubbing calls to external lib #1308
- Improvement include bid response from prebid server w/ cookie sync #1319
- Use local path for polyfill module #1303
- Clean up gulp task dependencies #1336
- Remove unused zip task #1339
- Add user sync features to roxot analytics adapter #1337
- Updates for cookie sync for pbs #1361
- Feature/update cookieset style #1375
- Xhb Adapter: adding alias support #1290
- Add network zone matching to criteo adapter #1342
- Centro adapter fix: do not call logError if 'No Bid' was received #1265
- Added CPM value as parameter for Vertoz Adapter #1306
- StickyAdsTV Improved Bid request identification #1311
- PulsePoint Lite adapter - adding createNew method for aliasing. #1383
- Modernized build dependencies #1355
🐛 Bug Fixes
- Fix sending timeout value to analytics #1327
- Prebid Server drop empty bid requests #1330
- Empty bidRequests in appnexusAst adapter each time new auction begins #1305
- Yieldbot refresh - nextPageview with specific refresh slots #1281
- Eplanning adapter now respects the publisher's choice for
$$PREBID_GLOBAL$$
#1343 - Map native icon parameter and validate returned asset values #1352
- Fix native import and module reference #1368
- Add necessary parameter for DigiTrust in Rubicon adapter #1376