Ferio Bid Adapter: add featuretv client-side alias#15066
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 32b797015e
ℹ️ 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".
|
|
||
| const BIDDER_CODE = "ferio"; | ||
| const FERIO_ENDPOINT = "https://ferio.bid/pbjs/bid"; | ||
| const FEATURETV_BIDDER_CODE = "featuretv"; |
There was a problem hiding this comment.
Use a bidder alias with a unique six-character prefix
This registers featuretv as a bidder alias, but its first six characters (featur) collide with the existing featureforward alias in metadata/modules/appnexusBidAdapter.json; PR_REVIEW.md lines 46-49 explicitly require bidder codes and aliases to be unique in the first 6 characters, so this alias should be renamed before being added.
Useful? React with 👍 / 👎.
Barecheck - Code coverage reportTotal: 96.49%Your code coverage diff: 0.01% ▴ Uncovered files and lines
|
Type of change
Description of change
Adds
featuretvas a client-side alias for the Ferio bid adapter. The alias uses the same bid params asferio, routes requests to the FeatureTV endpoint, and is marked withskipPbsAliasingso it is not configured as a Prebid Server alias.Extends the shared Ferio bidder utility to support per-alias endpoint, params-key, sync-base, and alias metadata configuration.
Other information
featuretvbidder page on prebid.github.io: New Adapter: ferio docs (+ myfeature alias and lunamedia adapter maintenance transfer) prebid.github.io#6568