Yaleo Bid Adapter: support configurable endpoint via config - #15397
Conversation
|
This PR includes an adapter whose code does not match its file name. Bid adapter modules should be named |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a7199b595e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Barecheck - Code coverage reportTotal: 96.63%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
a7199b5 to
e0a3e40
Compare
|
This PR introduces changes that may not work on all browsers. According to Babel, the following polyfills may be needed, and they are not automatically included:
The best way to address this is to provide good test coverage, as normal PR checks run unit tests on older browsers. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e0a3e40eab
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
e0a3e40 to
93891cf
Compare
93891cf to
5e5ad07
Compare
Type of change
Updated bidder adapter
Does this change affect user-facing APIs or examples documented on http://prebid.org?
Description of change
Makes the bidder endpoint configurable via
pbjs.setConfig({ yaleo: { endpoint } }), defaulting to the production URL when unset.Other information
Docs PR: prebid/prebid.github.io#6683