From fcbb38a9b4e2cbe85a0e9335bb46e9a5309fbe52 Mon Sep 17 00:00:00 2001 From: Sebastien Robert Date: Wed, 21 Jun 2023 16:26:39 +0200 Subject: [PATCH] Remove entirely the notion of 'auction_id' as we do not do anything with it --- modules/beopBidAdapter.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/beopBidAdapter.js b/modules/beopBidAdapter.js index 6348854ec2a..8c85183e426 100644 --- a/modules/beopBidAdapter.js +++ b/modules/beopBidAdapter.js @@ -129,8 +129,6 @@ function buildTrackingParams(data, info, value) { nptnid: params.networkPartnerId, bid: data.bidId || data.requestId, sl_n: data.adUnitCode, - // TODO: fix auctionId leak: https://github.com/prebid/Prebid.js/issues/9781 - aid: data.auctionId, se_ca: 'bid', se_ac: info, se_va: value, @@ -158,8 +156,6 @@ function beOpRequestSlotsMaker(bid) { bid: getBidIdParameter('bidId', bid), brid: getBidIdParameter('bidderRequestId', bid), name: getBidIdParameter('adUnitCode', bid), - // TODO: fix auctionId leak: https://github.com/prebid/Prebid.js/issues/9781 - aid: getBidIdParameter('auctionId', bid), tid: bid.ortb2Imp?.ext?.tid || '', brc: getBidIdParameter('bidRequestsCount', bid), bdrc: getBidIdParameter('bidderRequestCount', bid),