-
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
Adnuntius: Copy advertiserDomains to ORTB bid response adomain #4113
base: master
Are you sure you want to change the base?
Conversation
Code coverage summaryNote:
adnuntiusRefer here for heat map coverage report
|
e95c81b
to
e316853
Compare
Code coverage summaryNote:
adnuntiusRefer here for heat map coverage report
|
@@ -458,13 +459,6 @@ func generateAdResponse(ad Ad, imp openrtb2.Imp, html string, request *openrtb2. | |||
}} | |||
} | |||
|
|||
adDomain := []string{} | |||
for _, url := range ad.DestinationUrls { |
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 seems like destinationUrls
is getting replaced by advertiserDomains
. Do you foresee destinationUrls
to still be used for any other purpose in the future? If not, could we remove the destinationUrls
instances from the JSON files?
No description provided.