-
Notifications
You must be signed in to change notification settings - Fork 769
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
Adot: add new bid param publisherPath #2164
Conversation
#6) * [SUPPORT-4219] feature: add publisher path to endpoint from ext.bidder
@@ -46,9 +47,17 @@ func (a *adapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.E | |||
headers := http.Header{} | |||
headers.Add("Content-Type", "application/json;charset=utf-8") | |||
|
|||
if adotExt := getImpAdotExt(&request.Imp[0]); adotExt != nil { |
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.
For my understanding, could there be a situation where request.Imp
has multiple entries, and you'd want the publisher path from an entry other than request.Imp[0]
?
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.
The publisher path will be used with some of our partners for custom integrations, so the value should be the same across all request.Imp
entries
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
Hello,
This PR is about adding a new bid param
placementPath
to our adapter.We also updated our doc in this PR
Best regards,