Skip to content

Commit

Permalink
Rubicon Bid Adapter: add size 1x2 (#9644)
Browse files Browse the repository at this point in the history
* Added support for the Price Floors Module

* Use the ad server's currency when getting prices from the floors module

* Default to USD if the ad server's currency can't be retrieved

* Set the default currency at the right place

* Added tests and made a minor change in how device width and height are calculated

* Only include flrCur when ad requests contain floors

* Added 1x2 (524) size to Rubicon adapter

---------

Co-authored-by: msmeza <moises@livewrapped.com>
  • Loading branch information
bjorn-lw and msmeza authored Mar 9, 2023
1 parent f16de3f commit 5ffebba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/rubiconBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ var sizeMap = {
278: '320x500',
282: '320x400',
288: '640x380',
524: '1x2',
548: '500x1000',
550: '980x480',
552: '300x200',
Expand Down

0 comments on commit 5ffebba

Please sign in to comment.