prebid-server-java
prebid-server-java copied to clipboard
Sparteo: add required query params to adapter endpoint
๐ง Type of changes
- [X] bid adapter update
โจ What's the context?
We want to support new required query params when calling our SSP The Go PR: https://github.com/prebid/prebid-server/pull/4556
๐ง Rationale behind the change
Technical integration changes on our side
๐ New Bid Adapter Checklist
- [X] verify email contact works
- [X] NO fully dynamic hostnames
- [X] geographic host parameters are NOT required
- [X] direct use of HTTP is prohibited - implement an existing Bidder interface that will do all the job
- [X] if the ORTB is just forwarded to the endpoint, use the generic adapter - define the new adapter as the alias of the generic adapter
- [X] cover an adapter configuration with an integration test
๐งช Test plan
Tested locally and covered by test
๐ Quality check
- [X] Are your changes following our code style guidelines?
- [X] Are there any breaking changes in your code?
- [X] Does your test coverage exceed 90%?
- [X] Are there any erroneous console logs, debuggers or leftover code in your changes?
Hi @osulzhenko . The PR is now ready to review. When you have time could you assign reviewers please ? Thank you
Hi, do you have the same PR for the PBS Go? If yes, please link it in the PR
done
Hey @AntoxaAntoxic, Thank you for the review, i have updated the PR and let my questions opened. Please let me know if you see additional changes that should be done.