Skip to content

Commit 5ffebba

Browse files
bjorn-lwmsmeza
andauthored
Rubicon Bid Adapter: add size 1x2 (#9644)
* 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 <[email protected]>
1 parent f16de3f commit 5ffebba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/rubiconBidAdapter.js

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ var sizeMap = {
123123
278: '320x500',
124124
282: '320x400',
125125
288: '640x380',
126+
524: '1x2',
126127
548: '500x1000',
127128
550: '980x480',
128129
552: '300x200',

0 commit comments

Comments
 (0)