From eaffc3d4a38e2b737ef26c6e392dd3050055b3c6 Mon Sep 17 00:00:00 2001 From: hdeodhar <35999856+hdeodhar@users.noreply.github.com> Date: Tue, 3 Sep 2019 16:23:00 +0100 Subject: [PATCH] Rubicon adapter: added sizes (#4147) * added missing comma * fixing syntax error --- modules/rubiconBidAdapter.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/rubiconBidAdapter.js b/modules/rubiconBidAdapter.js index d8b101b6318..5193efb6358 100644 --- a/modules/rubiconBidAdapter.js +++ b/modules/rubiconBidAdapter.js @@ -94,7 +94,9 @@ var sizeMap = { 229: '320x180', 232: '580x400', 257: '400x600', + 264: '970x1000', 265: '1920x1080', + 278: '320x500', 288: '640x380' }; utils._each(sizeMap, (item, key) => sizeMap[item] = key);