Skip to content

Commit

Permalink
change session_id fallback to bidderRequestId (prebid#10047)
Browse files Browse the repository at this point in the history
  • Loading branch information
lasloche authored and Michele Nasti committed Aug 25, 2023
1 parent 3db33c4 commit a71a35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/riseBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ function generateGeneralParams(generalObject, bidderRequest) {
device_type: getDeviceType(navigator.userAgent),
ua: navigator.userAgent,
is_wrapper: !!generalBidParams.isWrapper,
session_id: generalBidParams.sessionId || getBidIdParameter('auctionId', generalObject),
session_id: generalBidParams.sessionId || getBidIdParameter('bidderRequestId', generalObject),
tmax: timeout
};

Expand Down

0 comments on commit a71a35d

Please sign in to comment.