-
Notifications
You must be signed in to change notification settings - Fork 750
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
seedingAlliance: make suntContent alias, add finative alias and add seatId bidder param in seedingAlliance #3309
Conversation
sag-henmus
commented
Nov 20, 2023
- remove suntContent adapter, as it is practically a copy of the seedingAlliance code, and add as alias to seedingAlliance
- add "seatId" as bidder param for seedingAlliance, to make endpoint configurable
- suntContent was used in chooser_test.go for case insensitivity check, substitute with seedingAlliance
Code coverage summaryNote:
seedingAllianceRefer here for heat map coverage report
|
endpoint: "https://b.nativendo.de/cds/rtb/bid?ssp=pbs" | ||
endpoint: "https://b.nativendo.de/cds/rtb/bid?ssp={{.AccountID}}" |
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.
@sag-henmus could you explain usage of account id
.
Based on account id will request get directed to bidder server hosted in different regions?
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.
@sag-henmus could you explain usage of
account id
.Based on account id will request get directed to bidder server hosted in different regions?
@sag-henmus requesting to address above comment
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.
@onkarvhanumante no, this is used as optional identifier for SSPs with a special agreement with us who want to use our adapter.
should update json tests to use updated prebid-server/adapters/seedingAlliance/seedingAlliance_test.go Lines 15 to 17 in ec729e6
|
Code coverage summaryNote:
seedingAllianceRefer here for heat map coverage report
|
@@ -1,4 +1,4 @@ | |||
endpoint: "https://b.nativendo.de/cds/rtb/bid?ssp=pbs" | |||
endpoint: "https://b.nativendo.de/cds/rtb/bid?ssp={{.AccountID}}" | |||
maintainer: | |||
email: [email protected] |
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.
Sent an email for verification. Please reply with received.
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.
received
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.
left a comment to add a json test case.
Code coverage summaryNote:
seedingAllianceRefer here for heat map coverage report
|