-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Prebid server: Custom logic for bidder adapter #6881
Labels
Comments
This is related to #6361 -- it's another reason why sometimes bidders need some client-side code even when pushed server-side. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
it appears this is now superceded by the plan here #6361 (comment) @osazos would that solve? |
tracking on #6361 |
Repository owner
moved this from Needs OP
to Done
in Prebid.js Tactical Issues table
Jun 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Type of issue
Description
This issue is a question / feature request in order to let bidder adapters to add custom logic during the PrebidServer buildRequest process.
Actually there is only one method which interacts with the adapter:
transformBidParams()
which is fine but just pass the params set in their config (publisher side).Can we improve the
transformBidParams()
method signature to passadUnit
andbidRequests
? This way bidder adapters could take full advantage of this callback.Prebid.js/modules/prebidServerBidAdapter/index.js
Lines 643 to 645 in bf610f6
Other information
#2844
The text was updated successfully, but these errors were encountered: