Skip to content

Commit

Permalink
Remove entirely the notion of 'auction_id' as we do not do anything w…
Browse files Browse the repository at this point in the history
…ith it (#12) (prebid#10129)
  • Loading branch information
sebrobert authored and Michele Nasti committed Aug 25, 2023
1 parent 81b72c7 commit afb911b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/beopBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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),
Expand Down

0 comments on commit afb911b

Please sign in to comment.