-
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
New OpenX adapter update ends up with no requests #1859
Comments
@IHateCodesss can you take a look? |
@mkendall07 We've identified the issue here and developed a fix yesterday which is in QA today. We should be able to make a PR with the fix today. The issue was due to mediaType not defaulting to banner in v0.33.0 whereas in 1.0 it does. So, since mediaType wasn't explicitly declared as "banner", requests aren't being created. |
Do we need to download new prebid.js for the fix? and how long can we expect to see the fix to be effective? |
this is resolved in master now. |
Type of issue
bug?
Description
Updated to the latest version of prebid (v0.33 with openx adapter update), then number of requests going to openx server dropped massively. (150k requests dropped to less than 10 and decreasing daily)
Settings were left untouched, only updated the prebid version.
Platform details
prebid version 0.33, Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Other information
related PR: #1724
The text was updated successfully, but these errors were encountered: