-
Notifications
You must be signed in to change notification settings - Fork 749
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
Support case insensitive bidder name in adjustment factors #3126
Conversation
bidderName = normalizedCoreBidder.String() | ||
} | ||
|
||
if _, isBidder := deps.bidderMap[bidderName]; !isBidder { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add a sample request and response that you have tested for this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testing is covered by json framework tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requesting to please test locally if not done already and add request and response that you have tested.
Closing this PR because commit got messed up after base branch PBS-1254-1 was deleted. New PR - #3140 |
PR makes changes to support case insensitive bidder names in adjustment factors.
As shown below bidder name
appnexus
is known name to PBS. ButAPPNEXUS
is unknown. Prior to PR changes PBS would have error out with unknownAPPNEXUS
bidder name messgae. PR has implemented insensitive bidder name comparison inbidadjustmentfactors