Skip to content

Commit

Permalink
Add rubicon size 548 (#5853)
Browse files Browse the repository at this point in the history
* Rubicon Adapter: Add multiple sizes to sizeMap

* Add new size 500x1000 (ID: 548) in Rubicon Adapter

Co-authored-by: Bret Gorsline <bgorsline@rubiconproject.com>
  • Loading branch information
ACannuniRP and bretg committed Oct 13, 2020
1 parent 1b76f45 commit 3bc0bf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/rubiconBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ var sizeMap = {
274: '1800x200',
278: '320x500',
282: '320x400',
288: '640x380'
288: '640x380',
548: '500x1000'
};
utils._each(sizeMap, (item, key) => sizeMap[item] = key);

Expand Down

0 comments on commit 3bc0bf9

Please sign in to comment.