Skip to content
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

oms / brightcom's bid adapters prevent any aliases in isBidRequestValid() #12047

Closed
andyblackwell opened this issue Jul 29, 2024 · 1 comment · Fixed by #12048
Closed

oms / brightcom's bid adapters prevent any aliases in isBidRequestValid() #12047

andyblackwell opened this issue Jul 29, 2024 · 1 comment · Fixed by #12048

Comments

@andyblackwell
Copy link
Contributor

Type of issue

oms / brightcom bid adapters prevent aliases in isBidRequestValid() validation
adapters: omsBidAdapter, brightcomBidAdapter, brightcomSSPBidAdapter
oms is supposed to replace brightcom & brightcomSSP, and has them as default aliases (brightcom & bcmssp), but rejects bids using those aliases

Description

isBidRequestValid() unnecessarily checks if bid.bidder is an exact value matching the adapter's BIDDER_CODE var, which prevents any aliasing of the bidder, including any builtin aliases:

Steps to reproduce

use brightcom or bcmssp with the oms bid adapter, or create and use a custom alias for any of the adapters

Expected results

aliases work as expected

Actual results

aliased bids rejected with:

WARNING: Invalid bid sent to bidder

Platform details

prebid v8.52.0 & v9.7.0

@patmmccann
Copy link
Collaborator

#10924 responsible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants