-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Prebid Core: Handled edge cases for allowedAlternateBidderCodes functionality #8760
Prebid Core: Handled edge cases for allowedAlternateBidderCodes functionality #8760
Conversation
Changed net revenue to True
Syncing with Upstream
Hi team, I just wanted to bring it to your attention that the PBS team is actually planning to treat an empty array as "restrict all" instead of "allow all" as mentioned in the description here. |
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.
I think this looks fine. Will need a second review.
@ncolletti can you please review this? |
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.
lgtm
…ionality (prebid#8760) * Changed net revenue to True * handled edge cases * Empty alternateBidderCodes will reject the bids Co-authored-by: Azhar <[email protected]>
…ionality (prebid#8760) * Changed net revenue to True * handled edge cases * Empty alternateBidderCodes will reject the bids Co-authored-by: Azhar <[email protected]>
Type of change
Description of change
We have made a few minor changes to the
allowedAlternateBidderCodes
functionalityallowedAlternateBidderCodes
array also lowercase before comparison.allowedAlternateBidderCodes
array before comparison.