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

amx bid adapter: bugfix - looking at wrong config location for bidderSettings, update t… #12752

Merged

Conversation

nickjacob
Copy link
Collaborator

…o support both

Type of change

  • Bugfix

  • Feature

  • New bidder adapter

  • Updated bidder adapter

  • Code style update (formatting, local variables)

  • Refactoring (no functional changes, no api changes)

  • Build related changes

  • CI related changes

  • Does this change affect user-facing APIs or examples documented on http://prebid.org?

  • Other

Description of change

We were looking for the allowAlternateBidderCodes setting in the config (e.g. getConfig()), but it's set on the global bidderSettings. This change will check in both places (we will eventually update with another PR removing the getConfig() use case) to support publishers already setting the value via setConfig().

@patmmccann patmmccann changed the title bugfix: looking at wrong config location for bidderSettings, update t… amx bid adapter: bugfix - looking at wrong config location for bidderSettings, update t… Feb 13, 2025
@patmmccann patmmccann self-assigned this Feb 13, 2025
@patmmccann patmmccann merged commit da36d6a into prebid:master Feb 13, 2025
6 checks passed
kiho-shige pushed a commit to DAConsortium/Prebid.js that referenced this pull request Mar 6, 2025
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