From 7c18209fbeeeb9ec83028fca4eb6369a33f08179 Mon Sep 17 00:00:00 2001 From: aman-adpushup Date: Mon, 28 Jul 2025 10:27:46 +0530 Subject: [PATCH] oms latest change --- modules/omsBidAdapter.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/modules/omsBidAdapter.js b/modules/omsBidAdapter.js index f5b55a68715..af71ba10db6 100644 --- a/modules/omsBidAdapter.js +++ b/modules/omsBidAdapter.js @@ -52,6 +52,12 @@ function buildRequests(bidReqs, bidderRequest) { const imp = { id: bid.bidId, + banner: { + format: processedSizes, + ext: { + viewability: viewabilityAmountRounded, + } + }, ext: { ...gpidData }, @@ -62,13 +68,6 @@ function buildRequests(bidReqs, bidderRequest) { imp.video = { ...bid.mediaTypes.video, } - } else { - imp.banner = { - format: processedSizes, - ext: { - viewability: viewabilityAmountRounded, - } - } } const bidFloor = _getBidFloor(bid);