Skip to content

Prebid 0.21.0 Release

Compare
Choose a tag to compare
@mkendall07 mkendall07 released this 03 Apr 22:36
· 7885 commits to master since this release

🚀 New Features

  • Breaking Change Analytics adapters are sourced from analytics.json now #1021
  • New adapter TapSense #1004
  • New adapter ServerBid #1024
  • New adapter Bidfluence #1023
  • New adapter PulsePoint Lite #1016
  • New adapter Facebook Audience Network #1068
  • New adapter Atomx #1056
  • New adapter Inneractive #1048
  • New alias GourmetAds (AppNexus) #1057
  • New alias freewheel-ssp (stickyadstv) #1043
  • Allow error handlers in ajax requests #1032
  • Add rubicon targeting to rubicon bid responses for bidderSettings use #1045
  • Video header bidding support in RhythmOne bidder adapter #1052
  • Add Atomx support #1056

New Adapters

TapSense

{
  bidder: 'tapsense',
  params: {
    ufid: "ZFiAg3MMs6E4KVyIDVbi8165506790392",
    refer: "localhost",
    jsonp: 1,
    ad_unit_id: "5877f75b0118065391b18f8c",
    device_id: "7bd153d3-8e9f-4bae-a4b3-751614d788b5",
    lat: "47.5643",
    long: "-122.151",
    scriptURL: "https://ads04.tapsense.com/ads/mopubad",
    user: "771fc655-6e4e-4bae-a4b6-751614d788b5",
    price_floor: 0.04,
    test: 1
  }
}

ServerBid

{
    bidder: 'serverbid',
    params: {
         networkId: 9969,
         siteId: 730181,
    }
}

Bidfluence

{
    bidder: 'bidfluence',
    sizes: [[300, 250]],
    params: {
        adunitId: "747efe9c-5f8a-4b6e-872b-8e9939816298",
        pubId: "c4bbd807-7d22-485f-80f1-ba008ef1c619"
    }
}

PulsePoint Lite

{
   bidder: 'pulsepointLite',
   params: { 
      cf: '300X250',
      cp: 521732,
      ct: 76835
   }
}

Facebook Audience Network

{
   bidder: 'audienceNetwork',
   params: { 
      placementId : '5555555_555555'
   }
}

Atomx

{
  bidder: 'atomx',
  params: { id: 7395 }
}

Inneractive

{
  bidder: 'inneractive',
  params: {
    appId: 'Inneractive_Superman_iPhone',
    spotType: 'rectangle',
    customParams: {
      portal: 7002
    }
  }
}

🛠 Maintenance

  • Add deal id handling for AppNexusAst #1044
  • srcdoc rendering approach to avoid http-referrer omission #977
  • sanitize bidderRequest to rubicon adapter to ensure accountId is sent #1030
  • Update uglify-js version #1041
  • Add deal id handling to appnexusAst adapter #1044
  • Add a new generated field transactionId to each adunits. #1040
  • Better http/s support for SafeFrame #1010
  • Sharethrough adapter to use ajax #1042
  • Change identification of JavaScript user matching #1022
  • Mantis updated to pass through bid params #1084
  • Updated rubicon video bid endpoint #1097
  • Explicit win url response format for Adkernel adapter #1001
  • Stickyadstv bidder adapter supports aliasing #1043
  • Rewrite of UnderdogMedia Adapter #1061
  • Ensure cookies get sent in request headers #1069

🐛 Bug Fixes

  • hb_adid should be uppercase in all cases #1037
  • Fix Mantis tests in negative timezone #1049
  • OpenX Adapter: Correctly gets the page domain for cross-domain iframes #1027
  • Replace broken utils.extend functionality with Object.assign #1055
  • Fix bug with invalid characters in JSONP callback name #1070
  • Ignore unnecessary events from creative in Lifestreet adapter #1054
  • Reset the list of slots to be requested between each action for pubmatic #1079
  • Fix issue calling requestBids(); without any params #1058
  • Fix Vertamedia adapter getSize #1064

Commit Log