npm prebid.js 0.25.0
Prebid 0.25.0 Release

latest releases: 9.15.0, 9.14.0, 9.13.0...
7 years ago

🚀 New Features

  • Admixer: Video support for adapter (#1200)
  • adyoulike: New adapter (#1155)
  • AOL: Add drop pixels once feature (#1224)
  • Carambola: New adapter (#1221)
  • Conversant: Video support for adapter (#1153)
  • Cox: New adapter (#1228)
  • EPlanning: New Adapter (#1245)
  • Outstream Video without an ad server (#1283)
  • New setTargeting event which is emitted when setTargetingForGPTAsync is called (#873)
  • Unruly: New Adapter (#1264)

New Adapters

adyoulike

{
  bidder: 'adyoulike',
  params: {
     placement: "194f787b85c829fb8822cdaf1ae64435",
  }
}

Carambola

{
  bidder: 'carambola',
  params: {
    pid: 'hbtest',
    did: 112591,
    wid: 0
  }
}

Cox

{
  bidder: 'cox',
  params: {
    size: '300x250',
    id: 2000005991707,
    siteId: 2000100948180,
  }
}

EPlanning

{
  bidder: 'eplanning',
  params: {
    ci: '18f66',
    t: '1'
  }
}

Unruly

{
    bidder: 'unruly',
    params: {
        targetingUUID: '6f15e139-5f18-49a1-b52f-87e5e69ee65e',
        siteId: 1081534
    }
}

🛠 Maintenance

  • Adform: Added a transactionId param (#1259)
  • GumGum: Now fetches the DigiTrust ID, if available (#1256)
  • PrebidServer: Now sends the dealId to the server (#1252)
  • PubMatic: Enhanced the adapter to accept age, gender, and keyvalues (#1213)
  • Rubicon: Adding 320x150 (#1279)
  • Rubicon: Adding 2505x250 (#1225)
  • Trion: Now sends the bid's placementCode to the server (#1254)
  • The request's bidder code is now the default bidderCode in createBid (#1235)
  • Generate no-bid response for each bid request not matched by a bid #1216
  • hide overflow to prevent scrolling #1294

🐛 Bug Fixes

  • Criteo: Better iframe support (#1170)
  • OpenX: Removed a superfluous parameter (#1237)
  • Pubmatic: Fixed syntax error in iframe content template (#1272)
  • Smartadserver: No longer assumes that pbjs is the global variable where prebid lives (#1275)
  • gulp serve correctly rebuilds files again on code change (#1276)
  • fix protocol detection in iframe for AN bidder #1293
  • Fixing Adyoulike adapter for Safari iOS7 #1296

📝 Documentation

  • Integration test page for adapters (#1182)

Don't miss a new prebid.js release

NewReleases is sending notifications on new releases.