-
Notifications
You must be signed in to change notification settings - Fork 6
UOE-11577: Fixed vast rejection logger issue for ctv if multiple partner to profile #1085
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
Conversation
Code coverage summaryNote:
ortbbidderRefer here for heat map coverage report
|
Code coverage summaryNote:
ortbbidderRefer here for heat map coverage report
|
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.
@pm-priyanka-bagade : checkout review comments. Also plan to contribute this in vanilla prebid-server.
exchange/bidder.go
Outdated
@@ -272,6 +272,7 @@ func (bidder *BidderAdapter) requestBid(ctx context.Context, bidderRequest Bidde | |||
if bidResponse != nil { | |||
recordOpenWrapBidResponseMetrics(bidder, bidResponse) | |||
|
|||
bidResponse.BidderName = bidderRequest.BidderName |
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.
@pm-priyanka-bagade : Rename bidResponse.BidderName
to bidResponse.BidderAlias
for clear readability
Code coverage summaryNote:
ortbbidderRefer here for heat map coverage report
|
created different branch UOE-11577-ci from latest ci |
No description provided.