-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When "No valid bid requests returned for auction" bidsBackHandler never gets called #3197
Comments
drdmitry
pushed a commit
to drdmitry/Prebid.js
that referenced
this issue
Oct 18, 2018
…turned for auction'
1 task
drdmitry
pushed a commit
to drdmitry/Prebid.js
that referenced
this issue
Oct 23, 2018
…quests is empty
idettman
pushed a commit
to rubicon-project/Prebid.js
that referenced
this issue
Nov 14, 2018
…turned for auction' (prebid#3198) * Fixes prebid#3197 - call auctionDone() when 'No valid bid requests returned for auction' * prebid#3197 Added unit test to check if callback is called when bidRequests is empty
ghost
pushed a commit
to devunrulymedia/Prebid.js
that referenced
this issue
Jan 30, 2019
…turned for auction' (prebid#3198) * Fixes prebid#3197 - call auctionDone() when 'No valid bid requests returned for auction' * prebid#3197 Added unit test to check if callback is called when bidRequests is empty
pedrolopezmrf
pushed a commit
to Marfeel/Prebid.js
that referenced
this issue
Mar 18, 2019
…turned for auction' (prebid#3198) * Fixes prebid#3197 - call auctionDone() when 'No valid bid requests returned for auction' * prebid#3197 Added unit test to check if callback is called when bidRequests is empty
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Type of issue
Bug
Description
requestBids()
with specifiedbidsBackHandler
doesn't call callback function (bidsBackHandler
) when there are "No valid bid requests returned for auction".Steps to reproduce
Call
requestBids()
when no bids available, specifybidsBackHandler
callback function.Test page
Expected results
Auction to be finished with warning
"No valid bid requests returned for auction"
and callback function (
bidsBackHandler
) expected be called (as onauctionDone()
).Actual results
Auction will be finished with warning
"No valid bid requests returned for auction"
and callback function (
bidsBackHandler
) would not be called.Platform details
1.26.0
Other information
#3137
The text was updated successfully, but these errors were encountered: