Skip to content

timed out s2s bidder prevents auction from completing properly #2830

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

Closed
jsnellbaker opened this issue Jul 10, 2018 · 1 comment
Closed

timed out s2s bidder prevents auction from completing properly #2830

jsnellbaker opened this issue Jul 10, 2018 · 1 comment

Comments

@jsnellbaker
Copy link
Collaborator

Type of issue

bug

Description

While testing fix introduced in #2790 - the following behavior was observed:

  • when testing a s2sbidder + client-side bidder and forcing the s2sbidder to timeout (with a small time used in the s2sConfig), the client-side winning ad still appeared on the page but the auction seemed to stop right after the requests were sent out. The console log messages didn't show the normal bids received, putting the keyword data together or executing the bidsBackHandler code.

Steps to reproduce

Setup a s2s config with one bidder (like appnexus) with a small timeout (eg 10). In the adUnits, set it up with a s2s bidder and a client-side bidder.

Load the page and observe the console.

Expected results

Would expect the s2sbidder to timeout and not participate, but the client-side bidder could still win the auction. The auction then would properly close out.

Actual results

The s2sbidder does timeout, and it seems like the client-side bidder does still win the auction (as their ad gets rendered on the page). But like described earlier, the auction seems to finish incompletely (see the sudden cut-off of action in the console logs).

Platform details

1.15 Prebid.js + fix noted above

@jsnellbaker
Copy link
Collaborator Author

this is user-error; not an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant