Skip to content

Conversation

@eknis
Copy link
Member

@eknis eknis commented Jul 7, 2025

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

remove custom response for specific bidder

Other information

adUnits.forEach(adUnit => {
adUnit.bids.forEach(bid => {
const bidderFunction = getBidderFunction(bid.bidder);
const overwriteFunction = getCustomBidderFunction(moduleConfig, bid.bidder);
Copy link
Member Author

@eknis eknis Jul 7, 2025

Choose a reason for hiding this comment

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

getCustomBidderFunctionは特定bidderに対しての機能ではないので問題ないはず

@eknis eknis requested review from april418 and fecker July 15, 2025 04:58
Copy link
Member

@fecker fecker left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants