Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init new pull request with GothamAds prebid adapter * new optional params (#6148) * Add the root domain check method as a util method added for use mod… (#6124) * Add the root domain check method as a global method added for use modules * Add a date suffix to keep the test cookie random * Per review, moved the findRootDomain method to utils out of the userId modules * More the domain method back the user module but attach it to the submodule so that userId modules can have access to it * Remove the storageManager as it is no longer used in utils * fix includes and find references in various files (#6183) * Fix typo in mediaforce bid adapter (#6181) * add mediaforce bid adapter * make use of unused variable language * Added native support for Mediaforce Bid Adapter * Fix test endpoint url for Mediaforce Bid Adapter * cleanup * Added the ability to send multiple bids in one ad request for mediaforce bid adapter * Fixes after review for mediaforce bid adapter * Fix typo in mediaforce bid adapter Co-authored-by: ksanksana <little.grey.goblin@gmail.com> * Prebid JS Native Phase 2 update: (#5411) * Prebid JS Native Phase 2 update: 1) Key Suppression for Native keys with sendTargetingKeys set to false at nativeParams.sendTargetingKeys or within asset i.e. nativeParams.image.sendTargetingKeys. Logic as follows: - If nativeParams.sendTargetingKeys set to false but asset has sendTargetingKeys set to true then add the KV - Else if nativeParams.sendTargetingKeys is set to true and asset does not have sendTargetingKeys defined or it is set to true then add KV - Else if nativeParams.sendTargetingKeys is not defined and asset does not have sendTargetingKeys defined or it is set to true then add KV If no conditions met then key is suppressed 2) Adds rendererUrl or adTemplate to the bid object for easy retrieval if assets requested from creative 3) Adds new logic to receiveMessage function in secureCreatives.js to answer data.action of 'allAssetRequest' with all available assets on the bid that have a value 4) Adds new native keys to constants.json * Update to simplify send asset logic * Fixed asset location typo * Update to include message listener for native resize and update adObject for auction to include creative height and trigger resize Co-authored-by: Michael Moschovas <mmoschovas@NY-Moschovas.local> * Improve __uspapi behavior in iframe (#6072) * align locator + fix remove listener * update comment Co-authored-by: Reinout Stevens <reinout@crazygames.com> * Prebid 4.22.0 Release * Increment pre version * Sovrn: Add Support for Floor Module (#6155) * EX-2549 Pass segments parameter as imp.ext.dealids array * EX-2549 Address Jon's feedback * EX-2549 Reworked the solution * EX-2549 Blackbird compatibility * EX-2549 Address Jon's comments * EX-2549 Addressed upstream PR comments * added floor module support * added function check * rerun test Co-authored-by: Egor Gordeev <egordeev@lineate.com> Co-authored-by: Egor Gordeev <48566506+egsgordeev@users.noreply.github.com> * Lotame panorama id glv (#6185) * Add the root domain check method as a global method added for use modules * Add a date suffix to keep the test cookie random * Per review, moved the findRootDomain method to utils out of the userId modules * More the domain method back the user module but attach it to the submodule so that userId modules can have access to it * Remove the storageManager as it is no longer used in utils * Add the GVLID to the lotamePanoramaIdSystem * Use the GVL ID in the storage manager as well * Admixer bid adapter: add fpd (#6190) * Migrating to Prebid 1.0 * Migrating to Prebid 1.0 * Fix spec * add gdpr and usp * remove changes in gdpr_hello_world.html * Update gdpr_hello_world.html add spaces * add user syncs * remove comments * tests * add fpd to request Co-authored-by: atkachov <atkachov91@admixer.ua> * Add Adomain Targeting Key and Default Targeting Keys (#6116) * Add Adomain Targeting Key * add default targeting key Co-authored-by: Veronica Kim <vkim@vkim-mac.lan> * Adkernel: torchad alias (#6191) * New feature: PBS anti alias (#6150) * PBS anti alias * lint * lint * update test * update test * Unit tests + dynamic aliasing * test bidder factory * Waardex Bid Adapter: Add video support, refactor code (#6149) * Add video support, refactor code * Add zoneId, refactor Co-authored-by: yegorheiz <yegorheiz@gmail.com> * init new pull request with GothamAds prebid adapter Co-authored-by: Drilon Kastrati <drilon@gjirafa.com> Co-authored-by: Mark <markaconrad@users.noreply.github.com> Co-authored-by: jsnellbaker <31102355+jsnellbaker@users.noreply.github.com> Co-authored-by: Niksok <belnamtar@mail.ru> Co-authored-by: ksanksana <little.grey.goblin@gmail.com> Co-authored-by: mmoschovas <63253416+mmoschovas@users.noreply.github.com> Co-authored-by: Michael Moschovas <mmoschovas@NY-Moschovas.local> Co-authored-by: Reinout Stevens <reinout@reinoutstevens.be> Co-authored-by: Reinout Stevens <reinout@crazygames.com> Co-authored-by: Scott Menzer <scott@id5.io> Co-authored-by: John Rosendahl <jrosendahl@gmail.com> Co-authored-by: Egor Gordeev <egordeev@lineate.com> Co-authored-by: Egor Gordeev <48566506+egsgordeev@users.noreply.github.com> Co-authored-by: Galphimbl <sashatkachov91@gmail.com> Co-authored-by: atkachov <atkachov91@admixer.ua> Co-authored-by: Veronica Kim <43146383+vkimcm@users.noreply.github.com> Co-authored-by: Veronica Kim <vkim@vkim-mac.lan> Co-authored-by: Denis Logachov <denis@adkernel.com> Co-authored-by: Gena <wertixvost@gmail.com> Co-authored-by: yegorWaardex <59033363+yegorWaardex@users.noreply.github.com> Co-authored-by: yegorheiz <yegorheiz@gmail.com>
- Loading branch information