-
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
ShareThrough bid adapter returns HTTP 204. #7510
Comments
Likely a result of #7290 Shall we revert @epechuzal ? |
@muuki88 the 204 on a bid response suffers from the same issue you identified on a sync, right, and the auction would not end until timeout? #6354 (comment) |
Really? I have to look into the implementation, but IIRC prebid has its own XMLHttpRequest implementation, which shouldn't suffer from the iframe load event issue. however if this is the case, then we have a huge performance improvement ahead. |
okay i think it must not be the case, my mistake |
@patmmccann,@epechuzal |
Type of issue
Bug
Description
Starting in Prebid 5.13, the ShareThrough bid adapter returns an HTTP 400 code with no bid responses. In recent builds it now returns an HTTP 204 with no bid responses.
Steps to reproduce
Using chrome developer tools, inspect the bid request/response for the ShareThrough bid.
Test page
Expected results
The bid response should return valid bids with a HTTP 200 code.
Actual results
The bid response returns no bids with either an HTTP 400 or an HTTP 204 code.
Platform details
Prebid 5.12 works as expected. Prebid 5.13 exhibits the behaviour above.
Other information
The text was updated successfully, but these errors were encountered: