-
Notifications
You must be signed in to change notification settings - Fork 739
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
PubMatic: Support hardcoded alias #3224
Conversation
Code coverage summaryNote:
pubmaticRefer here for heat map coverage report
|
@@ -640,7 +641,8 @@ func getBidType(bidExt *pubmaticBidExt) openrtb_ext.BidType { | |||
// Builder builds a new instance of the Pubmatic adapter for the given bidder with the given config. | |||
func Builder(bidderName openrtb_ext.BidderName, config config.Adapter, server config.Server) (adapters.Bidder, error) { | |||
bidder := &PubmaticAdapter{ | |||
URI: config.Endpoint, | |||
URI: config.Endpoint, | |||
bidderName: string(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-nilesh-chate , can you add some description about how bidderName
is planned to be used
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.
This is for distinguishing between bidder and adapter name within the Fledge auction object, where hardcore aliases are used for PubMatic bidder which is part of PBS-Core. These changes related to PBS-Core appear straightforward. If you believe adding a comment would be beneficial, I'll include it in the next upcoming PR, which is also related to this.
@pm-nilesh-chate prebid server had major release 2.0 requesting to update |
ff5b822
to
c9273be
Compare
Code coverage summaryNote:
pubmaticRefer here for heat map coverage report
|
done |
@onkarvhanumante please review and merge this |
No description provided.