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 (prebid#12) (prebid#10129)
  • Loading branch information
sebrobert authored and github-ishara-chan-tung committed Jul 12, 2023
1 parent 8b7aaaf commit f023567
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 f023567

Please sign in to comment.