-
Notifications
You must be signed in to change notification settings - Fork 761
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 eidpermissions #3141
Support case insensitive bidder name in eidpermissions #3141
Conversation
I was testing this to make sure that the case style of the bidder name prior it being down cased, is the style we see in the response. Everything looks good except for one place, within
|
@AlexBVolcy could you share auction request used for testing |
PR makes changes to support case insensitive bidder names in
ext.prebid.data.eidpermissions.bidders
.As shown below bidder name appnexus is known name to PBS. But APPNEXUS is unknown. Prior to PR changes PBS would have error out with unknown
APPNEXUS
bidder name messgae. PR has implemented insensitive bidder name comparison inext.prebid.data.eidpermissions.bidders
partially resolves #2400