Skip to content
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

Various Adapters: Delete s2s transform bid params for adapters with no server equivalent #11402

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

patmmccann
Copy link
Collaborator

Progress on #6361

@patmmccann patmmccann changed the title Various Adapters: Delete SS transform bid params for adapters with no server equivalent Various Adapters: Delete s2s transform bid params for adapters with no server equivalent Apr 26, 2024
@patmmccann patmmccann requested a review from osazos April 26, 2024 15:00
@patmmccann
Copy link
Collaborator Author

Prep for prebid 9 but since none of these s2s adapters, this isn't breaking

Comment on lines -115 to -119
transformBidParams: function (params, isOpenRtb) {
if (!baseAdapter.transformBidParams) { return params; }
return baseAdapter.transformBidParams(params, isOpenRtb);
},

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to confirm, this adapter extends appnexusBidAdapter which uses this function. Was this taken into consideration?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they were confirmed as not having a server side adapter by @bretg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants