Skip to content

Ferio Bid Adapter: add featuretv client-side alias#15066

Merged
patmmccann merged 2 commits into
prebid:masterfrom
deferoper:feat/ferio-adapter-alias
Jun 11, 2026
Merged

Ferio Bid Adapter: add featuretv client-side alias#15066
patmmccann merged 2 commits into
prebid:masterfrom
deferoper:feat/ferio-adapter-alias

Conversation

@deferoper

Copy link
Copy Markdown
Contributor

Type of change

  • Feature
  • Updated bidder adapter

Description of change

Adds featuretv as a client-side alias for the Ferio bid adapter. The alias uses the same bid params as ferio, routes requests to the FeatureTV endpoint, and is marked with skipPbsAliasing so 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

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread modules/ferioBidAdapter.ts Outdated

const BIDDER_CODE = "ferio";
const FERIO_ENDPOINT = "https://ferio.bid/pbjs/bid";
const FEATURETV_BIDDER_CODE = "featuretv";

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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

barecheck Bot commented Jun 10, 2026

Copy link
Copy Markdown

Barecheck - Code coverage report

Total: 96.49%

Your code coverage diff: 0.01% ▴

Uncovered files and lines
FileLines
libraries/ferioUtils/bidderUtils.ts219, 225, 262, 375, 386, 469, 580-581
test/spec/modules/ferioBidAdapter_spec.js943

@patmmccann patmmccann merged commit 35539cf into prebid:master Jun 11, 2026
94 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants