-
Notifications
You must be signed in to change notification settings - Fork 3
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
Remove Sonobi SSP from Prebid Configuration #1732
Conversation
🦋 Changeset detectedLatest commit: 6fadd73 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Ad load time test resultsFor Test conditions:
|
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 great @dskamiotis ✨
Just wondering if we need to remove the test 'should only include multiple bidders being tested, even when their switches are off'
since we could test this with a different bidder?
I think the title should be SSP? 😉 |
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 great! 👏
eda3b86
to
6fadd73
Compare
What does this change?
This PR removes the Sonobi SSR (Server-Side Rendering) integration from the Prebid configuration. The following changes have been made to achieve this:
Removed Sonobi Bidder Configuration:
Deleted all references to the Sonobi bidder from the Prebid configuration files.
Removed Sonobi-specific parameters and targeting logic.
Updated Bidder Imports:
Removed Sonobi-related imports from the relevant modules.
Cleaned Up Bidder Code:
Ensured that any Sonobi-specific code, including bid requests and response handling, has been removed.
Updated Documentation:
Updated any relevant documentation to reflect the removal of the Sonobi bidder.## Why?
Sonobi has been determined to be not be worthwhile supporting. Let’s remove the SSP and all associated code.
Why?
Sonobi has been determined to be not be worthwhile supporting.
The Sonobi bidder was previously configured to participate in the header bidding process via Prebid.
This PR ensures that Sonobi is no longer included in the bid requests or responses.
The removal of Sonobi simplifies the Prebid configuration and reduces the overall complexity of the header bidding setup.
Testing: