New Features
- New adapter FeatureForward as AppNexus alias #803 (@tlvmedia)
- New adapter districtmDMX #811 (@stevealliance)
- New adapter GumGum #833 (@davidmh)
New Adapters
FeatureForward
{
bidder: 'featureforward',
params: {
placementId: "123456"
}
}
districtmDMX
{
bidder: 'districtmDMX',
params: {
id:109800, // required
floor: 1.10, // not required
revShare: 0.90 // not required
currency: 'cad' // not required will default to 'usd'
}
}
GumGum
{
bidder: 'gumgum',
params: {
inScreen: 'tracking_id'
}
// More products will be incorporated in the future.
}
Maintenance
- Pass user object parameters on bid request #821 (@matthewlane)
- Add usersyncing to AppNexus adapters #845 (@matthewlane)
- fixes for bugs in test suite #810 (@matthewlane @protonate)
- Links bidId in request with adId in response for analytics purposes (@amadeot)
- Allow Conversant sizes to be overridden per placement #816 (@combs)
- Correct spelling of utility function getBidIdParameter #835 (@yconoclast)
Bug Fixes
- Bugfix/issue building from npm #823 (@mkendall)
- fix rubicon deals to be per ad instead of per response #838 (@snapwich)
- Truncate bids requested on clearPlacements #825 (@protonate)
- Remove duplicate log line in request bids #859 (@mkendall07)