-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Updated Between adapter dev docs #2549
Conversation
Thanks @egsk for addressing the feedback. 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.
Actually, there's an important problem here -- this file is shared by your prebid.js and prebid server adapters.
Prebid strongly recommends that PBJS and PBS adapters take the same set of parameters, so publishers can easily switch between client and server, but if that's not the case, it needs to be clear to publishers which params are supported and required for which.
I see from https://github.com/prebid/Prebid.js/blob/master/modules/betweenBidAdapter.md that your client adapters supports an 's' param which isn't in this doc.
Since your client- and server-params are so different, you might want to break them into different tables?
@bretg |
copied from original client-side adapter commit 8f623b4#diff-b224ab4090e3b286923b7eb808974fcb155f98dda399b7050270d28c7e6f55e4
You server team stomped on the client team's parameters. I fixed from GitHub history. |
* Updated Between adapter dev docs * Between adapter dev docs: review fix * Between adapter dev docs: review fix #2 * Added quotes to string params * Between adapter dev docs: review fix #3 * fixing PBJS adapter params copied from original client-side adapter commit prebid@8f623b4#diff-b224ab4090e3b286923b7eb808974fcb155f98dda399b7050270d28c7e6f55e4 Co-authored-by: Egor Skorokhodov <skorokhodov@betweenx.com> Co-authored-by: bretg <bgorsline@gmail.com>
added missed parameters and update their description. see prebid/prebid-server#1587