Skip to content

Commit 72d8754

Browse files
authored
Remove entirely the notion of 'auction_id' as we do not do anything with it (#12) (prebid#10129)
1 parent 4e3dbea commit 72d8754

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/beopBidAdapter.js

-4
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ function buildTrackingParams(data, info, value) {
129129
nptnid: params.networkPartnerId,
130130
bid: data.bidId || data.requestId,
131131
sl_n: data.adUnitCode,
132-
// TODO: fix auctionId leak: https://github.com/prebid/Prebid.js/issues/9781
133-
aid: data.auctionId,
134132
se_ca: 'bid',
135133
se_ac: info,
136134
se_va: value,
@@ -158,8 +156,6 @@ function beOpRequestSlotsMaker(bid) {
158156
bid: getBidIdParameter('bidId', bid),
159157
brid: getBidIdParameter('bidderRequestId', bid),
160158
name: getBidIdParameter('adUnitCode', bid),
161-
// TODO: fix auctionId leak: https://github.com/prebid/Prebid.js/issues/9781
162-
aid: getBidIdParameter('auctionId', bid),
163159
tid: bid.ortb2Imp?.ext?.tid || '',
164160
brc: getBidIdParameter('bidRequestsCount', bid),
165161
bdrc: getBidIdParameter('bidderRequestCount', bid),

0 commit comments

Comments
 (0)