-
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
Prebid Core: Restore use of server-side adapter without client-side adapter #7662
Prebid Core: Restore use of server-side adapter without client-side adapter #7662
Conversation
the unit tests passed locally, but for some reason they are not passing on CircleCI. could someone restart the build? might just be flaky. |
@jorgeluisrocha we just merged a recent commit that fixes testing issues. If you pull in recent commits to master should fix the testing issue |
Thanks for your pull request @jorgeluisrocha , but I'm really curious on how this fixes the issue you describe? This looks like a minimal refactoring of how the |
The method Now, you may say "wouldn't adding to the subscriber be fine?". Well, there are three reasons why it is failing:
In short, the source of the issue is because there is an additional parameter when calling the getConfig method. This ends that. |
…dapter (prebid#7662) * requestBids bug fix for s2sBidders and getConfig * merged duplicate variables in requestBids
…t-side adapter (prebid#7662)" (prebid#7708) This reverts commit b927d8d.
Type of change
Description of change
Fixes a bug that requires client-side adapter codes to be imported for server-side bidding. This obviates the need to import client-side adapter specifications.
Other information
Issue: #6361
Issue: #6388