-
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
MergeConfig fix breaks dspx bid adapter #9876
Comments
Bad idea to pull ttl for a bid out of user config. |
Yeah. It doesn't make any sense. I'll open a PR next week to set this to a static value. Anything recommend for bidders that don't provide those server side? |
300 |
300 is pretty common I'd say, but maybe set it to 60 or something and let them raise it? |
We have a good connection to them and make them aware of the issue. 👍 |
That pattern is wrong in two different ways - it should be |
Yes, let's choose 60 and let them increase if they desire. |
Sounds good to me ❤️👍 |
Type of issue
bug
Description
The
dspx
bid adapter is not working in prebid 7.46.0 . I assume the offending line isPrebid.js/modules/dspxBidAdapter.js
Line 186 in 1ac3572
because the error we see is this
which I tracked down to this line
Prebid.js/src/adapters/bidderFactory.js
Line 156 in 4f45f15
and there were no changes on adapter or server response. The only this is the access to the prebid config.
Steps to reproduce
7.46.0
dspx
bid adapterTest page
Welp.. we fixed it in production by rolling back.
Expected results
dspx works
Actual results
Platform details
7.46.0
Other information
mergeConfig
#9704The text was updated successfully, but these errors were encountered: