-
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
Fix #3059 by returning both hb_deal and hb_deal_${bidder_code} #3062
Conversation
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.
Thanks for the fix! could you add a test for 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
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
…rebid#3062) * Fix prebid#3059 by returning both hb_deal and hb_deal_${bidder_code} * Add unit test per @mkendall07
…rebid#3062) * Fix prebid#3059 by returning both hb_deal and hb_deal_${bidder_code} * Add unit test per @mkendall07
…rebid#3062) * Fix prebid#3059 by returning both hb_deal and hb_deal_${bidder_code} * Add unit test per @mkendall07
…rebid#3062) * Fix prebid#3059 by returning both hb_deal and hb_deal_${bidder_code} * Add unit test per @mkendall07
…rebid#3062) * Fix prebid#3059 by returning both hb_deal and hb_deal_${bidder_code} * Add unit test per @mkendall07
…rebid#3062) * Fix prebid#3059 by returning both hb_deal and hb_deal_${bidder_code} * Add unit test per @mkendall07
…rebid#3062) * Fix prebid#3059 by returning both hb_deal and hb_deal_${bidder_code} * Add unit test per @mkendall07
Type of change
Description of change
Per #3059, the targeting key
hb_deal
is being replaced byhb_deal_${bidder_code}
rather than both being sent. This pull will change the logic ofgetWinningBidTargeting
to return bothhb_deal
andhb_deal_${bidder_code}
Other information
Fixes #3059 per @snapwich's report. + @mkendall07 and @jaiminpanchal27