-
Notifications
You must be signed in to change notification settings - Fork 735
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
New Adapter: yahoossp (Rebrand yssp to yahoossp keeping the yssp alias) #1994
Conversation
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
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.
Looks good but before approving I was wondering if we still need files openrtb_ext/imp_yssp.go
, static/bidder-params/yssp.json
and static/bidder-info/yssp.yaml
? We seem to no longer be using the ExtImpYSSP
struct inside adapters/yahoossp/yahoossp.go
and ExtImpYahooSSP
seems to be a identical to ExtImpYSSP
except for the name.
1 package openrtb_ext
2
3 // ExtImpYSSP defines the contract for bidrequest.imp[i].ext.yssp
4 type ExtImpYSSP struct {
5 Dcn string `json:"dcn"`
6 Pos string `json:"pos"`
7 }
openrtb_ext/imp_yssp.go
static/bidder-info/yssp.yaml
and static/bidder-info/yahoossp.yaml
seem to be identical files too.
We wanted to keep the
We wanted to keep the |
Looks good to me. Please remove the |
The alias functionality in PBS-Go is still in its infancy. We'll continue to make improvements in the near future. Don't expect to see the exact same approach from PBS-Java, we have other ideas in mind. The end goal is similar though in that no code is required for aliases. |
Please also remove the |
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
@oath-jac This is looking good. Please open a docs PR for the new yahoossp bidder, just as you did for yssp previously. We will not merge this PR until the docs PR is opened. |
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
Docs PR: prebid/prebid.github.io#3283 |
…s) (prebid#1994) Co-authored-by: oath-jac <dsp-supply-prebid@verizonmedia.com>
…s) (prebid#1994) Co-authored-by: oath-jac <dsp-supply-prebid@verizonmedia.com>
We were told by legal that we'll go further with
yahoossp
name. The verizonmedia adapter will be removed at later stage.