Skip to content

Commit

Permalink
set session_id param based on the bidderRequestId (#10049)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick McCann <[email protected]>
  • Loading branch information
lasloche and patmmccann authored Jun 5, 2023
1 parent f3fadda commit 7033149
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/minutemediaBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,7 @@ function generateGeneralParams(generalObject, bidderRequest) {
dnt: (navigator.doNotTrack == 'yes' || navigator.doNotTrack == '1' || navigator.msDoNotTrack == '1') ? 1 : 0,
device_type: getDeviceType(navigator.userAgent),
ua: navigator.userAgent,
// TODO: fix auctionId leak: https://github.com/prebid/Prebid.js/issues/9781
session_id: getBidIdParameter('auctionId', generalObject),
session_id: getBidIdParameter('bidderRequestId', generalObject),
tmax: timeout
}

Expand Down

0 comments on commit 7033149

Please sign in to comment.