-
Notifications
You must be signed in to change notification settings - Fork 764
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
EPlanning: Add schain support #4146
base: master
Are you sure you want to change the base?
Conversation
Code coverage summaryNote:
eplanningRefer here for heat map coverage report
|
Code coverage summaryNote:
eplanningRefer here for heat map coverage report
|
Code coverage summaryNote:
eplanningRefer here for heat map coverage report
|
@@ -212,6 +218,68 @@ func (adapter *EPlanningAdapter) MakeRequests(request *openrtb2.BidRequest, reqI | |||
return requests, errors | |||
} | |||
|
|||
func unmarshalSupplyChain(req *openrtb2.BidRequest) *openrtb2.SupplyChain { |
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.
It may make things clearer to just pass unmarshalSupplyChain
the request.Source.Ext
object rather than the whole request
object. Makes it clear what unmarshalSupplyChain
is actually doing and using.
Type of change
Description of change