-
Notifications
You must be signed in to change notification settings - Fork 0
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
rebase #1
rebase #1
Commits on Mar 24, 2021
-
AdTrue Bid Adapter: getUserSyncs logic update (#6338)
* add AdTrue bid adapter * add AdTrue Bid Adapter unit tests * add AdTrue Bid Adapter unit tests * add AdTrue bid adapter * add AdTrue Bid Adapter unit tests * add AdTrue Bid Adapter unit tests * add AdTrue bid adapter * adtrue usersync udpate * adtrue usersync udpate * #adtrue bidder usersync udpate * #Refactoring code & add unit test * Update package.json * Update package-lock.json * 1. Merge branch 'master' of https://github.com/prebid/Prebid.js 2.AdTrue Bid Adapter Refactoring code * 1. Merge branch 'master' of https://github.com/prebid/Prebid.js 2.AdTrue Bid Adapter Refactoring code * removing a package-lock.json from PR * - removing a package-lock.json from PR - AdTrue bidder: refactoring code & add unit test * - removing a package-lock.json from PR - AdTrue bidder: refactoring code & add unit test * - removing a package-lock.json from PR - AdTrue bidder: refactoring code & add unit test * update package-lock.json from upstream
Configuration menu - View commit details
-
Copy full SHA for b0c20ee - Browse repository at this point
Copy the full SHA b0c20eeView commit details -
IX Bid Adapter: add priceFloors support and an integration example (#…
…6390) * Adding priceFloors Support to IX bid adapter and some refactoring * refactoring the getfloor logic, and removing dead code * newline at end of integration example * spacing issues lint fix * try catch around getFloor, in case the priceFloors module throws an exception * minor rename allU -> allu * falsey values fix, log prefix added
Configuration menu - View commit details
-
Copy full SHA for d2a0360 - Browse repository at this point
Copy the full SHA d2a0360View commit details -
PBS adapter: remove condition on gdpr consentstring which isnt requir…
…ed by the tcf2 spec when gdprapplies is false (#6429) * Update index.js * Update prebidServerBidAdapter_spec.js * Update prebidServerBidAdapter_spec.js * Update prebidServerBidAdapter_spec.js
Configuration menu - View commit details
-
Copy full SHA for f3fe966 - Browse repository at this point
Copy the full SHA f3fe966View commit details -
if the stored value was an object, then it could end up with a space …
…before the {, causing the stored value not to be json parsed simply because of a space in the first character (#6467)
Configuration menu - View commit details
-
Copy full SHA for 9faeb68 - Browse repository at this point
Copy the full SHA 9faeb68View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa5c978 - Browse repository at this point
Copy the full SHA fa5c978View commit details -
Bid Glass Adapter: Merge externally set targeting params (#6426)
* Added bidglass adapter + test * PR Review Updates: - Added formal params to getUserSyncs function definition - getUserSyncs now always returns an array - Improved unit test coverage * PR Review Updates: - Removed unused methods: getUserSyncs, onTimeout, onBidWon, onSetTargeting - Removed getUserSyncs unit test - Removed "dead code" - Removed some unnecessary comments - Fixed usage of parseInt * Bid Glass Bid Adapter: pass options in bid request * Merge externally set targeting params * Updates to address gulp errors * Get `bidglass` reference from window
Configuration menu - View commit details
-
Copy full SHA for 1dc7c05 - Browse repository at this point
Copy the full SHA 1dc7c05View commit details -
Optimon Analytics Adapter: add new analytics adapter (#6333)
* Publish the Optimon platform's analytics adapter for prebid Added js and md files for the analytics adapter. * Fix wrong content in MD file * Fix wrong content in MD file * Created unit testing to Optimon Analytics Adapter * Created unit testing to Optimon Analytics Adapter * Created unit testing to Optimon Analytics Adapter * Created unit testing to Optimon Analytics Adapter * Fixes ESlint styling * Removing DEF const * Created unit testing to Optimon Analytics Adapter * Created unit testing to Optimon Analytics Adapter
Configuration menu - View commit details
-
Copy full SHA for f03e95a - Browse repository at this point
Copy the full SHA f03e95aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95c5625 - Browse repository at this point
Copy the full SHA 95c5625View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48cd16a - Browse repository at this point
Copy the full SHA 48cd16aView commit details
Commits on Mar 25, 2021
-
UID 2.0 Userid submodule (#6443)
* UID 2.0 User id submodule * UID 2.0 User id submodule * UID 2.0 User id submodule * UID 2.0 User id submodule * Resolving merge conflicts and review comments * Updating documentation * Renaming module * Fixing review comments * Fixing review comments * Fixing review comments * Fixing review comments * Fixing review comments * Updating source uid2.com to uidapi.com Co-authored-by: skocheri <skocheri@rubiconproject.com>
Configuration menu - View commit details
-
Copy full SHA for 94faa28 - Browse repository at this point
Copy the full SHA 94faa28View commit details -
H12media Bid Adapter: added new optional params, fixes, and various i…
…ntegration support (#6436) * Change module H12 Media * Change module H12 Media * Change module H12 Media * Change module H12 Media * Update module H12 Media * Update module H12 Media * Update module H12 Media * Update module H12 Media * Update module H12 Media * Update module H12 Media
Configuration menu - View commit details
-
Copy full SHA for 78b3a8b - Browse repository at this point
Copy the full SHA 78b3a8bView commit details -
AdYouLike Bid Adapter: add video capabilities (#6398)
* read and send getFloor value * improve robustness on OnEvent fields * add video mediatype to adyoulike adapter * improve robustness on OnEvent fields * handle instream cases * minor format fix * move the atob call to apply it on every Vast response * update adyoulike md file with video type * update adyoulike bidder doc * fix merge error on 'bid' var name * update adyoulike bidder doc
Configuration menu - View commit details
-
Copy full SHA for 76c86e8 - Browse repository at this point
Copy the full SHA 76c86e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b96f380 - Browse repository at this point
Copy the full SHA b96f380View commit details -
Update Recommendation to install with 'npm ci' (#5697)
With the recent upgrade of npm we should be using the 'npm ci' option install packages. This provides a more reliable deployment that does not update packages on install. It will reduce check-ins of improper package-lock.json and provide greater assurance that a stable node_modules is deployed.
Configuration menu - View commit details
-
Copy full SHA for 42182d6 - Browse repository at this point
Copy the full SHA 42182d6View commit details -
Openx Bid Adapter: add floor support for Video (#6460)
* fix confusing comment * refactor(openxBidAdapter): extract enrichQueryWithFloors * PBID-1194: add floor for Video
Configuration menu - View commit details
-
Copy full SHA for 5162ad8 - Browse repository at this point
Copy the full SHA 5162ad8View commit details -
Update to rubicon analytics adapter to pass along pbsBidId if present…
… on the bidObject (#6461)
Configuration menu - View commit details
-
Copy full SHA for 273e48b - Browse repository at this point
Copy the full SHA 273e48bView commit details -
differentiate the IDs provided by ID5 when the user is opted out vs t…
…he user is in the control group of A/B testing (#6471)
Configuration menu - View commit details
-
Copy full SHA for f3e0d4c - Browse repository at this point
Copy the full SHA f3e0d4cView commit details
Commits on Mar 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ee468f7 - Browse repository at this point
Copy the full SHA ee468f7View commit details -
Seedtag Bid Adapter: add connection type to bid request (#6457)
* add connectionType to the bidRequest * remove a console.log * put connectionType in the payload * more secure connectionType access * add a unit test for connectionType * fix connectionType typo
Configuration menu - View commit details
-
Copy full SHA for 9334c9b - Browse repository at this point
Copy the full SHA 9334c9bView commit details -
AdDefend Bid Adapter: new bid adapter (#6450)
* addefeend bid adapter implementation * fixed parameter documentation Co-authored-by: Mitschi <mitschi@addefend.com>
Configuration menu - View commit details
-
Copy full SHA for aa2463e - Browse repository at this point
Copy the full SHA aa2463eView commit details
Commits on Mar 27, 2021
-
GumGum Bid Adapter: adds meta field to bidresponse (#6478)
* adds meta field to bidresponse * adds meta mediatype and advertiserdomain default
Configuration menu - View commit details
-
Copy full SHA for 11b2dd2 - Browse repository at this point
Copy the full SHA 11b2dd2View commit details
Commits on Mar 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7d76822 - Browse repository at this point
Copy the full SHA 7d76822View commit details -
Incorrect atypes on various eids (#6477)
* Update eids.js * Update eids_spec.js * Update eids.js * Update pubmaticBidAdapter_spec.js * Update eids.js * Update eids_spec.js * Update conversantBidAdapter_spec.js * Update rubiconBidAdapter_spec.js * Update conversantBidAdapter_spec.js * Delete test/spec/adapters directory * Update userId_spec.js
Configuration menu - View commit details
-
Copy full SHA for d2e5956 - Browse repository at this point
Copy the full SHA d2e5956View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05869ed - Browse repository at this point
Copy the full SHA 05869edView commit details -
Doceree Bid Adapter: new bid adapter (#6437)
* doceree adapter * add fix for impression register * fix linting issues * fix build issue * remove extra spaces * fixing - Implicit operand conversion * fixed ci/cd lint issue * update test case * support for advertiserdomains and updated test case * remove space to rerun test cases * remove the client side creative creation
Configuration menu - View commit details
-
Copy full SHA for 971b515 - Browse repository at this point
Copy the full SHA 971b515View commit details