-
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
Update grupawp fork of Prebid.js #28
Commits on Apr 12, 2023
-
Yahoo ConnectId UserID Module: explicit storage management (#9716)
* Explicitly manage storage of ConnectID * Addressed initial PR feedback * Documentation update * Address consent logic issues * Prevent storage of empty object response from UPS * Change storage key to match module name. --------- Co-authored-by: slimkrazy <sam@slimkrazy.com>
Configuration menu - View commit details
-
Copy full SHA for f26f7db - Browse repository at this point
Copy the full SHA f26f7dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6dd267 - Browse repository at this point
Copy the full SHA f6dd267View commit details -
Growthcode UserId: Bug fixes & Better Error Catching (#9785)
* Remove the cookie storage for data. * Clean up error checking on return JSON data. * Code cleanup
Configuration menu - View commit details
-
Copy full SHA for 0b21503 - Browse repository at this point
Copy the full SHA 0b21503View commit details -
LiveIntent UserId module: Add support for bidswitch and medianet ids (#…
…9703) * Add support for bidswitch id * Add test * Update liveIntentIdSystem_spec.js * Fix test * Add medianet cookie * Change atype from 508 to 3 * Revert version change in package-lock.json * Add bidswitch.com and media.net examples * Customer request: change bidswitch.com to bidswitch.net --------- Co-authored-by: Viktor Dreiling <viktor@Viktors-MBP.fritz.box> Co-authored-by: Viktor Dreiling <viktor@Viktors-MacBook-Pro.local>
Configuration menu - View commit details
-
Copy full SHA for 9890c52 - Browse repository at this point
Copy the full SHA 9890c52View commit details -
Yahoo ConnectId UserID Module: Resolving getStorageManager invocation…
… issue (#9798) * Resolving getStorageManager invocation issue * Lint * MODULE_TYPE -> moduleType
Configuration menu - View commit details
-
Copy full SHA for db9bc3c - Browse repository at this point
Copy the full SHA db9bc3cView commit details
Commits on Apr 13, 2023
-
CORE: disable the requirement for having a url, when enabling renderN…
…ow in Renderer (#9769) * disable the requirement for having a url, when enabling renderNow in the Renderer * kick off circleci --------- Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f7c2c34 - Browse repository at this point
Copy the full SHA f7c2c34View commit details -
JW Player Video Adapter: Support multiple setup listeners (#9791)
* supports multiple setup listeners * adds length check
Configuration menu - View commit details
-
Copy full SHA for 66dfdef - Browse repository at this point
Copy the full SHA 66dfdefView commit details -
Pub-X Bid Adapter: adding page url support (#9746)
* Pub-X Bid Adapter: adding page url support * Refactored to use site.page * Update pubxBidAdapter.js getting circleci to run --------- Co-authored-by: Patrick McCann <pmccann@cafemedia.com>
Configuration menu - View commit details
-
Copy full SHA for 584af55 - Browse repository at this point
Copy the full SHA 584af55View commit details -
Magnite Analytics Adapter : add seat non bid handling (#9696)
* Return all bids * Adjust findMatch function * Return all buds unit testing * Responds to review comments * Unit test adjustments * Remove extra line for lint * minor changes * doh --------- Co-authored-by: Robert Ray Martinez III <rrmartinez1552@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7f43556 - Browse repository at this point
Copy the full SHA 7f43556View commit details -
openxBidAdapter: update to OpenRTB adapter (#9794)
* openxBidAdapter: update to OpenRTB adapter * remove skipped tests
Configuration menu - View commit details
-
Copy full SHA for d94c1a9 - Browse repository at this point
Copy the full SHA d94c1a9View commit details -
IVS Bid Adapter: initial adapter release (#9706)
* Add IVS bid adapter * Fix publisherId in test parameters
Configuration menu - View commit details
-
Copy full SHA for d3b108f - Browse repository at this point
Copy the full SHA d3b108fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 578bda0 - Browse repository at this point
Copy the full SHA 578bda0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc54926 - Browse repository at this point
Copy the full SHA fc54926View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c778a - Browse repository at this point
Copy the full SHA 67c778aView commit details
Commits on Apr 14, 2023
-
Criteo Bid Adapter: Fix invalid deal property name mapping from bidde…
…r response (#9808) Currently, our PBJS adapter code expects to receive a property called 'dealCode' where our bidder emits 'deal' instead. We've updated our backend to temporary emit both dealCode & deal but long term we'd like to align to use 'deal 'across all integrations.
Configuration menu - View commit details
-
Copy full SHA for e7c26f8 - Browse repository at this point
Copy the full SHA e7c26f8View commit details -
Kargo Bid Adapter: Refactor of bid request (#9731)
* pageURL pull from topmostLocation * Kargo: Support for client hints (#9) * Starting SUA support * Kargo: Adding support for client hints * Adding tests for sua * Kargo: Update referer logic * Refactor of Kargo Prebid adapter. * PR comments addressed. * Feedback addressed. * Pr comments addressed. * Continuing refactor of Kargo Bid adapter. * Logic adjustment to exclude values when not present. Relying on server defaults. * Updating unit tests. * PR feedback addressed. * Refactoring bid adapter functions. * PR feedback addressed. * Additional refactoring. * Refactoring for each to use Object entries. * Minor fixes. * Minor fixes. * Minor fixes. * TDID and linting updates * Conflicts resolved with master. * Re-adding raw CRB storage (#14) * Updating shared IDs object name * Fixing missing ad markup * Removing package json changes. Fixing unit tests broken by recent changes. * Linting * send requestCount even when it is 0 for BTO (#18) * Reverting package.json change * Reverting package-lock.json changes * Cleanup * Test cleanup * Test fix Test fix All tests fixed * Adding test for TDID * Resolving merge issue --------- Co-authored-by: Neil Flynn <nflynn@kargo.com> Co-authored-by: Julian Gan <juliangan07@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ab4741d - Browse repository at this point
Copy the full SHA ab4741dView commit details -
Criteo Bid Adapter: Map device sua field to user ext sua (#9809)
Co-authored-by: v.raybaud <v.raybaud@criteo.com>
Configuration menu - View commit details
-
Copy full SHA for bab720d - Browse repository at this point
Copy the full SHA bab720dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b355bd - Browse repository at this point
Copy the full SHA 2b355bdView commit details
Commits on Apr 17, 2023
-
kueezRtb Bid Adapter: Add support for passing metaData object from se…
…rver response. (#9815)
Configuration menu - View commit details
-
Copy full SHA for 66a9476 - Browse repository at this point
Copy the full SHA 66a9476View commit details -
AdMatic Bid Adapter: badv added (#9820)
* Admatic Bidder Adaptor * Update admaticBidAdapter.md * Update admaticBidAdapter.md * remove floor parameter * Update admaticBidAdapter.js * Admatic Bid Adapter: alias and bid floor features activated * Admatic adapter: host param control changed * Alias name changed. * Revert "Admatic adapter: host param control changed" This reverts commit de7ac85. * added alias feature and host param * Revert "added alias feature and host param" This reverts commit 6ec8f45. * Revert "Alias name changed." This reverts commit 661c54f. * Revert "Admatic Bid Adapter: alias and bid floor features activated" This reverts commit 7a2e0e2. * Revert "Update admaticBidAdapter.js" This reverts commit 7a845b7. * Revert "remove floor parameter" This reverts commit 7a23b05. * Admatic adapter: host param control && Add new Bidder * Revert "Admatic adapter: host param control && Add new Bidder" This reverts commit 3c797b1. * commit new features * Update admaticBidAdapter.js * updated for coverage * sync updated * Update adloader.js * AdMatic Bidder: development of user sync url * Update admaticBidAdapter.js * Set currency for AdserverCurrency: bug fix * Update admaticBidAdapter.js * update
Configuration menu - View commit details
-
Copy full SHA for 4534d4b - Browse repository at this point
Copy the full SHA 4534d4bView commit details -
MinuteMediaPlus Bid Adapter: Add support for passing metaData object …
…from server response. (#9816)
Configuration menu - View commit details
-
Copy full SHA for ec76c84 - Browse repository at this point
Copy the full SHA ec76c84View commit details -
Nativo Bid Adapter: Adding UserId support (#9767)
* Initial nativoBidAdapter document creation (js, md and spec) * Fulling working prebid using nativoBidAdapter. Support for GDPR and CCPA in user syncs. * Added defult size settings based on the largest ad unit. Added response body validation. Added consent to request url qs params. * Changed bidder endpoint url * Changed double quotes to single quotes. * Reverted package-json.lock to remove modifications from PR * Added optional bidder param 'url' so the ad server can force- match an existing placement * Lint fix. Added space after if. * Added new QS param to send various adUnit data to adapter endpopint * Updated unit test for new QS param * Added qs param to keep track of ad unit refreshes * Updated bidMap key default value * Updated refresh increment logic * Refactored spread operator for IE11 support * Updated isBidRequestValid check * Refactored Object.enties to use Object.keys to fix CircleCI testing errors * Updated bid mapping key creation to prioritize ad unit code over placementId * Added filtering by ad, advertiser and campaign. * Merged master * Added more robust bidDataMap with multiple key access * Deduped filer values * Rolled back package.json * Duped upstream/master's package.lock file ... not sure how it got changed in the first place * Small refactor of filterData length check. Removed comparison with 0 since a length value of 0 is already falsy. * Added bid sizes to request * Fixed function name in spec. Added unit tests. * Added priceFloor module support * Added protection agains empty url parameter * Changed ntv_url QS param to use referrer.location instead of referrer.page * Removed testing 'only' flag * Added ntv_url QS param value validation * Added userId support * Added unit tests, refactored for bugs * Wrapped ajax in try/catch * Added more unit testing * Updated eid check for duplicate values. Removed error logging as we no longer need it. * Removed spec test .only. Fixed unit tests that were breaking. * Added Prebid version to nativo exchange request * Removed unused bidder methods
Configuration menu - View commit details
-
Copy full SHA for 0d1af3b - Browse repository at this point
Copy the full SHA 0d1af3bView commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b94ca25 - Browse repository at this point
Copy the full SHA b94ca25View commit details -
Configuration menu - View commit details
-
Copy full SHA for f53dfd7 - Browse repository at this point
Copy the full SHA f53dfd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2324abd - Browse repository at this point
Copy the full SHA 2324abdView commit details
Commits on Apr 19, 2023
-
Eskimi Bid Adapter: initial adapter release (#9768)
* rewrite the adapter to use ortbConverter * Eskimi: fix `isBidRequestValid` * Eskimi: fix request validation tests --------- Co-authored-by: Sekandar <sekandar@eskimi.com>
Configuration menu - View commit details
-
Copy full SHA for 454caa3 - Browse repository at this point
Copy the full SHA 454caa3View commit details -
Update the Conversant adapter to have source.tid to have auctionId (#…
…9822) Co-authored-by: johwier <john.wier@epsilon.com>
Configuration menu - View commit details
-
Copy full SHA for 5fd37b2 - Browse repository at this point
Copy the full SHA 5fd37b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c878dc2 - Browse repository at this point
Copy the full SHA c878dc2View commit details -
IX Bid Adapter: Support for Ad unit specific First Party Data (#9821)
* feat: add adunit specific fpd support [PB-1387] * feat: move duplicate code to its function [PB-1387] --------- Co-authored-by: shahin.rahbariasl <shahin.rahbariasl@indexexchange.com>
Configuration menu - View commit details
-
Copy full SHA for 452f026 - Browse repository at this point
Copy the full SHA 452f026View commit details -
Configuration menu - View commit details
-
Copy full SHA for a28b607 - Browse repository at this point
Copy the full SHA a28b607View commit details -
Adnuntius Bid Adapter: Europe endpoint (#9829)
* Adnuntius Bid Adapter: Route traffic to euro-servers if GDPR applies. * Tests Added to gdpr applies.
Configuration menu - View commit details
-
Copy full SHA for 467f78f - Browse repository at this point
Copy the full SHA 467f78fView commit details -
TheMediaGrid: make gridNMBidAdater as alias for gridBidAdapter (#9832)
* TheMediaGrid: make gridNMBidAdater as alias for gridBidAdapter * TheMediaGrid: fix alias name
Configuration menu - View commit details
-
Copy full SHA for c191573 - Browse repository at this point
Copy the full SHA c191573View commit details -
pairId userId submodule: initial commit for pairId submodule (#9662)
* add userId submodule for pairId system * [PairIdSystem] add logic to fetch from liveramp cookie * Fix liveramp local storage/cookie key for PairId * addressed PR review comments
Configuration menu - View commit details
-
Copy full SHA for a539646 - Browse repository at this point
Copy the full SHA a539646View commit details -
Build Process: Disallow it.skip (#9799)
* Update realvuAnalyticsAdapter_spec.js * Update axonixBidAdapter_spec.js * Update pubCommonId_spec.js * Update test_index.js * Update test_index.js * Update adagioBidAdapter_spec.js * Update test_index.js * Update test_index.js * Update test_index.js * Update test_index.js * Update openxOrtbBidAdapter_spec.js * Update 1plusXRtdProvider_spec.js * Update pubmaticBidAdapter_spec.js
Configuration menu - View commit details
-
Copy full SHA for ad7d898 - Browse repository at this point
Copy the full SHA ad7d898View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc99b3 - Browse repository at this point
Copy the full SHA dcc99b3View commit details -
Yieldmo Adapter: Send GPP data in bid request. (#9460)
* Adding gpp and gpp_sid adding gpp parameters to Banner and Video bids. * Sending gdpr data if no gpp * Refactor
Configuration menu - View commit details
-
Copy full SHA for b8c1c95 - Browse repository at this point
Copy the full SHA b8c1c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 343fa89 - Browse repository at this point
Copy the full SHA 343fa89View commit details
Commits on Apr 20, 2023
-
Mediasquare Bid Adapter: add of the referer for onBidWon (#9817)
* Mediasquare Bid Adapter: add of the referer for onBidWon * Mediasquare Bid Adapter: replay test
Configuration menu - View commit details
-
Copy full SHA for e810189 - Browse repository at this point
Copy the full SHA e810189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc1ec3 - Browse repository at this point
Copy the full SHA 1fc1ec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for de22826 - Browse repository at this point
Copy the full SHA de22826View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 55b2e08 - Browse repository at this point
Copy the full SHA 55b2e08View commit details -
Documentation: Add FLEDGE aka Protected Audience API examples (#9839)
* Add FLEDGE aka Protected Audience API examples * Remove alias from pbs example
Configuration menu - View commit details
-
Copy full SHA for 608deda - Browse repository at this point
Copy the full SHA 608dedaView commit details -
Core: fix spurious warnings on
mergeConfig
(#9704)* Core: fix spurious warnings on `mergeConfig` * Fix sendAllBid config name
Configuration menu - View commit details
-
Copy full SHA for 9c3196f - Browse repository at this point
Copy the full SHA 9c3196fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24da871 - Browse repository at this point
Copy the full SHA 24da871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21b9bbe - Browse repository at this point
Copy the full SHA 21b9bbeView commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dc7b3c6 - Browse repository at this point
Copy the full SHA dc7b3c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecbb223 - Browse repository at this point
Copy the full SHA ecbb223View commit details
Commits on Apr 25, 2023
-
RTB house Bid Adapter: fix encoding bug for bid response for native a…
…ds (#9850) * RTB hose Bid Adapter: encode URI corecctly using encodeURI instead of encodeURIComponent
Configuration menu - View commit details
-
Copy full SHA for 5ffd88a - Browse repository at this point
Copy the full SHA 5ffd88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cff4364 - Browse repository at this point
Copy the full SHA cff4364View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0bb0f5 - Browse repository at this point
Copy the full SHA d0bb0f5View commit details
Commits on Apr 26, 2023
-
Criteo Id Module: ensure all kind of privacy strings are sent to back…
…end (#9845) Also adding missing gdpr applies flag
Configuration menu - View commit details
-
Copy full SHA for bff1f41 - Browse repository at this point
Copy the full SHA bff1f41View commit details
Commits on Apr 27, 2023
-
NextMillennium Bd Adapter : add gvlid (#9858)
* add gvlid * no change
Configuration menu - View commit details
-
Copy full SHA for 3430e8d - Browse repository at this point
Copy the full SHA 3430e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51884fe - Browse repository at this point
Copy the full SHA 51884feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50fda60 - Browse repository at this point
Copy the full SHA 50fda60View commit details -
Adrino Bid Adapter: banner support added (#9860)
* banner support added * test name change * not my test failed * not my test failed --------- Co-authored-by: Tomasz Mielcarz <tomasz.mielcarz@adrino.pl>
Configuration menu - View commit details
-
Copy full SHA for a6d0b30 - Browse repository at this point
Copy the full SHA a6d0b30View commit details -
Criteo Bid Adapter: Map native assets to slot.ext.assets (#9851)
Co-authored-by: v.raybaud <v.raybaud@criteo.com>
Configuration menu - View commit details
-
Copy full SHA for 3f51102 - Browse repository at this point
Copy the full SHA 3f51102View commit details -
Realvu analytics adapter: fix test failures on Edge (#9857)
* Realvu analytics adapter: fix test failures on Edge * Remove realVu tests
Configuration menu - View commit details
-
Copy full SHA for 22ff9c2 - Browse repository at this point
Copy the full SHA 22ff9c2View commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1ac3572 - Browse repository at this point
Copy the full SHA 1ac3572View commit details
Commits on May 1, 2023
-
AdMatic Bid Adapter: added Video / Banner params (#9856)
* Admatic Bidder Adaptor * Update admaticBidAdapter.md * Update admaticBidAdapter.md * remove floor parameter * Update admaticBidAdapter.js * Admatic Bid Adapter: alias and bid floor features activated * Admatic adapter: host param control changed * Alias name changed. * Revert "Admatic adapter: host param control changed" This reverts commit de7ac85. * added alias feature and host param * Revert "added alias feature and host param" This reverts commit 6ec8f45. * Revert "Alias name changed." This reverts commit 661c54f. * Revert "Admatic Bid Adapter: alias and bid floor features activated" This reverts commit 7a2e0e2. * Revert "Update admaticBidAdapter.js" This reverts commit 7a845b7. * Revert "remove floor parameter" This reverts commit 7a23b05. * Admatic adapter: host param control && Add new Bidder * Revert "Admatic adapter: host param control && Add new Bidder" This reverts commit 3c797b1. * commit new features * Update admaticBidAdapter.js * updated for coverage * sync updated * Update adloader.js * AdMatic Bidder: development of user sync url * Update admaticBidAdapter.js * Set currency for AdserverCurrency: bug fix * Update admaticBidAdapter.js * update * admatic adapter video params update * Update admaticBidAdapter.js * update * Update admaticBidAdapter.js * update * update * Update admaticBidAdapter_spec.js * Update admaticBidAdapter.js * Update admaticBidAdapter.js * Revert "Update admaticBidAdapter.js" This reverts commit 1216892. * Revert "Update admaticBidAdapter.js" This reverts commit b1929ec. * Revert "Update admaticBidAdapter_spec.js" This reverts commit 1ca6597. * Revert "update" This reverts commit 689ce9d. * Revert "update" This reverts commit f381a45. * Revert "Update admaticBidAdapter.js" This reverts commit 38fd7ab. * Revert "update" This reverts commit a5316e7. * Revert "Update admaticBidAdapter.js" This reverts commit 60a28ca. * Revert "admatic adapter video params update" This reverts commit 31e69e8. * update
Configuration menu - View commit details
-
Copy full SHA for 0cf7c75 - Browse repository at this point
Copy the full SHA 0cf7c75View commit details -
Triplelift Bid Adapter: copying ad unit impression data (#9865)
* TL-35335: Cast playbackmethod as array * TL-36204: Copy tid to imp extension obj * Added support for entire ortb2Imp obj * Only setting what exists in ortb2Imp.ext * Added additional test to check copy of entire ext obj * Revert "TL-36204: Copy tid to imp extension object" * TL-36204: Copying ortb2Imp.ext to impression ext obj * Added edge case logic and additional test * recos for tid change * Added spread operator to replace deepClone --------- Co-authored-by: nllerandi3lift <75995508+nllerandi3lift@users.noreply.github.com> Co-authored-by: Nick Llerandi <nllerandi@triplelift.com>
Configuration menu - View commit details
-
Copy full SHA for 48cd245 - Browse repository at this point
Copy the full SHA 48cd245View commit details -
Multiple modules: do not use bidderTimeout as TTL (#9880)
* Multiple modules: do not use bidderTimeout as TTL * Fix lint
Configuration menu - View commit details
-
Copy full SHA for e0e77cf - Browse repository at this point
Copy the full SHA e0e77cfView commit details -
Grid Bid Adapter: add support for video.plcmt (#9763)
* Update gridBidAdapter.js * Update gridBidAdapter_spec.js
Configuration menu - View commit details
-
Copy full SHA for 2edd264 - Browse repository at this point
Copy the full SHA 2edd264View commit details -
Configuration menu - View commit details
-
Copy full SHA for 962d816 - Browse repository at this point
Copy the full SHA 962d816View commit details -
UPDATE setOrtb user ids to avoid passing an empty array when no user …
…ids present (#9875) Co-authored-by: Alejandro Villanueva <alejandro.villanueva@freestar.io>
Configuration menu - View commit details
-
Copy full SHA for ffb76a7 - Browse repository at this point
Copy the full SHA ffb76a7View commit details -
Sovrn Bid Adapter: add gpp support (#9811)
* feat: update Sovrn bid adapter to send gpp * style: eslint --------- Co-authored-by: feat: add video request fields <>
Configuration menu - View commit details
-
Copy full SHA for 7d61a53 - Browse repository at this point
Copy the full SHA 7d61a53View commit details -
Triplelift Bid Adapter: relax check on consentString before appending…
… gdprApplies to usersyncs (#9885) * TL-35335: Cast playbackmethod as array * TL-36204: Copy tid to imp extension obj * Added support for entire ortb2Imp obj * Only setting what exists in ortb2Imp.ext * Added additional test to check copy of entire ext obj * Revert "TL-36204: Copy tid to imp extension object" * TL-36204: Copying ortb2Imp.ext to impression ext obj * Added edge case logic and additional test * recos for tid change * Added spread operator to replace deepClone * addresses gdprApplies --------- Co-authored-by: Patrick Loughrey <ploughrey@triplelift.com>
Configuration menu - View commit details
-
Copy full SHA for cb2536b - Browse repository at this point
Copy the full SHA cb2536bView commit details
Commits on May 2, 2023
-
Yahoo connect id storage fixes. (#9854)
Co-authored-by: dumitrubarbos <dumitru-radu.barbos@yahooinc.com>
Configuration menu - View commit details
-
Copy full SHA for e77512d - Browse repository at this point
Copy the full SHA e77512dView commit details -
Remove syncstore from adapter (#9890)
Co-authored-by: Thomas De Stefano <thomas.destefano@impactify.io>
Configuration menu - View commit details
-
Copy full SHA for 16d8639 - Browse repository at this point
Copy the full SHA 16d8639View commit details -
Configuration menu - View commit details
-
Copy full SHA for af44f4b - Browse repository at this point
Copy the full SHA af44f4bView commit details
Commits on May 3, 2023
-
Relevant Digital Bid Adapter: initial release (#9685)
* Relevant Digital Bid Adapter * More tests + comments * Use the recommended onBidWon callback + live-placements in .md file * Remove unused imports + adjust example-parameters in .md file * Renamed files + rewritten test-cases * Added documentation for 'pbsBufferMs' setting * Added 'useSourceBidderCode' setting to use S2S bidder's code instead of the client-side code in responses
Configuration menu - View commit details
-
Copy full SHA for f076c8b - Browse repository at this point
Copy the full SHA f076c8bView commit details
Commits on May 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 16fe0cf - Browse repository at this point
Copy the full SHA 16fe0cfView commit details -
Bump engine.io and socket.io (#9903)
Bumps [engine.io](https://github.com/socketio/engine.io) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `engine.io` from 6.2.1 to 6.4.2 - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md) - [Commits](socketio/engine.io@6.2.1...6.4.2) Updates `socket.io` from 4.5.3 to 4.6.1 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io@4.5.3...4.6.1) --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect - dependency-name: socket.io dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 27c817e - Browse repository at this point
Copy the full SHA 27c817eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ac5d66 - Browse repository at this point
Copy the full SHA 0ac5d66View commit details -
FreeWheel SSP Bid Adapter: add GPP support (#9859)
* FreeWheel add floor price * FreeWheel code update * FreeWheel-SSP-Adapter: Update to use Vast 4.2 by default * FreeWheel-SSP-Adapter add userIdAsEids support * Freewheel-SSP-Adapter add test for eids * Freewheel SSP Adapter: add prebid version in request * code cleanup * FreeWheel SSP Bid Adapter: support video context and placement * update test * FreeWheel SSP Bid Adapter: add GPP support * Freewheel SSP Bid Adapter: test update
Configuration menu - View commit details
-
Copy full SHA for 045b5d2 - Browse repository at this point
Copy the full SHA 045b5d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5cfcd9 - Browse repository at this point
Copy the full SHA b5cfcd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc665aa - Browse repository at this point
Copy the full SHA bc665aaView commit details
Commits on May 5, 2023
-
Prebid Core: Functionality to Optionally Defer Billing for an Ad (#9640)
* logic for billing deferrals * refactored and addressed feedback * refactored triggerBilling func * addressed feedback * rebased on top of master * reverted some unneeded changes * refactored triggerBilling and addWinningBid funcs * reverted changes to example html file * addressed changes from feedback
Configuration menu - View commit details
-
Copy full SHA for 879e5c4 - Browse repository at this point
Copy the full SHA 879e5c4View commit details
Commits on May 6, 2023
-
MgidAdapter: change user sync get parameters (#9891)
* change user sync get parameters * change user sync get parameters --------- Co-authored-by: gaudeamus <dmitry.markelov@mgid.com>
Configuration menu - View commit details
-
Copy full SHA for 71a5e21 - Browse repository at this point
Copy the full SHA 71a5e21View commit details -
Rise Bid Adapter: support Coppa param (#9837)
* add Rise adapter * fixes * change param isOrg to org * Rise adapter * change email for rise * fix circle failed * bump * bump * bump * remove space * Upgrade Rise adapter to 5.0 * added isWrapper param * addes is_wrapper parameter to documentation * added is_wrapper to test * removed isWrapper * Rise Bid Adapter: support Coppa param (#24) * MinuteMedia Bid Adapter: support Coppa param (#25) * Revert "MinuteMedia Bid Adapter: support Coppa param (#25)" (#26) This reverts commit 66c4e7b. * bump * update coppa fetch * setting coppa param update * update Coppa tests * update test naming --------- Co-authored-by: Noam Tzuberi <noam.tzuberi@ironsrc.com> Co-authored-by: noamtzu <noamtzu@gmail.com> Co-authored-by: Noam Tzuberi <noamtzu@users.noreply.github.com> Co-authored-by: Laslo Chechur <laslo.chechur@ironsrc.com> Co-authored-by: OronW <41260031+OronW@users.noreply.github.com> Co-authored-by: lasloche <62240785+lasloche@users.noreply.github.com> Co-authored-by: inna <innayare@gmail.com> Co-authored-by: YakirLavi <yakir.lavi@risecodes.com>
Configuration menu - View commit details
-
Copy full SHA for 88095ca - Browse repository at this point
Copy the full SHA 88095caView commit details -
Bidder Settings: Support for option to apply adapter bid adjustment t…
…o unknown bidder codes (#9609) * support to default on adapter bidderSetting if config option is true * addressed review feedback * changed var name to adjustAlternateBids and refactored isInvalidAlternateBidder func * adjusted logic around adapter and bidder code * improvements * consolidate tests in single spec file * fix lint --------- Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>
Configuration menu - View commit details
-
Copy full SHA for d5bfdee - Browse repository at this point
Copy the full SHA d5bfdeeView commit details -
PBjs Core : filter bidders from config when not server-side (#9632)
* filter bidders from config when not server-side * fixed prebid server spec * added filter for allowUnknownBidderCodes * added unit test
Ryan Schweitzer authoredMay 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 45867d4 - Browse repository at this point
Copy the full SHA 45867d4View commit details -
MinuteMedia Bid Adapter: Support Coppa param (#9838)
* add Rise adapter * fixes * change param isOrg to org * Rise adapter * change email for rise * fix circle failed * bump * bump * bump * remove space * Upgrade Rise adapter to 5.0 * added isWrapper param * addes is_wrapper parameter to documentation * added is_wrapper to test * removed isWrapper * add coppa tests * Update coppa tests * update coppa param fetch * update Coppa tests --------- Co-authored-by: Noam Tzuberi <noam.tzuberi@ironsrc.com> Co-authored-by: noamtzu <noamtzu@gmail.com> Co-authored-by: Noam Tzuberi <noamtzu@users.noreply.github.com> Co-authored-by: Laslo Chechur <laslo.chechur@ironsrc.com> Co-authored-by: OronW <41260031+OronW@users.noreply.github.com> Co-authored-by: lasloche <62240785+lasloche@users.noreply.github.com> Co-authored-by: inna <innayare@gmail.com> Co-authored-by: YakirLavi <yakir.lavi@risecodes.com>
Configuration menu - View commit details
-
Copy full SHA for ea889fe - Browse repository at this point
Copy the full SHA ea889feView commit details -
ttd bid adapter: pass on all of user/app/ortb2imp for first party dat…
…a support, default imp.secure (#9892) * pass on user, app, imp * cosmetic changes * get secure from the right place * don't need to import mergeDeep * add pmp and device first party data
Configuration menu - View commit details
-
Copy full SHA for 386c95a - Browse repository at this point
Copy the full SHA 386c95aView commit details -
AIDEM Bidder Adapter: added arbitrary ext field to win notice (#9906)
* AIDEM Bid Adapter * Added _spec.js * update * Fix Navigator in _spec.js * Removed timeout handler. * Added publisherId as required bidder params * moved publisherId into site publisher object * Added wpar to environment * Added placementId parameter * added unit tests for the wpar environment object * PlacementId is now a required parameter Added optional rateLimit parameter Added publisherId, siteId, placementId in win notice payload Added unit tests * Revert to optional placementId parameter Added missing semicolons * Extended win notice * Added arbitrary ext field to win notice --------- Co-authored-by: Giovanni Sollazzo <gs@aidem.com> Co-authored-by: darkstar <canazza@wazabit.it> Co-authored-by: AndreaC <67786179+darkstarac@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c43a0e4 - Browse repository at this point
Copy the full SHA c43a0e4View commit details -
YieldlabBidAdapter updated native asset mapping (#9895)
* YieldlabBidAdapter added asset mapping for native ad server responses and mapped native assets based on property names instead of IDs to account for dynamic assets. * YieldlabBidAdapter update main image asset mapping
Configuration menu - View commit details
-
Copy full SHA for ce01d89 - Browse repository at this point
Copy the full SHA ce01d89View commit details
Commits on May 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 122f67d - Browse repository at this point
Copy the full SHA 122f67dView commit details -
fix for #8421, Update ad generation adapter 1.5.0 (#9911)
* fix for #8421 * update adapter version * update test spec
Configuration menu - View commit details
-
Copy full SHA for b6d949f - Browse repository at this point
Copy the full SHA b6d949fView commit details -
PubmaticAnalyticsAdapter - Passing GPT slot name for "au" field. (#9912)
* Get gptslot and push it in au field * Code review changes * Added comment for better understanding
Configuration menu - View commit details
-
Copy full SHA for 9f1dd22 - Browse repository at this point
Copy the full SHA 9f1dd22View commit details -
Retailspot Bid Adapter : initial release (#9824)
* add bidder adapter * fix env url * add unit tests * minor: fix bids access in request * add details in bid response * fix unit tests * fix adId undefined case * reset package lock json * handle vastXml as base64 string
Configuration menu - View commit details
-
Copy full SHA for ca2f974 - Browse repository at this point
Copy the full SHA ca2f974View commit details
Commits on May 9, 2023
-
Vidazoo Bid Adapter: allow all id systems (#9910)
* feat(module): multi size request * fix getUserSyncs added tests * update(module): package-lock.json from master * feat(module): VidazooBidAdapter - send top query params to server * feat: allow all id systems to pass. --------- Co-authored-by: Udi Talias <udi.talias@gmail.com> Co-authored-by: roman <shmoop207@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fbfb4c7 - Browse repository at this point
Copy the full SHA fbfb4c7View commit details
Commits on May 10, 2023
-
Admixer Bid Adapter: add alias handlers (#9931)
* Update README.md update * add alias handlers
Configuration menu - View commit details
-
Copy full SHA for a222952 - Browse repository at this point
Copy the full SHA a222952View commit details -
IX Bid Adapter : fix missing IX First Party Data (#9920)
* fix: update ix fpd logic to append kvs to exisitng page url [PB-1719] * fix: update ix fpd logic to append kvs to exisitng page url [PB-1719] * fix: update ix fpd logic to append kvs to exisitng page url [PB-1719] * fix: update ix fpd logic to append kvs to exisitng page url [PB-1719] * fix: update ix fpd logic to append kvs to exisitng page url [PB-1719] --------- Co-authored-by: shahin.rahbariasl <shahin.rahbariasl@indexexchange.com>
Configuration menu - View commit details
-
Copy full SHA for bc6aa84 - Browse repository at this point
Copy the full SHA bc6aa84View commit details
Commits on May 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 36ccf08 - Browse repository at this point
Copy the full SHA 36ccf08View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a9556 - Browse repository at this point
Copy the full SHA b5a9556View commit details -
Configuration menu - View commit details
-
Copy full SHA for facd0b7 - Browse repository at this point
Copy the full SHA facd0b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2abfd46 - Browse repository at this point
Copy the full SHA 2abfd46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe7115 - Browse repository at this point
Copy the full SHA 8fe7115View commit details
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5db8560 - Browse repository at this point
Copy the full SHA 5db8560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d0e991 - Browse repository at this point
Copy the full SHA 6d0e991View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81fcd91 - Browse repository at this point
Copy the full SHA 81fcd91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3ad92 - Browse repository at this point
Copy the full SHA 6b3ad92View commit details -
be sure that bidResponse contains width and height (#9929)
Co-authored-by: Michele Nasti <michele@rtk.io>
Configuration menu - View commit details
-
Copy full SHA for 1a69318 - Browse repository at this point
Copy the full SHA 1a69318View commit details
Commits on May 15, 2023
-
Beop Bid Adapter : fix gdpr applies (#9945)
* send 'gdpr applies' info to our server * Add gdpr_applies in tests
Configuration menu - View commit details
-
Copy full SHA for 887c7d4 - Browse repository at this point
Copy the full SHA 887c7d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2411cc - Browse repository at this point
Copy the full SHA a2411ccView commit details -
Rubicon Bid Adapter : access x_source.tid from ortb2 object (#9940)
* Access x_source.tid from ortb2 object * Update linting --------- Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ba6a97f - Browse repository at this point
Copy the full SHA ba6a97fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ca9878 - Browse repository at this point
Copy the full SHA 7ca9878View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f078e0 - Browse repository at this point
Copy the full SHA 2f078e0View commit details -
Silverpush Bid Adapter : initial release (#9844)
* added silverpush bid adapter * fixed linting and added new test cases * added check for video feature test cases * publisher id validation fix * removed test url and ip * pub id var add * typo fix * rerun --------- Co-authored-by: Amit Jangra <amit.jangra@silverpush.co>
Configuration menu - View commit details
-
Copy full SHA for a773c4f - Browse repository at this point
Copy the full SHA a773c4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38cf634 - Browse repository at this point
Copy the full SHA 38cf634View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3de4b67 - Browse repository at this point
Copy the full SHA 3de4b67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e25e29 - Browse repository at this point
Copy the full SHA 1e25e29View commit details
Commits on May 16, 2023
-
RubiconBidAdapter: sync parseSize algorithm for isBidRequestValid and…
… ortb conversion (#9957) * sync parseSize algorithm for isBidRequestValid and ortb conversion * use same sizes of parseSizes in video outstream * general test refactor to be less flacky --------- Co-authored-by: Michele Nasti <michele@rtk.io>
Configuration menu - View commit details
-
Copy full SHA for 667bbda - Browse repository at this point
Copy the full SHA 667bbdaView commit details
Commits on May 17, 2023
-
Yahoo SSP adapter support for extra site publisher info. (#9921)
* Yahoo SSP adapter support for extra site publisher info. * Yahoo SSP adapter support for extra site publisher info - docs. --------- Co-authored-by: dumitrubarbos <dumitru-radu.barbos@yahooinc.com>
Configuration menu - View commit details
-
Copy full SHA for 92daa81 - Browse repository at this point
Copy the full SHA 92daa81View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeab092 - Browse repository at this point
Copy the full SHA eeab092View commit details -
confiant Rtd Provider : add message type check (#9950)
* confiantRtdProvider: add message type check - added check for message type and propertyId * rm unused variable * fix test
Configuration menu - View commit details
-
Copy full SHA for 3cdbd1d - Browse repository at this point
Copy the full SHA 3cdbd1dView commit details -
Add mobile client hint 33x adapter (#9958)
Co-authored-by: Carlos Felix <carlos.felix@33across.com>
Configuration menu - View commit details
-
Copy full SHA for a205c6c - Browse repository at this point
Copy the full SHA a205c6cView commit details -
eps_aliasing - adding in aliases for epsilon (formerly conversant) fo…
…r bidder and analytics (#9961) Co-authored-by: aarprice@publicisgroupe.net <aaron.price@epsilon.com>
Configuration menu - View commit details
-
Copy full SHA for 4b62ff5 - Browse repository at this point
Copy the full SHA 4b62ff5View commit details -
Underdog Media Bid Adapter: Update ttl & referer information (#9826)
* Update ttl and referer info in underdogmediaBidAdapter * Restore hello world default * Fix the unit test for referer info * undo change to package lock * undo change to package lock * revert change to package-lock.json --------- Co-authored-by: Jake <jacobkmiller@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for 4d998de - Browse repository at this point
Copy the full SHA 4d998deView commit details -
LiveIntent UserId module: add support for distributorId configuration…
… parameter (#9963) * Allow to configure distributorId * Add test for did being present in track events * Compute source only once --------- Co-authored-by: Viktor Dreiling <viktor@Viktors-MBP.fritz.box> Co-authored-by: Viktor Dreiling <viktor@Viktors-MacBook-Pro.fritz.box>
Configuration menu - View commit details
-
Copy full SHA for 425cc56 - Browse repository at this point
Copy the full SHA 425cc56View commit details
Commits on May 18, 2023
-
Docs Integration Examples : add Events UI page for Video Module (#9934)
* adds UI for events * improves visuals * removes duplicate event * adds title * fixes scoping var bug * adds videojs page
Configuration menu - View commit details
-
Copy full SHA for ed726c7 - Browse repository at this point
Copy the full SHA ed726c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7224457 - Browse repository at this point
Copy the full SHA 7224457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 343605d - Browse repository at this point
Copy the full SHA 343605dView commit details -
GumGum Bid Adapter : Id5 integration suppress link type for ttd (#9924)
* ADJS-1271-send-envelope-param-for-lexicon * Read the id5 id linktype field and send it to the server. * Remove unit test for Id5 * Add unit test for id5. * minor changes to possibly fix edge error --------- Co-authored-by: John Bauzon <john.bauzon@gumgum.com> Co-authored-by: John Ivan Bauzon <johnbauzon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 18f9774 - Browse repository at this point
Copy the full SHA 18f9774View commit details -
PBS Bid Adapter: add context to emitted seatnonbid event (#9804)
* Add context to emitted seatnonbid event * Add unit test coverage * Sanitize and emit context * Remove sanitize step for emitted data
Configuration menu - View commit details
-
Copy full SHA for 4d9b28c - Browse repository at this point
Copy the full SHA 4d9b28cView commit details
Commits on May 19, 2023
-
Criteo bid adapter: Add video outstream renderer (#9955)
Co-authored-by: v.raybaud <v.raybaud@criteo.com>
Configuration menu - View commit details
-
Copy full SHA for c43648b - Browse repository at this point
Copy the full SHA c43648bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69c8db8 - Browse repository at this point
Copy the full SHA 69c8db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73a1a72 - Browse repository at this point
Copy the full SHA 73a1a72View commit details
Commits on May 22, 2023
-
PubMatic Bid Adapter: Added support for video.plcmt (#9979)
* Added support for plcmt param * Added unit test cases --------- Co-authored-by: pm-azhar-mulla <azhar@L1119.local>
Configuration menu - View commit details
-
Copy full SHA for f0e7488 - Browse repository at this point
Copy the full SHA f0e7488View commit details -
FreeWheel SSP Adapter: add support for video.plcmt (#9978)
* FreeWheel add floor price * FreeWheel code update * FreeWheel-SSP-Adapter: Update to use Vast 4.2 by default * FreeWheel-SSP-Adapter add userIdAsEids support * Freewheel-SSP-Adapter add test for eids * Freewheel SSP Adapter: add prebid version in request * code cleanup * FreeWheel SSP Bid Adapter: support video context and placement * update test * FreeWheel SSP Bid Adapter: add GPP support * Freewheel SSP Bid Adapter: test update * FreeWheel SSP Adapter: update the default value for video placement and context * update test * FreeWheel SSP Adapter: add support for video.plcmt
Configuration menu - View commit details
-
Copy full SHA for 1a5ad0c - Browse repository at this point
Copy the full SHA 1a5ad0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be23ae2 - Browse repository at this point
Copy the full SHA be23ae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac6dcc - Browse repository at this point
Copy the full SHA 5ac6dccView commit details
Commits on May 23, 2023
-
RTB House Bid Adapter: docs update - FLEDGE support (#9986)
* RTB House Bid Adapter: docs update - FLEDGE support * RTB House Bid Adapter: shortening and rewording
Configuration menu - View commit details
-
Copy full SHA for bfe4538 - Browse repository at this point
Copy the full SHA bfe4538View commit details -
AdHash Bid Adapter: changes to support preroll videos (#9870)
* AdHash Bidder Adapter: minor changes We're operating on a com TLD now. Added publisher in URL for easier routing. * Implemented brand safety Implemented brand safety checks * Fix for GDPR consent Removing the extra information as request data becomes too big and is sometimes truncated * Ad fraud prevention formula changed Ad fraud prevention formula changed to support negative values as well as linear distribution of article length * AdHash brand safety additions Adding starts-with and ends-with rules that will help us with languages such as German where a single word can be written in multiple ways depending on the gender and grammatical case. * AdHash brand safety updates Added support for Cyrillic characters. Added support for bidderURL parameter. Fixed score multiplier from 500 to 1000. * AdHash Analytics adapter * Support for recent ads Support for recent ads which gives us the option to do frequency and recency capping. * Fix for timestamp * PUB-222 Added logic for measuring the fill rate (fallbacks) for Prebid impressions * Unit tests for the analytics adapter Added unit tests for the analytics adapter * Removed export causing errors Removed an unneeded export of a const that was causing errors with the analytics adapter * Added globalScript parameter * PUB-227 Support for non-latin and non-cyrillic symbols * GEN-964 - Brand safety now checks the page URL for bad words. No ad is shown if there is at least one match. - Repeating code is optimized and moved to helper function - Multi-language support for brand safety * GEN-1025 Sending the needed ad density data to the bidder * Removing the analytics adaptor * Fix for regexp match * Version change * MINOR Code review changes * GEN-1153 Adding support for preroll ads * MINOR Video unit test added * Removing globalScript flag --------- Co-authored-by: NikolayMGeorgiev <nikolay@adhash.org> Co-authored-by: Ventsislav Saraminev <v.saraminev@abv.bg> Co-authored-by: Dimitar Kalenderov <mitko.kalenderov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8e3c263 - Browse repository at this point
Copy the full SHA 8e3c263View commit details
Commits on May 24, 2023
-
Bump socket.io-parser from 4.2.1 to 4.2.3 (#9992)
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.1 to 4.2.3. - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io-parser@4.2.1...4.2.3) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c6fa40b - Browse repository at this point
Copy the full SHA c6fa40bView commit details -
clean.io RTD Module: Use loadExternalScript function instead of inser…
…tElement() method to insert the Clean.io script. (#9991) Co-authored-by: yevhen.tykhonov <yevhen.tykhonov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ce9c164 - Browse repository at this point
Copy the full SHA ce9c164View commit details -
Rise Bid Adapter: support sua and plcmt params. (#9996)
* add Rise adapter * fixes * change param isOrg to org * Rise adapter * change email for rise * fix circle failed * bump * bump * bump * remove space * Upgrade Rise adapter to 5.0 * added isWrapper param * addes is_wrapper parameter to documentation * added is_wrapper to test * removed isWrapper * Rise Bid Adapter: support Coppa param (#24) * MinuteMedia Bid Adapter: support Coppa param (#25) * Revert "MinuteMedia Bid Adapter: support Coppa param (#25)" (#26) This reverts commit 66c4e7b. * bump * update coppa fetch * setting coppa param update * update Coppa tests * update test naming * Rise Bid Adapter: support plcmt and sua (#27) --------- Co-authored-by: Noam Tzuberi <noam.tzuberi@ironsrc.com> Co-authored-by: noamtzu <noamtzu@gmail.com> Co-authored-by: Noam Tzuberi <noamtzu@users.noreply.github.com> Co-authored-by: Laslo Chechur <laslo.chechur@ironsrc.com> Co-authored-by: OronW <41260031+OronW@users.noreply.github.com> Co-authored-by: lasloche <62240785+lasloche@users.noreply.github.com> Co-authored-by: inna <innayare@gmail.com> Co-authored-by: YakirLavi <yakir.lavi@risecodes.com>
Configuration menu - View commit details
-
Copy full SHA for 892013b - Browse repository at this point
Copy the full SHA 892013bView commit details
Commits on May 25, 2023
-
Adman Adapter: remove useless parameter (#9967)
* Add Adman bid adapter * Add supportedMediaTypes property * Update ADman Media bidder adapter * Remove console.log * Fix typo * revert package-json.lock * Delete package-lock.json * back to original package-lock.json * catch pbjs error * catch pbjs error * catch pbjs error * log * remove eu url * remove eu url * remove eu url * remove eu url * remove eu url * Update admanBidAdapter.js add consnet to sync url * Update admanBidAdapter.js fix import * Update admanBidAdapter.js lint fix * Update admanBidAdapter.js lint fix * Update admanBidAdapter.js check consent object data availability * сompatible with prebid v5 * add Lotame Panorama ID * update getUserSyncs * fix * fix tests * remove package-lock.json * update sync url * update test * add idx (UserID Module) * update tests * remove traffic param --------- Co-authored-by: minoru katogi <mkatogi@gmail.com> Co-authored-by: minoru katogi <m_katogi@hotmail.com> Co-authored-by: ADman Media <admanmedia@users.noreply.github.com> Co-authored-by: SmartyAdman <adman@localhost.localdomain>
Configuration menu - View commit details
-
Copy full SHA for c59dd06 - Browse repository at this point
Copy the full SHA c59dd06View commit details -
Adrino Bid Adapter: pass adUnitCode to adserver (#9993)
Co-authored-by: Tomasz Mielcarz <tomasz.mielcarz@adrino.pl>
Configuration menu - View commit details
-
Copy full SHA for ab941a4 - Browse repository at this point
Copy the full SHA ab941a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c42cd5e - Browse repository at this point
Copy the full SHA c42cd5eView commit details -
MinuteMedia Bid Adapter: support sua and plcmt params (#9997)
* add Rise adapter * fixes * change param isOrg to org * Rise adapter * change email for rise * fix circle failed * bump * bump * bump * remove space * Upgrade Rise adapter to 5.0 * added isWrapper param * addes is_wrapper parameter to documentation * added is_wrapper to test * removed isWrapper * Rise Bid Adapter: support Coppa param (#24) * MinuteMedia Bid Adapter: support Coppa param (#25) * Revert "MinuteMedia Bid Adapter: support Coppa param (#25)" (#26) This reverts commit 66c4e7b. * bump * update coppa fetch * setting coppa param update * update Coppa tests * update test naming * support plcmt and sua params + tests --------- Co-authored-by: Noam Tzuberi <noam.tzuberi@ironsrc.com> Co-authored-by: noamtzu <noamtzu@gmail.com> Co-authored-by: Noam Tzuberi <noamtzu@users.noreply.github.com> Co-authored-by: Laslo Chechur <laslo.chechur@ironsrc.com> Co-authored-by: OronW <41260031+OronW@users.noreply.github.com> Co-authored-by: lasloche <62240785+lasloche@users.noreply.github.com> Co-authored-by: inna <innayare@gmail.com> Co-authored-by: YakirLavi <yakir.lavi@risecodes.com>
Configuration menu - View commit details
-
Copy full SHA for 8b7bab1 - Browse repository at this point
Copy the full SHA 8b7bab1View commit details -
Adquery Bid Adapter : added bid request: version and bidPageUrl (#9946)
* added referrer to bid request * added referrer to bid request - tests
Configuration menu - View commit details
-
Copy full SHA for 60aca0d - Browse repository at this point
Copy the full SHA 60aca0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebbe85c - Browse repository at this point
Copy the full SHA ebbe85cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f5858 - Browse repository at this point
Copy the full SHA e2f5858View commit details -
Configuration menu - View commit details
-
Copy full SHA for e626784 - Browse repository at this point
Copy the full SHA e626784View commit details
Commits on May 26, 2023
-
Pair Id System: less noisy errors (#9998)
* Update pairIdSystem.js * Fix lint errors + use localStorageIsEnabled correctly --------- Co-authored-by: robertrmartinez <rrmartinez1552@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5199712 - Browse repository at this point
Copy the full SHA 5199712View commit details
Commits on May 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f7a64c6 - Browse repository at this point
Copy the full SHA f7a64c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc6bced - Browse repository at this point
Copy the full SHA fc6bcedView commit details -
Smartadserver Bid Adapter: support GPID (#10004)
* Smartadserver Bid Adapter: Add support for SDA user and site * Smartadserver Bid Adapter: Fix SDA support getConfig and add to unit testing * support floors per media type * Add GPP support * Rework payloads enriching * Add gpid support --------- Co-authored-by: Meven Courouble <mcourouble@smartadserver.com> Co-authored-by: Krzysztof Sokół <88041828+smart-adserver@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7cbedf0 - Browse repository at this point
Copy the full SHA 7cbedf0View commit details -
chore: update default video placement value [PB-1560] (#9948)
Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com>
Configuration menu - View commit details
-
Copy full SHA for 68d572e - Browse repository at this point
Copy the full SHA 68d572eView commit details -
ShareThrough Bid Adapter : fix playerSize (#10011)
* fix sharethrough playersize * fix unit test --------- Co-authored-by: Reinout Stevens <reinout@crazygames.com>
Configuration menu - View commit details
-
Copy full SHA for 4a3d5a7 - Browse repository at this point
Copy the full SHA 4a3d5a7View commit details -
GrowthCode RTD : initial release (#9852)
* The New RTD Module * GrowthCode new RTD Module * Fixed to Prebid Added Testing Added Docs * Fixed to Prebid Added Testing Added Docs * Completed testing spec * Update the MD file to provide more infomation about what the module does * Update sample to point to the correct server for testing.
Configuration menu - View commit details
-
Copy full SHA for 122d624 - Browse repository at this point
Copy the full SHA 122d624View commit details
Commits on May 31, 2023
-
Stv Bid Adapter: add schain support (#10010)
* initial commit * adapted buildRequests function * refinement pfilter and bcat * refinement * adapted tests for isBidRequestValid,buildRequests * adaptations for test * finished building stvBidAdapter.js * finished: ran tests, coverage 99% * update: rename w->srw, h->srh * adapt stvBidAdapter.md * remove dspx from stv adapters * some changes (missing: getUserSyncs, but is the same as in radsBidAdapter) * added checks in getUserSyncs; ran tests * added schain support (94.8% coverage) * correct schain encoding --------- Co-authored-by: theo_ <theo_@IDEA3>
Configuration menu - View commit details
-
Copy full SHA for 62200e3 - Browse repository at this point
Copy the full SHA 62200e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1b228c - Browse repository at this point
Copy the full SHA d1b228cView commit details -
Update ad generation adapter 1.6.0: update userSync (#9984)
* Update AdGenerationAdapter: update userSync * update test spec
Configuration menu - View commit details
-
Copy full SHA for 8b0ff01 - Browse repository at this point
Copy the full SHA 8b0ff01View commit details
Commits on Jun 1, 2023
-
Connect id : storage duration updates and no longer require puid or h…
…e to be set (#9965) * Yahoo connect id storage updates. * Yahoo connect id storage updates. * Yahoo connect id storage updates. * Yahoo connect id storage updates. * Yahoo ConnectId - test fixes. * Yahoo ConnectId - updated doc. * Yahoo ConnectId - test cleanup. --------- Co-authored-by: dumitrubarbos <dumitru-radu.barbos@yahooinc.com>
Configuration menu - View commit details
-
Copy full SHA for e24dc79 - Browse repository at this point
Copy the full SHA e24dc79View commit details -
Oxxion Analytics Adapter : initial adapter release (#9682)
* oxxion Analytics Adapter * debug(oxxionRtdProvider): onAuctionInit() * Revert "debug(oxxionRtdProvider): onAuctionInit()" This reverts commit d0894e3. * Update oxxionAnalyticsAdapter.js * Update oxxionAnalyticsAdapter.js * Update oxxionAnalyticsAdapter_spec.js * oxxionAnalyticsAdapter manage referer * Update oxxionAnalyticsAdapter.js --------- Co-authored-by: Anthony Guyot <anthony.guyot@mediasquare.fr>
Configuration menu - View commit details
-
Copy full SHA for d0c1d08 - Browse repository at this point
Copy the full SHA d0c1d08View commit details -
Undertone Bid Adapter : added GPP and video placements (#10016)
* * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js * fix lint issue in undertone adapter spec * added user sync function to undertone adapter * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js * added user sync function to undertone adapter * added user sync function to undertone adapter * revert package-lock.json * added user sync function to undertone adapter * Update undertoneBidAdapter.js * Update browsers.json * Undertone: added GPP support and video plcmt * Fix lint issues --------- Co-authored-by: omerko <omer.koren@perion.com> Co-authored-by: Omer Koren <omerko@users.noreply.github.com> Co-authored-by: AnnaPerion <annat@perion.com> Co-authored-by: Oran Hollaender <oran@perion.com> Co-authored-by: tamirnPerion <44399211+tamirnPerion@users.noreply.github.com> Co-authored-by: tamarm <tamarm@perion.com> Co-authored-by: tamarm <40788385+tamarm-perion@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 992f129 - Browse repository at this point
Copy the full SHA 992f129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 805c038 - Browse repository at this point
Copy the full SHA 805c038View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77f0959 - Browse repository at this point
Copy the full SHA 77f0959View commit details -
Yahoo bid adapter: User sync pixels, consent signals update (#10028)
* YahooSSP bid adapter: Consume GPP signals * Test updates and logic fixes --------- Co-authored-by: slimkrazy <sam@slimkrazy.com>
Configuration menu - View commit details
-
Copy full SHA for 9c1a5e6 - Browse repository at this point
Copy the full SHA 9c1a5e6View commit details -
Yahoo ConnectId - gpp consent module usage. (#10022)
Co-authored-by: dumitrubarbos <dumitru-radu.barbos@yahooinc.com>
Configuration menu - View commit details
-
Copy full SHA for 129f6f6 - Browse repository at this point
Copy the full SHA 129f6f6View commit details -
Core & Multiple modules: activity controls (#9802)
* Core: allow restriction of cookies / localStorage through `bidderSettings.*.storageAllowed` * Add test cases * Remove gvlid param from storage manager logic * Refactor every invocation of `getStorageManager` * GVL ID registry * Refactor gdprEnforcement gvlid lookup * fix lint * Remove empty file * Undo #9728 for realVu * Fix typo * Activity control rules * Rule un-registration * fetchBids enforcement * fetchBids rule for gdpr * enableAnalytics check * reportAnalytics TCF2 rule * Update logging condition for multiple GVL IDs * Change core to prebid * Refactor userID to use non-core storage manager when storing for submodules * enrichEids check * gdpr enforcement for enrichEids * syncUser activity check * gdpr enforcement for syncUser * refactor gdprEnforcement * storageManager activity checks * gdpr enforcement for accessDevice * move alias resolution logic to adapterManager * Refactor file structure to get around circular deps * transmit(Eids/Ufpd/PreciseGeo) enforcement for bid adapters * Object transformers and guards * transmit* and enrich* enforcement for RTD modules * allowActivities configuration * improve comments * do not pass private activity params to pub-defined rules * fix objectGuard edge case: null values * move config logic into a module * dedupe log messages
Configuration menu - View commit details
-
Copy full SHA for 0a7ca9f - Browse repository at this point
Copy the full SHA 0a7ca9fView commit details -
Yahoo ConnectId - fixed tests. (#10033)
Co-authored-by: dumitrubarbos <dumitru-radu.barbos@yahooinc.com>
Configuration menu - View commit details
-
Copy full SHA for d5f8189 - Browse repository at this point
Copy the full SHA d5f8189View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7da448 - Browse repository at this point
Copy the full SHA c7da448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f4b665 - Browse repository at this point
Copy the full SHA 0f4b665View commit details -
airgridRtdProvider: use provided tag insertion method `loadExternalSc…
…ript` (#9901) * chore: update `getAudiencesAsBidderOrtb2` implementation and test * chore: use provided tag insertion method * fix: add `airgrid` to `_approvedLoadExternalJSList` * fix: use 'sdk' path if no publisherId is provided * fix: use accountId as path param for script url * fix: assign edktInitializor props before `loadExternalScript` call * fix: set `edktInitializor.invoked` before calling `loadExternalScript` * fix: restore method for setting `user.ext.data` feat: extend module data setting using `user.keywords` for appnexus * fix: rollback changes to data setting method
Configuration menu - View commit details
-
Copy full SHA for 27ea1ad - Browse repository at this point
Copy the full SHA 27ea1adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 382599e - Browse repository at this point
Copy the full SHA 382599eView commit details
Commits on Jun 2, 2023
-
UID2 & EUID Modules: Add support for EUID and prefer localStorage for…
… both modules. (#9968) * Move the UID2 API client to its own file and refactor some of the UID2 module. * Provide local-storage option in response to complaints that the cookie can grow large enough to cause problems for publishers. * Extract a storagemanager from the UID2 ID module so that code can be re-used for EUID. * Further refactoring. Add basic EUID module based on the refactored code. Still needs tests and testing. * Factor out some shared testing code. Add EUID module tests. * Add EUID markdown docs. Some minor changes. * Fill out EUID module docs. * Rename cookie param for EUID. Fix some docs. * Some EUID docs tweaks. Change UID2 module docs to match EUID docs. Update param to use uid2Cookie instead of uid2ServerCookie (but still fall back to the old value). * Added a test and fixed a bug that caused the server only cookie config to fail for subsequent page views. * Added EUID example. * Update some tests. * Added lint rule exception - it makes sense in this case. * Add missing config for updated test. * Update expected number of Eids in test. * Remove out-of-date TODOs. * Update UID2 module to not run if GDPR applies. Update EUID to check consent. * Remove EUID from a specific test - it no longer works as that test doesn't provide consent data, and the EUID module requires it.
Configuration menu - View commit details
-
Copy full SHA for a2bb2cb - Browse repository at this point
Copy the full SHA a2bb2cbView commit details -
Criteo Bid Adapter : Bump fastbid version to 136 (#9973)
- Collect native assets - Handle GPP strings - Handle SUA
Configuration menu - View commit details
-
Copy full SHA for 48dd8e1 - Browse repository at this point
Copy the full SHA 48dd8e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4a1f4f - Browse repository at this point
Copy the full SHA d4a1f4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d71feb8 - Browse repository at this point
Copy the full SHA d71feb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01381e1 - Browse repository at this point
Copy the full SHA 01381e1View commit details -
ZetaGlobalSsp Bid Adapter : process array of sizes (#10039)
* ZetaGlobalSsp: process all sizes in banner.format * Fix linting --------- Co-authored-by: Surovenko Alexey <surovenko.alexey@gmail.com> Co-authored-by: Alexey Surovenko <ASurovenko@vdhk6ddf9m.home> Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 27458d1 - Browse repository at this point
Copy the full SHA 27458d1View commit details
Commits on Jun 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 831ede9 - Browse repository at this point
Copy the full SHA 831ede9View commit details -
Logicad Bid Adapter: Add topics and uach support (#10045)
Co-authored-by: naru_tsujine <naru_tsujine@so-netmedia.jp>
Configuration menu - View commit details
-
Copy full SHA for ed8f78a - Browse repository at this point
Copy the full SHA ed8f78aView commit details
Commits on Jun 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c7cd524 - Browse repository at this point
Copy the full SHA c7cd524View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe63033 - Browse repository at this point
Copy the full SHA fe63033View commit details -
Richaudience Bid Adapter : add compability with GPID (#9928)
* RichaudienceBidAdapter add compability with GPID * Add Test for gpid --------- Co-authored-by: richaudience <partnerintegrations@richaudience.com>
Configuration menu - View commit details
-
Copy full SHA for 54578ce - Browse repository at this point
Copy the full SHA 54578ceView commit details -
Eskimi Bid Adapter: Added support for video (#9985)
* Eskimi Bid Adapter: Added support for video * Eskimi adapter: lint updates * Eskimi Bid Adapter: add ortb blocking * Eskimi Bid Adapter: fix ORTB blocking param forwarding --------- Co-authored-by: Mikołaj Robakowski <mikolaj@eskimi.com>
Configuration menu - View commit details
-
Copy full SHA for f33256b - Browse repository at this point
Copy the full SHA f33256bView commit details -
Update adkernelBidAdapter.js (#10056)
Remove 'CatapultX' alias and add 'Qortex'
Configuration menu - View commit details
-
Copy full SHA for 68d4150 - Browse repository at this point
Copy the full SHA 68d4150View commit details -
feat: pass video.plcmt [PB-1736] (#10058)
Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com>
Configuration menu - View commit details
-
Copy full SHA for c2900ea - Browse repository at this point
Copy the full SHA c2900eaView commit details -
Sirdata RTD Module : bidder specific handling removal (#9970)
* bidder specific handling removal move bidder specific handling to ortb2 * Revert "bidder specific handling removal" This reverts commit 6daebf3. * bidder specific handling removal move bidder specific handling to ortb2 * bidder specific handling removal move Proxistore spcific logic to bidder
Configuration menu - View commit details
-
Copy full SHA for 4d02dd1 - Browse repository at this point
Copy the full SHA 4d02dd1View commit details -
1plus x RTD Adapter: remove bidder specific handling enforcement (DC …
…3634) (#10001) * 1plus x RTD Adapter: remove bidder specific handling enforcement (DC 3634) * linting * Requested changes addressed * Fix test setTargetingDataToConfig * Requested changes addressed * fix lint error * default bidder config to {} before updating it
Configuration menu - View commit details
-
Copy full SHA for 1a0db49 - Browse repository at this point
Copy the full SHA 1a0db49View commit details
Commits on Jun 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2cbfc44 - Browse repository at this point
Copy the full SHA 2cbfc44View commit details -
Criteo Bid Adapter: Pass outstream video renderer method (#10054)
Co-authored-by: v.raybaud <v.raybaud@criteo.com>
Configuration menu - View commit details
-
Copy full SHA for a2dd7ad - Browse repository at this point
Copy the full SHA a2dd7adView commit details -
Add new alias - Apester (#10057)
Co-authored-by: apykhteyev <alex@project-limelight.com>
Configuration menu - View commit details
-
Copy full SHA for d435b4e - Browse repository at this point
Copy the full SHA d435b4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c9321 - Browse repository at this point
Copy the full SHA c6c9321View commit details -
YieldlabBidAdapter updated native asset mapping (#9989)
* YieldlabBidAdapter updated native asset mapping for adserver responses for icons * YieldlabBidAdapter removed magic numbers and improved image asset filtering
Configuration menu - View commit details
-
Copy full SHA for 6fc73a3 - Browse repository at this point
Copy the full SHA 6fc73a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a262b64 - Browse repository at this point
Copy the full SHA a262b64View commit details -
beOp BidAdapter: FirstPartyData management and ingest Permutive segme…
…nts (#9947) * Add psegs compatibility for permutive * Add tests for FirstPartyData and Permutive * Rearrange permutive segments ids location from ortb2 * Use permutive keywords instead of p_standard
Configuration menu - View commit details
-
Copy full SHA for a3e932c - Browse repository at this point
Copy the full SHA a3e932cView commit details -
Conceptx Bid Adapter : initial release (#9835)
* New adapter: concepx * Syntax change * Revert syntax change
Configuration menu - View commit details
-
Copy full SHA for 254f098 - Browse repository at this point
Copy the full SHA 254f098View commit details -
FreePass User ID Module : initial release (#9814)
* Add FreePass IdSystem * Update IdSystem doc * Add contact email * Ensure freepassData is optional * Update readme with more specific details * Update readme * Update official contact email * Add md code type Trigger ci * Replace double with singe quote in test
Configuration menu - View commit details
-
Copy full SHA for bdd56a7 - Browse repository at this point
Copy the full SHA bdd56a7View commit details -
Mediasquare Bid Adapter: Avoid to run bidwon event on video impressio…
…ns (#10068) * Mediasquare Bid Adapter: handle context for video bids * Mediasquare Bid Adapter: Avoid to run bidwon event on video impressions * add brackets
Configuration menu - View commit details
-
Copy full SHA for 88e09c7 - Browse repository at this point
Copy the full SHA 88e09c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd801c - Browse repository at this point
Copy the full SHA ebd801cView commit details
Commits on Jun 8, 2023
-
ZetaGlobalSspBidAdapter: change logic around mediaType (#10074)
* ZetaGlobalSsp: change logic with mediaType * ZetaGlobalSsp: fix build * ZetaGlobalSsp: fix tests * ZetaGlobalSsp: fix tests (2) * ZetaGlobalSsp: fix lint * ZetaGlobalSsp: fix tests (3) * ZetaGlobalSsp: fix tests (4) --------- Co-authored-by: Surovenko Alexey <surovenko.alexey@gmail.com> Co-authored-by: Alexey Surovenko <ASurovenko@vdhk6ddf9m.home>
Configuration menu - View commit details
-
Copy full SHA for cfe7b5c - Browse repository at this point
Copy the full SHA cfe7b5cView commit details -
Weborama RTD Module : start Bidder specific handling removal (#10005)
* remove specific code to pubmatic * remove specific code to smartadserver bidder * update unit tests * remove rubicon specific code * refactor method * refactor this.#setBidderOrtb2 * fix lint issue * add ortb2 user.keywords on appnexs * try fix appnexus case * small refactor inspired on #9952 * try fix appnexus * Revert "try fix appnexus" This reverts commit db1fc08. * Revert "small refactor inspired on #9952" This reverts commit 3959260. * Revert "try fix appnexus case" This reverts commit 919540a. * Revert "add ortb2 user.keywords on appnexs" This reverts commit e2c5747.
Configuration menu - View commit details
-
Copy full SHA for d3b7900 - Browse repository at this point
Copy the full SHA d3b7900View commit details -
Co-authored-by: dev <dev@adsrv.org>
Configuration menu - View commit details
-
Copy full SHA for 053ab07 - Browse repository at this point
Copy the full SHA 053ab07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33a011d - Browse repository at this point
Copy the full SHA 33a011dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6293cd6 - Browse repository at this point
Copy the full SHA 6293cd6View commit details
Commits on Jun 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ab31c4 - Browse repository at this point
Copy the full SHA 0ab31c4View commit details
Commits on Jun 12, 2023
-
AdHash Bidder Adapter: update for brand safety (#10087)
* AdHash Bidder Adapter: minor changes We're operating on a com TLD now. Added publisher in URL for easier routing. * Implemented brand safety Implemented brand safety checks * Fix for GDPR consent Removing the extra information as request data becomes too big and is sometimes truncated * Ad fraud prevention formula changed Ad fraud prevention formula changed to support negative values as well as linear distribution of article length * AdHash brand safety additions Adding starts-with and ends-with rules that will help us with languages such as German where a single word can be written in multiple ways depending on the gender and grammatical case. * AdHash brand safety updates Added support for Cyrillic characters. Added support for bidderURL parameter. Fixed score multiplier from 500 to 1000. * AdHash Analytics adapter * Support for recent ads Support for recent ads which gives us the option to do frequency and recency capping. * Fix for timestamp * PUB-222 Added logic for measuring the fill rate (fallbacks) for Prebid impressions * Unit tests for the analytics adapter Added unit tests for the analytics adapter * Removed export causing errors Removed an unneeded export of a const that was causing errors with the analytics adapter * Added globalScript parameter * PUB-227 Support for non-latin and non-cyrillic symbols * GEN-964 - Brand safety now checks the page URL for bad words. No ad is shown if there is at least one match. - Repeating code is optimized and moved to helper function - Multi-language support for brand safety * GEN-1025 Sending the needed ad density data to the bidder * Removing the analytics adaptor * Fix for regexp match * Version change * MINOR Code review changes * GEN-1153 Adding support for preroll ads * MINOR Video unit test added * Removing globalScript flag * Brand safety change Adding support for compound words as well as combo-patterns. --------- Co-authored-by: NikolayMGeorgiev <nikolay@adhash.org> Co-authored-by: Ventsislav Saraminev <v.saraminev@abv.bg> Co-authored-by: Dimitar Kalenderov <mitko.kalenderov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 222c702 - Browse repository at this point
Copy the full SHA 222c702View commit details -
PubMatic Analytics Adapter : Added extra fields in tracker for analyt…
…ics (#10090) * Additional fields in tracker call for Analytics reporting * Test cases change
Configuration menu - View commit details
-
Copy full SHA for e887d85 - Browse repository at this point
Copy the full SHA e887d85View commit details -
Oxxion Rtd Module: listen onBidResponseEvent instead of onAuctionEndE…
…vent (#10083) * log bidresponse event * change video on bidresponse * cleanup * update test * add comment to restart circleci * + * -
Configuration menu - View commit details
-
Copy full SHA for 41ee11b - Browse repository at this point
Copy the full SHA 41ee11bView commit details
Commits on Jun 14, 2023
-
HypeLab Bid Adapter: Initial Release (#10003)
* HypeLab Bid Adapter: Initial Release * Update hypelabBidAdapter.js Removing `getUserSyncs` method from the HypeLab adapter. --------- Co-authored-by: Gabe The Coder <gabethecoder@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for e19b800 - Browse repository at this point
Copy the full SHA e19b800View commit details -
Teads Bid Adapter:Remove auctionId from since it is not used anymore (#…
…10098) * Remove auctionId from Teads bid adapter since it is not used anymore * UT auction Id not send in bid request
Configuration menu - View commit details
-
Copy full SHA for 384e818 - Browse repository at this point
Copy the full SHA 384e818View commit details -
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-92.us-west-1.compute.internal>
Configuration menu - View commit details
-
Copy full SHA for a7f5cfb - Browse repository at this point
Copy the full SHA a7f5cfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 148184c - Browse repository at this point
Copy the full SHA 148184cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97d2f34 - Browse repository at this point
Copy the full SHA 97d2f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 357d78d - Browse repository at this point
Copy the full SHA 357d78dView commit details -
Prebid 8: initial release (#10071)
* Prebid 8: Delete Inskin (#9868) * Delete inskinBidAdapter.js * Delete inskinBidAdapter.md * Delete inskinBidAdapter_spec.js * Prebid 8: Renaming TrustPid User ID module to Utiq (#9872) * feature: Add trustpid user id module * refactor: Update trustpidSystem module, comments and md file * refactor: Update trustpidSystem file to handle domain setting regardless of message events * refactor: Update trustpidSystem module and dependent tests and docs * refactor: Update trustpid undefined checks and returns * tests: Update trustpid tests * docs: Update trustpid docs typo * refactor: Update trustpid acronyms logic * TrustPid: Remove deprecated acronyms logic * Rename TrustPid User ID module to Utiq --------- Co-authored-by: Tomasz Januszek <tomasz@teavaro.com> * RTB-2173: Removing Inmar from Prebid (#8913) * Delete viewability.js (#9873) * Prebid 8: Delete realvu (#9867) * Delete realvuAnalyticsAdapter_spec.js * Delete realvuAnalyticsAdapter.md * Delete realvuAnalyticsAdapter.js * Prebid 8: Delete pubcid (#9869) * Realvu analytics adapter: fix test failures on Edge (#9857) * Realvu analytics adapter: fix test failures on Edge * Remove realVu tests * Delete pubCommonId.js * Delete pubCommonId.md * Delete pubCommonId_spec.js --------- Co-authored-by: Demetrio Girardi <dgirardi@prebid.org> * Prebid 8: Delete openxortb and analytics (#9864) * Delete openxOrtbBidAdapter.js * Delete openxOrtbBidAdapter.md * Delete openxOrtbBidAdapter_spec.js * Update openxBidAdapter_spec.js * Delete openxAnalyticsAdapter.js * Delete openxAnalyticsAdapter.md * Delete openxAnalyticsAdapter_spec.js * Core & multiple modules: populate ortb2.source.tid (#9862) * Core & multiple modules: populate ortb2.source.tid * enable codeql for prebid-8 * Prebid 8: IMDS bid adapter - Rename synacormedia adapter (#9381) * CAPT-252: Synacormedia bid adapter: add tmax to requests based upon provided timeouts. * Re-brand synacormedia adapter to imds (iMedia Digitial Services) * Add alias to synacormedia for backwards compatibility --------- Co-authored-by: Timothy M. Ace <tace@imds.tv> Co-authored-by: Pratik Chavan <pchavan@imds.tv> * Prebid 8: Dead Module removal (#9887) * Delete liveyieldAnalyticsAdapter_spec.js * Delete liveyieldAnalyticsAdapter.md * Delete liveyieldAnalyticsAdapter.js * Delete glimpseBidAdapter.js * Delete glimpseBidAdapter.md * Delete glimpseBidAdapter_spec.js * Prebid 8: Delete GA analytics - universal analytics (#9866) * Delete googleAnalyticsAdapter.js * Delete googleAnalyticsAdapter.md * Delete googleAnalyticsAdapter_spec.js * Prebid 8: Delete zeus (#9874) * Delete zeusPrimeRtdProvider.md * Delete zeusPrimeRtdProvider.js * Prebid 8: remove special augmentation of `auctionInit` event (#9897) * Prebid 8 - deprecate bidder category translation feature in core (#9898) * prebid 8 - deprecate category translation in core * remove storage export and move mapping data to library file * Prebid 8: Delete adgeneration (#9904) * Delete adgenerationBidAdapter_spec.js * Delete adgenerationBidAdapter.md * Delete adgenerationBidAdapter.js * Prebid 8: do not use hardcoded `bidderCode` in resposes from bid adapters (#9905) * Revert "Prebid 8: Delete adgeneration (#9904)" (#9915) This reverts commit ce984b3. * Prebid 8: No mas mass (#9909) * Delete index.html * Delete mass_spec.js * Delete mass.md * Delete mass.js * Prebid 8: Delete emx (#9918) * Delete emx_digitalBidAdapter.js * Delete emx_digitalBidAdapter.md * Delete emx_digitalBidAdapter_spec.js * Remove Rubicon Analytics for Prebid 8 (#9932) * Prebid 8: stop using transactionId as source.tid on ortb2 payloads (#9916) * Update bizzclickBidAdapter.js * Update rubiconBidAdapter.js * Update gothamadsBidAdapter.js * Update luponmediaBidAdapter.js * Update ozoneBidAdapter.js * Update pubmaticBidAdapter.js * Update improvedigitalBidAdapter.js * Update newspassidBidAdapter.js * Update deltaprojectsBidAdapter.js * Update bizzclickBidAdapter.js * Update deltaprojectsBidAdapter.js * Update gothamadsBidAdapter.js * Update luponmediaBidAdapter.js * Update newspassidBidAdapter.js * Update ozoneBidAdapter.js * Update pubmaticBidAdapter.js * Update rubiconBidAdapter.js * Update improvedigitalBidAdapter_spec.js * Update luponmediaBidAdapter_spec.js * Update rubiconBidAdapter_spec.js * Update improvedigitalBidAdapter.js * Update pubmaticBidAdapter.js * Update improvedigitalBidAdapter.js * Update pubmaticBidAdapter.js * Update pubmaticBidAdapter.js * Update pubmaticBidAdapter_spec.js * Update adtrueBidAdapter.js * Update adtrueBidAdapter_spec.js * Update adtrueBidAdapter.js * Update adtrueBidAdapter_spec.js * Update adtrueBidAdapter_spec.js * Do not call onBidViewable, onBidWon, etc for S2S bids (#9919) * Access x_source.tid from ortb2 object (#9960) * Access x_source.tid from ortb2 object * Fix lint errors * Prebid 8: set pubmatic source.tid to auctionId (#9954) * set source.tid to auctionId * removed changes to test page * added support for setting ext.wrapper.transactionId as well * Prebid 8: use `prebid.floors.floorMin` instead of `prebid.floorMin` (#9899) * Prebid 8: remove shutdown company from appnexus aliases (#9977) * Update appnexusBidAdapter.js * Update appnexusBidAdapter.js * add bidResponse before emitting the event BID_RESPONSE, so that the bid is stored in the auction instance when the event is triggered (#9847) * Multiple modules: use `ortb2.source.tid` and `ortb2Imp.ext.tid` instead of auctionId/transactionId (#9969) * adkernel * aidem * beop * bliink * criteo * feedad * grid * kargo * medianet * optidigital * rubicon * smilewanted * Multiple modules: use `ortb2.source.tid` and `ortb2Imp.ext.tid` instead of auction/transaction IDs * tappx * onetag * use bidderRequestId instead of generateUUID * Epsilon - Prebid v8 changes to remove documentation in coding project (#9966) Co-authored-by: aarprice@publicisgroupe.net <aaron.price@epsilon.com> * Prebid 8: pick keywords from FPD in addition to bid params (#9917) * extract appnexus-style keyword logic into its own library * refactor appnexus clones to share keyword logic * pick keywords from ortb2 in addition to bid params * Prebid 8: support sizeMapping for video; extract it into a module (#9893) * Core: support sizeMapping for video * make sizeMapping a module * Magnite Analytics Adapter : do not rely on BID_RESPONSE 0cpm rejected bids (#9933) * Magnite Analytics - Do not rely on BID_RESPONSE for rejected bids * use rejection floor constant! * Remove AOL bid adapter (#10030) Co-authored-by: slimkrazy <sam@slimkrazy.com> * AdTelligent Bid Adapter: remove onefiftytwo alias (#10025) * Smartadserver Bid Adapter: support GPID (#10004) * Smartadserver Bid Adapter: Add support for SDA user and site * Smartadserver Bid Adapter: Fix SDA support getConfig and add to unit testing * support floors per media type * Add GPP support * Rework payloads enriching * Add gpid support --------- Co-authored-by: Meven Courouble <mcourouble@smartadserver.com> Co-authored-by: Krzysztof Sokół <88041828+smart-adserver@users.noreply.github.com> * chore: update default video placement value [PB-1560] (#9948) Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com> * ShareThrough Bid Adapter : fix playerSize (#10011) * fix sharethrough playersize * fix unit test --------- Co-authored-by: Reinout Stevens <reinout@crazygames.com> * GrowthCode RTD : initial release (#9852) * The New RTD Module * GrowthCode new RTD Module * Fixed to Prebid Added Testing Added Docs * Fixed to Prebid Added Testing Added Docs * Completed testing spec * Update the MD file to provide more infomation about what the module does * Update sample to point to the correct server for testing. * Stv Bid Adapter: add schain support (#10010) * initial commit * adapted buildRequests function * refinement pfilter and bcat * refinement * adapted tests for isBidRequestValid,buildRequests * adaptations for test * finished building stvBidAdapter.js * finished: ran tests, coverage 99% * update: rename w->srw, h->srh * adapt stvBidAdapter.md * remove dspx from stv adapters * some changes (missing: getUserSyncs, but is the same as in radsBidAdapter) * added checks in getUserSyncs; ran tests * added schain support (94.8% coverage) * correct schain encoding --------- Co-authored-by: theo_ <theo_@IDEA3> * fix module type (#10019) * Update ad generation adapter 1.6.0: update userSync (#9984) * Update AdGenerationAdapter: update userSync * update test spec * remove onefiftytwo alias --------- Co-authored-by: Krzysztof Sokół <88041828+krzysztofequativ@users.noreply.github.com> Co-authored-by: Meven Courouble <mcourouble@smartadserver.com> Co-authored-by: Krzysztof Sokół <88041828+smart-adserver@users.noreply.github.com> Co-authored-by: ccorbo <ccorbo2013@gmail.com> Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com> Co-authored-by: Reinout Stevens <518971+ReinoutStevens@users.noreply.github.com> Co-authored-by: Reinout Stevens <reinout@crazygames.com> Co-authored-by: southern-growthcode <79725079+southern-growthcode@users.noreply.github.com> Co-authored-by: theo-stv <120092078+theo-stv@users.noreply.github.com> Co-authored-by: theo_ <theo_@IDEA3> Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com> Co-authored-by: Takaaki.Kojima <banakemi@gmail.com> * Revert "AdTelligent Bid Adapter: remove onefiftytwo alias (#10025)" (#10032) This reverts commit 88dbc04. * Prebid 8: update PBS adapter defaults to signal support for native js trackers (#9900) * Prebid 8: introduce new `transmitTid` activity control (#10034) * Core: introduce new `transmitTid` activity control and turn off TIDs by default * enable TIDs for e2e tests * set session_id param based on the bidderRequestId (#10049) Co-authored-by: Patrick McCann <patmmccann@gmail.com> * appnexus bid adapter - update logic banner adtype in request (#10048) * Prebid 8: do not keep previous floor data on subsequent `setConfig`s (#10051) * Prebid 8: remove NO_BID bids (#9902) * remove NO_BID bids: currency * remove NO_BID bids: priceFloors * remove NO_BID bids: PBS * remove NO_BID status * fix lint * Utiq: Update domain resolving logic and tests (#10044) Co-authored-by: Tomasz Januszek <tomasz@teavaro.com> * Prebid 8: Enforcement, lat and long can only come from the request (#10041) * Update apacdexBidAdapter.js * Update ebdrBidAdapter.js * Update mediafuseBidAdapter.js * Update microadBidAdapter.js * Update zetaBidAdapter.js * Update pubwiseBidAdapter.js * Update pubmaticBidAdapter.js * Update ebdrBidAdapter.js * Update microadBidAdapter.js * Update apacdexBidAdapter.js * Update apacdexBidAdapter_spec.js * Update mediafuseBidAdapter_spec.js * Update pubmaticBidAdapter_spec.js * Update microadBidAdapter_spec.js * Update pubmaticBidAdapter_spec.js * Update pubmaticBidAdapter_spec.js * Prebid 8: remove GDPR check when GDPR enforcement is disabled (#10050) * Cadent Bid Adapter: rename emxdigital to cadent (#10069) * rename files * rename bidder_code * rename adapter object * rename remaining references * add alias from emx_digital --------- Co-authored-by: Michael Denton <mdenton@cadent.tv> * IX Bid Adapter: remove transactionid usage in complience with prebid 8 [PB-1743] (#10070) Co-authored-by: shahin.rahbariasl <shahin.rahbariasl@indexexchange.com> * Update cadentApertureMXBidAdapter.js * Prebid 8: Remove Captify (#10072) * Delete captifyRtdProvider.md * Delete captifyRtdProvider_spec.js * Delete captifyRtdProvider_example.html * Delete captifyRtdProvider.js * Update kargoBidAdapter.js * AdagioBidAdapter: prebid-8: stop using auctionid and transactionid (#10079) * AdagioBidAdapter: stop using Prebid.js internal auctionId and transactionId * AdagioBidAdapter: remove transformBidParams() logic * Criteo Bid Adapter : remove usage of bidRequest.auctionId (#10084) * Grid Bid Adapter : removed embedded criteo bid adapter (#10088) * prebid 8 - read ortb segment data in appnexus keywords library functions (#10082) * prebid8 - read ortb segment data in appnexus keywords library functions * remove null condition from segtax map * airgrid RTD provider: use data segments instead of keywords, remove bidder specific handling (#10080) * Prebid 8: improve `transmitTid` logic for PBS adapter (#10092) * Prebid 8: remove bidder specific handling for 1plusX (#10093) * 1plusX: Do not set keywords for appnexus * weborama: remove appnexus specific handling * remove key=value keyword parsing for appnexus and its clones * fix lint * use 1plusX instead of 1plusx * Revert "remove key=value keyword parsing for appnexus and its clones" This reverts commit 80567cd. * Revert "weborama: remove appnexus specific handling" This reverts commit d6450d1. * 1plusX: add segtax to user data * Update codeql-analysis.yml --------- Co-authored-by: jkthomas <tom.januszek@gmail.com> Co-authored-by: Tomasz Januszek <tomasz@teavaro.com> Co-authored-by: prashuc <105750978+prashuc@users.noreply.github.com> Co-authored-by: Demetrio Girardi <dgirardi@prebid.org> Co-authored-by: Timothy Ace <github.com-1@timothyace.com> Co-authored-by: Timothy M. Ace <tace@imds.tv> Co-authored-by: Pratik Chavan <pchavan@imds.tv> Co-authored-by: jsnellbaker <31102355+jsnellbaker@users.noreply.github.com> Co-authored-by: Robert Ray Martinez III <rrmartinez1552@gmail.com> Co-authored-by: Andrew Slagle <42588549+spotxslagle@users.noreply.github.com> Co-authored-by: Jason Quaccia <jlquaccia@gmail.com> Co-authored-by: olafbuitelaar <olaf.buitelaar@gmail.com> Co-authored-by: Aaron Price <67345931+AaronColbyPrice@users.noreply.github.com> Co-authored-by: aarprice@publicisgroupe.net <aaron.price@epsilon.com> Co-authored-by: Samuel Adu <samuel.adu@gmail.com> Co-authored-by: slimkrazy <sam@slimkrazy.com> Co-authored-by: Gena <wertixvost@gmail.com> Co-authored-by: Krzysztof Sokół <88041828+krzysztofequativ@users.noreply.github.com> Co-authored-by: Meven Courouble <mcourouble@smartadserver.com> Co-authored-by: Krzysztof Sokół <88041828+smart-adserver@users.noreply.github.com> Co-authored-by: ccorbo <ccorbo2013@gmail.com> Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com> Co-authored-by: Reinout Stevens <518971+ReinoutStevens@users.noreply.github.com> Co-authored-by: Reinout Stevens <reinout@crazygames.com> Co-authored-by: southern-growthcode <79725079+southern-growthcode@users.noreply.github.com> Co-authored-by: theo-stv <120092078+theo-stv@users.noreply.github.com> Co-authored-by: theo_ <theo_@IDEA3> Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com> Co-authored-by: Takaaki.Kojima <banakemi@gmail.com> Co-authored-by: lasloche <62240785+lasloche@users.noreply.github.com> Co-authored-by: EMX Digital <43830380+EMXDigital@users.noreply.github.com> Co-authored-by: Michael Denton <mdenton@cadent.tv> Co-authored-by: shahinrahbariasl <56240400+shahinrahbariasl@users.noreply.github.com> Co-authored-by: shahin.rahbariasl <shahin.rahbariasl@indexexchange.com> Co-authored-by: Olivier <osazos@adagio.io> Co-authored-by: Léonard Labat <le.labat@criteo.com>
Configuration menu - View commit details
-
Copy full SHA for df66cdb - Browse repository at this point
Copy the full SHA df66cdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c239b - Browse repository at this point
Copy the full SHA 72c239bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c39bab - Browse repository at this point
Copy the full SHA 8c39babView commit details -
Colossus Bid Adapter: gpp support (#10096)
* add video&native traffic colossus ssp * Native obj validation * Native obj validation #2 * Added size field in requests * fixed test * fix merge conflicts * move to 3.0 * move to 3.0 * fix IE11 new URL issue * fix IE11 new URL issue * fix IE11 new URL issue * https for 3.0 * add https test * add ccp and schain features * fix test * sync with upstream, fix conflicts * Update colossussspBidAdapter.js remove commented code * Update colossussspBidAdapter.js lint fix * identity extensions * identity extensions * fix * fix * fix * fix * fix * add tests for user ids * fix * fix * fix * fix * fix * fix * fix * add gdpr support * add gdpr support * id5id support * Update colossussspBidAdapter.js add bidfloor parameter * Update colossussspBidAdapter.js check bidfloor * Update colossussspBidAdapter.js * Update colossussspBidAdapter.js * Update colossussspBidAdapter.js * Update colossussspBidAdapter_spec.js * use floor module * Revert "use floor module" This reverts commit f0c5c24. * use floor module * update to 5v * fix * add uid2 and bidFloor support * fix * add pbadslot support * fix conflicts * add onBidWon * refactor * add test for onBidWon() * fix * add group_id * Trigger circleci * fix * update user sync * fix window.location * fix test * updates * fix conflict * fix * updates * remove traffic param * add transactionId to request data for colossusssp adapter * Send tid in placements array * update user sync * updated tests * remove changes package-lock file * fix * add First Party Data * gpp support --------- Co-authored-by: Vladislav Isaiko <vladis@smartyads.com> Co-authored-by: Aiholkin <artem.iholkin@smartyads.com> Co-authored-by: Mykhailo Yaremchuk <m.yaremchuk@smartyads.com>
Configuration menu - View commit details
-
Copy full SHA for 1e82414 - Browse repository at this point
Copy the full SHA 1e82414View commit details
Commits on Jun 16, 2023
-
Co-authored-by: Evgeny Nagorny <evjman@gmail.com> Co-authored-by: xmgiddev <>
Configuration menu - View commit details
-
Copy full SHA for 9f0c393 - Browse repository at this point
Copy the full SHA 9f0c393View commit details -
Bedigital Bid Adapter : change bid url, passed additional params to t…
…he bid response and changed maintainer email address (#10085) * Added bedigital adatper * Added test cases for bedigital adapter * changed email id * Added params in payload as suggestio in review * Added changes for bedigitech adaptor 1. Change bid url and other changes --------- Co-authored-by: yogesh.ingale1 <yogesh.ingale@ai-fluence.com>
Configuration menu - View commit details
-
Copy full SHA for 640eb2f - Browse repository at this point
Copy the full SHA 640eb2fView commit details -
Greenbids Analytics Adapter : fix double sampling (#10091)
* fix greenbids analytics double sampling * fix tests * fix tests
Configuration menu - View commit details
-
Copy full SHA for 8337584 - Browse repository at this point
Copy the full SHA 8337584View commit details -
Sharethrough bid adapter: Populate meta fields when present in bid re…
…sponse (for analytics) (#10108) * when not provided, set meta fields to null * Fill bid's meta fields when possible * Comment for spec * Comment about names * Remove TODO: Both teams agreed on these names
Configuration menu - View commit details
-
Copy full SHA for a5be17f - Browse repository at this point
Copy the full SHA a5be17fView commit details
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 36a2915 - Browse repository at this point
Copy the full SHA 36a2915View commit details -
IIQ Identity module sending more fpid metadata (#10111)
* Updating fpid metadata * Bug fix
Configuration menu - View commit details
-
Copy full SHA for 025a227 - Browse repository at this point
Copy the full SHA 025a227View commit details -
Bidwatch Analytics Adapter: fix video bid stringify (#10067)
* Mediasquare Bid Adapter: handle context for video bids * Bidwatch Analytics Adapter: fix video bid stringify * update tests * export func so test can run
Configuration menu - View commit details
-
Copy full SHA for 23e97b4 - Browse repository at this point
Copy the full SHA 23e97b4View commit details -
KiviAds Bid Adapter : initial release (#10073)
* new adapter - KiviAds * add gpp, change tests, use bidderRequest instead of config.getConfig() * Update kiviadsBidAdapter_spec.js --------- Co-authored-by: Patrick McCann <pmccann@cafemedia.com>
Configuration menu - View commit details
-
Copy full SHA for 6027de5 - Browse repository at this point
Copy the full SHA 6027de5View commit details -
PubMatic Bid Adapter - Fledge Support (Added support for sending AE:1…
… in bidrequest if slot is fledge enabled) (#9942) * Added support for sending AE:1 in bidrequest if slot is fledge enabled * PubMatic bid Adapter - Lint issue resolved
Configuration menu - View commit details
-
Copy full SHA for a35cda0 - Browse repository at this point
Copy the full SHA a35cda0View commit details
Commits on Jun 20, 2023
-
Sonobi - Updated outstream size to use the video player size instead …
…of the bidder params (#10118)
Configuration menu - View commit details
-
Copy full SHA for b49fb5b - Browse repository at this point
Copy the full SHA b49fb5bView commit details
Commits on Jun 21, 2023
-
RTB House Bid Adapter: fledgeConfig default values (#10116)
* RTB House Bid Adapter: fledgeConfig default values * RTB House Bid Adapter: adapter doc update
Configuration menu - View commit details
-
Copy full SHA for a532286 - Browse repository at this point
Copy the full SHA a532286View commit details -
ConceptX Bid Adapter : defensive bug fix (#10127)
* New adapter: concepx * Syntax change * Revert syntax change * Defensive check for response from bidder server
Configuration menu - View commit details
-
Copy full SHA for 26142f2 - Browse repository at this point
Copy the full SHA 26142f2View commit details -
FreePass Bid Adapter : initial release (#9827)
* Add FreePass Bid Adapter * Add note about FreePass IdSystem * Unrequire userId * Add test flag * Update official maintainer email * Update official bidder service URL * No credentials Client does not need to send credentials * Add md code type Trigger ci * Replace double with single quotes * Append js to import * Build mock request in local scope * Update maintainer email
Configuration menu - View commit details
-
Copy full SHA for 5bfac11 - Browse repository at this point
Copy the full SHA 5bfac11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39cc772 - Browse repository at this point
Copy the full SHA 39cc772View commit details
Commits on Jun 22, 2023
-
Rubicon Bid Adapter: GPP support (#10132)
* Rubicon Bid Adapter GPP support * Add gpp to ordered params * Unit test multiple sids
Configuration menu - View commit details
-
Copy full SHA for 4e3dbea - Browse repository at this point
Copy the full SHA 4e3dbeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72d8754 - Browse repository at this point
Copy the full SHA 72d8754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cf1ae4 - Browse repository at this point
Copy the full SHA 5cf1ae4View commit details -
IX Bid Adapter: Multiformat Support (#10101)
* feat: ix bid adapter multiformat implemented * feat: multiformat support in single request implemented * resolved merge conflicts after tid change * chore: fixed merge conflicts --------- Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com>
Configuration menu - View commit details
-
Copy full SHA for c292fa3 - Browse repository at this point
Copy the full SHA c292fa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0464848 - Browse repository at this point
Copy the full SHA 0464848View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1adfc1 - Browse repository at this point
Copy the full SHA c1adfc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b94285d - Browse repository at this point
Copy the full SHA b94285dView commit details -
Brid Bid Adapter: Initial adapter release (#9800)
* TargetVideo bid adapter * TargetVideo bid adapter * TargetVideo bid adapter * TargetVideo Bid Adapter: Add GDPR/USP support * TargetVideo Bid Adapter: Add GDPR/USP support tests * TargetVideo Bid Adapter: Updating margin rule * Add Brid bid adapter * Brid adapter requested changes
Configuration menu - View commit details
-
Copy full SHA for 4f8c5f4 - Browse repository at this point
Copy the full SHA 4f8c5f4View commit details
Commits on Jun 23, 2023
-
Adman Adapter: add transactionID (#10078)
* Add Adman bid adapter * Add supportedMediaTypes property * Update ADman Media bidder adapter * Remove console.log * Fix typo * revert package-json.lock * Delete package-lock.json * back to original package-lock.json * catch pbjs error * catch pbjs error * catch pbjs error * log * remove eu url * remove eu url * remove eu url * remove eu url * remove eu url * Update admanBidAdapter.js add consnet to sync url * Update admanBidAdapter.js fix import * Update admanBidAdapter.js lint fix * Update admanBidAdapter.js lint fix * Update admanBidAdapter.js check consent object data availability * сompatible with prebid v5 * add Lotame Panorama ID * update getUserSyncs * fix * fix tests * remove package-lock.json * update sync url * update test * add idx (UserID Module) * update tests * remove traffic param * handle transactionID param * send transactionID param in imp.ext * rename transactionID to transactionId * update tests --------- Co-authored-by: minoru katogi <mkatogi@gmail.com> Co-authored-by: minoru katogi <m_katogi@hotmail.com> Co-authored-by: ADman Media <admanmedia@users.noreply.github.com> Co-authored-by: SmartyAdman <adman@localhost.localdomain> Co-authored-by: SmartyAdman <>
Configuration menu - View commit details
-
Copy full SHA for 7e6f45b - Browse repository at this point
Copy the full SHA 7e6f45bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cf3088 - Browse repository at this point
Copy the full SHA 7cf3088View commit details -
Distinguish ids from multiple providers (#9896)
* Make id priority configurable * Use mocked modules * Support provided ext for medianet, uid2 and bidswitch eid.uid * Add support for magnite id * Delete unused findEid function * Add a tests for getEncryptedEidsForSource * Extract constant for the provider domain * Make updatePPID take priority into account * Compute effective priority only once and handle aliases * Fix after merge * Use Map#has instead of Map#get * Remove duplicate test * Add tests * Run linter
Configuration menu - View commit details
-
Copy full SHA for 1016e89 - Browse repository at this point
Copy the full SHA 1016e89View commit details -
Triplelift Bid Adapter: support for Fledge and GPP signals (#10142)
* TL-35335: Cast playbackmethod as array * TL-36204: Copy tid to imp extension obj * Added support for entire ortb2Imp obj * Only setting what exists in ortb2Imp.ext * Added additional test to check copy of entire ext obj * Revert "TL-36204: Copy tid to imp extension object" * TL-36484: Add query string param signal for fledge * Changed unit test language * TL-36516: Add GPP Signals to sync endpoint * minor revision * Added URI encoding for GPP sid * Optimizing filter algorithm --------- Co-authored-by: nllerandi3lift <75995508+nllerandi3lift@users.noreply.github.com> Co-authored-by: Nick Llerandi <nllerandi@triplelift.com>
Configuration menu - View commit details
-
Copy full SHA for 7373d43 - Browse repository at this point
Copy the full SHA 7373d43View commit details
Commits on Jun 26, 2023
-
Intentiq id module: cookie enabled param conflict resolution (#10145)
* added: enableCookieStorage parameter * eslint fix * added: tests for enableCookieStorage parameter --------- Co-authored-by: Eyvaz Ahmadzada <eyvaz.ahmedzade.12@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 40f7375 - Browse repository at this point
Copy the full SHA 40f7375View commit details
Commits on Jun 27, 2023
-
Mediasquare Bid Adapter: add increment and code refactory (#10115)
* mediasquare Bid Adapter: add increment + code refactory * Mediasquare Bid Adapter: add increment + code refactory
Configuration menu - View commit details
-
Copy full SHA for 8f075c4 - Browse repository at this point
Copy the full SHA 8f075c4View commit details -
* share CMP client code * consentManagementGpp: fetch section data * mock out getSection for legacy tests * Make gppConsent available as an activity param; also fix various test suites to set up during set up * gppControl_usnat * load all section data (instead of trying to figure out what is applicable) * Do not expect top window to be accessible * update usnat consent interpretation * Update activityControls.js * Update activityControls.js * Update activityControls_spec.js * Update activityControls.js * Update activityControls.js * Update activityControls_spec.js * Update activityControls.js * Update activityControls.js * Update activityControls.js * Update activityControls_spec.js * Update activityControls_spec.js * Update activityControls_spec.js * Update activityControls.js * Update activityControls_spec.js * Update activityControls_spec.js * Update activityControls_spec.js * Update activityControls_spec.js * Update activityControls_spec.js * Update activityControls_spec.js * Update activityControls_spec.js * Update activityControls.js * Update activityControls_spec.js * Update activityControls_spec.js * Update activityControls_spec.js * Update activityControls.js * Update activityControls_spec.js * Update activityControls_spec.js * Update activityControls_spec.js * Update activityControls.js * Update activityControls_spec.js * Update activityControls.js * Update activityControls.js * Update activityControls.js --------- Co-authored-by: Patrick McCann <patmmccann@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5e22f2f - Browse repository at this point
Copy the full SHA 5e22f2fView commit details -
Oxxion Rtd Module: add bid filtering (#10100)
* oxxion Filtering * fix test while video is activated * fix init * add details * fix typo * remove md5
Configuration menu - View commit details
-
Copy full SHA for 6faa2a3 - Browse repository at this point
Copy the full SHA 6faa2a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d524b5 - Browse repository at this point
Copy the full SHA 4d524b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a288b33 - Browse repository at this point
Copy the full SHA a288b33View commit details
Commits on Jun 28, 2023
-
Vidazoo Bid Adapter: support for multiple bids on single request (#10110
) * feat(module): multi size request * fix getUserSyncs added tests * update(module): package-lock.json from master * feat(module): VidazooBidAdapter - send top query params to server * multi poc * feat: added support for single request. * feat: change to bids. * change to if else * Fixed test --------- Co-authored-by: Udi Talias <udi.talias@gmail.com> Co-authored-by: roman <shmoop207@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dd34342 - Browse repository at this point
Copy the full SHA dd34342View commit details -
Sovrn Bid Adapter: add transaction id support (#10156)
* EX-4755 Add: forwarding of auction id and transaction id as transaction ids for source and impression objects in the request * EX-4755 Change: source of impression level tid for forwarding * EX-4755 Change: source of auction level tid for forwarding * EX-4755 Refactor: unit test description
Configuration menu - View commit details
-
Copy full SHA for ac1e62e - Browse repository at this point
Copy the full SHA ac1e62eView commit details -
Trafficgate Bid Adapter: move to OpenRTB Converter (#10007)
* Trafficgate Bid Adapter: move to OpenRTB Converter * Trafficgate Bid Adapter: move to OpenRTB Converter * Trafficgate Bid Adapter: move to OpenRTB Converter --------- Co-authored-by: vlad <vlaktionov@decenterads.com>
Configuration menu - View commit details
-
Copy full SHA for b5a8d52 - Browse repository at this point
Copy the full SHA b5a8d52View commit details
Commits on Jun 29, 2023
-
add gpp support on Smartyads adapter (#10163)
Co-authored-by: Vasyl Rishko <vasyl.rishko@smartyads.com>
Configuration menu - View commit details
-
Copy full SHA for 8864ae4 - Browse repository at this point
Copy the full SHA 8864ae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc1abfb - Browse repository at this point
Copy the full SHA cc1abfbView commit details