-
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
Libraries: New utility file to Remove code duplication in several adapters #11854
Conversation
You're my hero, thank you. This was clearly no small undertaking. |
@MaksymTeqBlaze why still in draft? I would love to merge the work you've accomplished so far |
@patmmccann there are still some adapters that have same code and i need to add one small improvement for isBidRequestValid function |
@patmmccann I have updated all adapters that I saw had this duplicated code and did not have much custom code. I also provided some functions that allow building requests with custom fields and logic. |
…pters (prebid#11854) * Added library * updated bidderUtils and used it in some adapters * added library functions to several new adapters * added library functions to several new adapters * added library functions to several new adapters
Type of change
Bugfix
Feature
New bidder adapter
Updated bidder adapter
Code style update (formatting, local variables)
Refactoring (no functional changes, no api changes)
Build related changes
CI related changes
Does this change affect user-facing APIs or examples documented on http://prebid.org?
Other
Description of change
Created a library and utilized its functions in several adapters