Announcements
-
The currency conversion file hosted by Prebid Org now supports secure loading from https://currency.prebid.org. This applies to all versions of Prebid.js that support the currency module.
-
Note that
hb_cache_id
will be the video ad server targeting variable going forward.
In previous versions, mobile usedhb_cache_id
and video usedhb_uuid
. There will be a
transition period where both targeting values are provided to the ad server.
Please begin converting previous video creatives to usehb_cache_id
.
🚀 New Features
- New adapter - Invibes #2202
- New adapter - Content Ignite #2268
- New adapter - Oneplanetonly #2269
- New analytics adapter - e-planning #2211
- Updated for 1.0 - Lifestreet #2197
Invibes
{
bidder: 'invibes',
params: {
placementId: '12345'
}
}
Content Ignite
{
bidder: 'contentignite',
params: {
accountID: '168237',
zoneID: '299680'
}
}
Oneplanetonly
{
bidder: 'oneplanetonly',
params: {
siteId: '5',
adUnitId: '5-4587544'
}
}
🛠 Maintenance
- Update Platform.io Adapter #2230
- use b64EncodeUnicode to encode strings with unicode chars in them #2245
- Add billing url (burl) support #2246
- Update a4g Adapter #2250, #2275
- prebidServer: Set vastUrl for OpenRTB video responses #2249
- VertaMedia: update params for test bid #2267
- Gamma: Add vastUrl for Video #2261
- Audience Network: Add 'pbv' and 'cb' query params #2252
- Update for Media.net adapter #2232
- video ads supplying both hb_cache_id and hb_uuid to ad server targeting #2273
- firing new adRenderFailed event when renderAd() fails #2210
- PBS videoCacheKey and vastUrl #2101