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
Similar issue to this one. Upon making a second request to pbjs.requestBids the Rhythmone adapter never returns a bid causing the Prebid auction to hit the timeout.
Steps to reproduce
Define two ad units. Run requestBids twice - once the first ad unit and a separate one on the second. Then run pbjs.getBidResponses() or log the bids in some other way. Rhythmone won't bid or even return an empty bid.
…#1134)
* added audit beacon to detect misuse of this bidder. Detects auctions within iframes or popup windows.
* fix for bug #1123 - Rhythmone: Multiple requestBids Not Working. An auction ended flag was set, preventing additional auctions from completing. This has been removed along with some google analytics tracking code.
* Altered the beacon logging domain to something with a functional SSL cert.
* updating s3 bucket name
* updating s3 bucket name _again_.
* Adding optional curly braces. Removing optional parentheses.
Type of issue
Bug
Description
Similar issue to this one. Upon making a second request to
pbjs.requestBids
the Rhythmone adapter never returns a bid causing the Prebid auction to hit the timeout.Steps to reproduce
Define two ad units. Run requestBids twice - once the first ad unit and a separate one on the second. Then run
pbjs.getBidResponses()
or log the bids in some other way. Rhythmone won't bid or even return an empty bid.Expected results
Actual results
Platform details
Other information
.cc @ehoch @mkendall07 @protonate
The text was updated successfully, but these errors were encountered: