You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In bidmanager.js, addBidResponse function, the bid.requestTimestamp can be set to null if pbjs._bidsRequested doesn't contain the bidder in getBidSetForBidder. This causes bid.timeToRespond to end up as a huge number.
Steps to reproduce
Expected results
Actual results
Platform details
Other information
The text was updated successfully, but these errors were encountered:
Type of issue
Bug
Description
In bidmanager.js, addBidResponse function, the bid.requestTimestamp can be set to null if pbjs._bidsRequested doesn't contain the bidder in getBidSetForBidder. This causes bid.timeToRespond to end up as a huge number.
Steps to reproduce
Expected results
Actual results
Platform details
Other information
The text was updated successfully, but these errors were encountered: