-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Realvu analytics adapter: fix test failures on Edge #9857
Conversation
I am not certain that properly tearing down will be enough - because we have seen failures within the realVu test suite, that logic may be too expensive even for its own tests. Ideally the adapter would not start running until it's enabled so that the tests could at least dial down how often it runs (@tchibirev). It's also unclear to me if it's OK to phone home without the pub having enabled the adapter, which is what I think the adapter does right now (although the code is not that easy to decipher):
Prebid.js/modules/realvuAnalyticsAdapter.js Lines 153 to 167 in bff1f41
FYI @patmmccann |
Updated to remove the realVu test suite entirely with the plan to remove the adapter in v8. |
* 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 <[email protected]>
* ZetaGlobalSsp Bid Adapter: provide tagid from params (#9764) * ZetaGlobalSsp: provide tagid from params * fix test --------- Co-authored-by: Surovenko Alexey <[email protected]> Co-authored-by: Alexey Surovenko <[email protected]> * AIDEM Bid Adapter: extended app/site parameters on win notice (#9765) * 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 --------- Co-authored-by: Giovanni Sollazzo <[email protected]> Co-authored-by: darkstar <[email protected]> * BrightcomSSP, Brightcom: remove options overide from buildRequests (#9753) * TTD Bid Adapter: add support for video.plcmt and imp.rwdd (#9762) * Update ttdBidAdapter.js * Update ttdBidAdapter_spec.js * Update ttdBidAdapter_spec.js * Update ttdBidAdapter_spec.js * Update ttdBidAdapter_spec.js * Update ttdBidAdapter.js * Update ttdBidAdapter_spec.js * Criteo ID Module: Add error callback for pixel sync call (#9754) Co-authored-by: v.raybaud <[email protected]> * PubMatic Bid Adapter: native 1.2 support (#9701) * Changes for native 1.2 support * Bug fixes and testacases updation * Changes to include ext and mimes properties of assets and added condition to read len OR length param value * Bug fixes * Bug fix and test cases fix * Test * Test * Update undertoneBidAdapter.js (#9778) * appnexus bid adapter - add gvlids to aliases (#9777) * Update gumgumBidAdapter.js (#9779) * Multiple modules: decouple GVL IDs from storage access control (#9736) * 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 * Multiple bids in one request to Adrino Adserver (#9742) Co-authored-by: Tomasz Mielcarz <[email protected]> * size map support (#9772) * OpenxOrtbAdapter: add back missing params support for coppa and video (#9782) * Criteo Bid Adapter: Read GPP from ortb2 object (#9775) Add support of GPP consent string when it is present in ortb2 object. * vidazoo Bid Adapter: update support of metaData (#9749) * 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: support metaData from server response. * remove forgotten only on spec. --------- Co-authored-by: Udi Talias <[email protected]> Co-authored-by: roman <[email protected]> * Concert Bid Adapter: Enable support for additional userId's (#9780) * collect EIDs for bid request * add ad slot positioning to payload * RPO-2012: Update local storage name-spacing for c_uid (#8) * Updates c_uid namespacing to be more specific for concert * fixes unit tests * remove console.log * RPO-2012: Add check for shared id (#9) * Adds check for sharedId * Updates cookie name * remove trailing comma * [RPO-3152] Enable Support for GPP Consent (#12) * Adds gpp consent integration to concert bid adapter * Update tests to check for gpp consent string param * removes user sync endpoint and tests * updates comment * cleans up consentAllowsPpid function * comment fix * rename variables for clarity * fixes conditional logic for consent allows function (#13) * [RPO-3262] Update getUid function to check for pubcid and sharedid (#14) * Update getUid function to check for pubcid and sharedid * updates adapter version --------- Co-authored-by: antoin <[email protected]> Co-authored-by: Antoin <[email protected]> * Prebid 7.44.0 release * Increment version to 7.45.0-pre * vidoomy adapter: added bidfloor module (#9784) * Prebid core: fix image assets in converted legacy response (#9752) * Mgid Adapter: update & refactor (#9751) * upd - better support ortb2 - implement getUserSyncs - some refactoring * upd - better support ortb2 - implement getUserSyncs - some refactoring * upd * fix eids import --------- Co-authored-by: gaudeamus <[email protected]> * Various Bid Adapters: point tmax at request object (#9770) * Removed 'CreateEidsArray' import statements, as well as references to it within corresponding functions. Added references to 'userIdAsEids' property as an alternative * Revert "Removed 'CreateEidsArray' import statements, as well as references to it within corresponding functions. Added references to 'userIdAsEids' property as an alternative" This reverts commit f654a5b. * passed all tests * passed tests with bluebillywigAdapter * Impactify bid adapter passed tests * Mediakeys bid adapter passing tests * Sharethrough bid adapter passed tests * Connectad bid adapter passed tests * Added tests back to expectedEids object, and adjusted userIdAsEids array to reflect changes * Yieldmo bid adapter passed tests * Smartadserver bid adapter passed tests * Removed unnecessary reassignment of bidUserId to eids * Removed unnecessary reassignment of bidUserId to eids * Improveddigital bid adapter passed tests * Yieldmo bid adapter passed tests * Sovrn bid adapter passed tests * Ttd bid adapter passed tests * Refactored adapters to draw tmax values from bidderRequest object and ensured they were passing tests * Update nexx360BidAdapter.js * Deleted unrelated ttsBidAdapter file from PR * Deleted unrelated ttdBidAdapter_spec file from PR * add back ttd adapter * add ttd spec flle back * add new line --------- Co-authored-by: Patrick McCann <[email protected]> Co-authored-by: Chris Huie <[email protected]> * OpenXOrtb Bid Adapter: fix multiformat requests (#9790) * OpenXOrtb: fix multiformat requests * pay attention to feature tags * refactor & cleanup * FreeWheel SSP Bid Adapter: support video context and placement (#9792) * 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 * IX Bid Adapter: refactor build request method and ft improves (#9793) Co-authored-by: shahin.rahbariasl <[email protected]> * AMX ID System: allow cookie storage (#9761) * Update AMXIdSystem logic, allow non-html5 storage, refactor sharedId domainOverride function into library * Fix failing test, bad invocation of getStorageManager * 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 <[email protected]> * Ogury Adapter add device density in bid request (#9796) * Growthcode UserId: Bug fixes & Better Error Catching (#9785) * Remove the cookie storage for data. * Clean up error checking on return JSON data. * Code cleanup * 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 <[email protected]> Co-authored-by: Viktor Dreiling <[email protected]> * Yahoo ConnectId UserID Module: Resolving getStorageManager invocation issue (#9798) * Resolving getStorageManager invocation issue * Lint * MODULE_TYPE -> moduleType * CORE: disable the requirement for having a url, when enabling renderNow in Renderer (#9769) * disable the requirement for having a url, when enabling renderNow in the Renderer * kick off circleci --------- Co-authored-by: Chris Huie <[email protected]> * JW Player Video Adapter: Support multiple setup listeners (#9791) * supports multiple setup listeners * adds length check * 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 <[email protected]> * 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 <[email protected]> * openxBidAdapter: update to OpenRTB adapter (#9794) * openxBidAdapter: update to OpenRTB adapter * remove skipped tests * IVS Bid Adapter: initial adapter release (#9706) * Add IVS bid adapter * Fix publisherId in test parameters * IVS bid adapter: fix tests (#9807) * Prebid 7.45.0 release * Increment version to 7.46.0-pre * Criteo Bid Adapter: Fix invalid deal property name mapping from bidder 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. * 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 <[email protected]> Co-authored-by: Julian Gan <[email protected]> * Criteo Bid Adapter: Map device sua field to user ext sua (#9809) Co-authored-by: v.raybaud <[email protected]> * Deleted the global.site.cattax field as it is not defined in openrtb 2.5 (#9810) * kueezRtb Bid Adapter: Add support for passing metaData object from server response. (#9815) * 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 * MinuteMediaPlus Bid Adapter: Add support for passing metaData object from server response. (#9816) * 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 * vidoomy adapter: added userid module (#9795) * KargoBidAdapter: GPP Support (#9812) * support VIDEO feature flag in PubMatic bid adapter (#9744) * 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 <[email protected]> * Update the Conversant adapter to have source.tid to have auctionId (#9822) Co-authored-by: johwier <[email protected]> * MinuteMediaPlus Bid Adapter: Pass gpid to server. (#9830) * 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 <[email protected]> * KueezRtb Bid Adapter: Pass gpid to server. (#9831) * Adnuntius Bid Adapter: Europe endpoint (#9829) * Adnuntius Bid Adapter: Route traffic to euro-servers if GDPR applies. * Tests Added to gdpr applies. * TheMediaGrid: make gridNMBidAdater as alias for gridBidAdapter (#9832) * TheMediaGrid: make gridNMBidAdater as alias for gridBidAdapter * TheMediaGrid: fix alias name * 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 * 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 * Pair ID system: fix storageManager invocation (#9833) * 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 * Bidwatch Analytics Adapter: add of the referer for bid won (#9818) * Mediasquare Bid Adapter: add of the referer for onBidWon (#9817) * Mediasquare Bid Adapter: add of the referer for onBidWon * Mediasquare Bid Adapter: replay test * vidoomy adapter: sync url changed (#9834) * Support VIDEO feature flag in AppNexus bid adapter (#9653) * ortbConverter: support video.plcmt (#9840) * Documentation: Add FLEDGE aka Protected Audience API examples (#9839) * Add FLEDGE aka Protected Audience API examples * Remove alias from pbs example * Core: fix spurious warnings on `mergeConfig` (#9704) * Core: fix spurious warnings on `mergeConfig` * Fix sendAllBid config name * Prebid 7.46.0 release * Increment version to 7.47.0-pre * vidoomy adapter: added block module (#9825) * Sending empty array instead of string. (#9846) * RTB house Bid Adapter: fix encoding bug for bid response for native ads (#9850) * RTB hose Bid Adapter: encode URI corecctly using encodeURI instead of encodeURIComponent * Missena Bid Adapter: fix alias (#9849) * add EMTV adapter (#9783) * Criteo Id Module: ensure all kind of privacy strings are sent to backend (#9845) Also adding missing gdpr applies flag * NextMillennium Bd Adapter : add gvlid (#9858) * add gvlid * no change * Prebid 7.47.0 release * Increment version to 7.48.0-pre * 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 <[email protected]> * Criteo Bid Adapter: Map native assets to slot.ext.assets (#9851) Co-authored-by: v.raybaud <[email protected]> * Realvu analytics adapter: fix test failures on Edge (#9857) * Realvu analytics adapter: fix test failures on Edge * Remove realVu tests * ORTB2 bcat & badv support + ORTB2 tests (#9871) * 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 * 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 <[email protected]> Co-authored-by: Nick Llerandi <[email protected]> * Multiple modules: do not use bidderTimeout as TTL (#9880) * Multiple modules: do not use bidderTimeout as TTL * Fix lint * Grid Bid Adapter: add support for video.plcmt (#9763) * Update gridBidAdapter.js * Update gridBidAdapter_spec.js * Revert "Grid Bid Adapter: add support for video.plcmt (#9763)" (#9882) This reverts commit 2edd264. --------- Co-authored-by: asurovenko-zeta <[email protected]> Co-authored-by: Surovenko Alexey <[email protected]> Co-authored-by: Alexey Surovenko <[email protected]> Co-authored-by: AndreaC <[email protected]> Co-authored-by: Giovanni Sollazzo <[email protected]> Co-authored-by: darkstar <[email protected]> Co-authored-by: Alexandru <[email protected]> Co-authored-by: Vincent <[email protected]> Co-authored-by: v.raybaud <[email protected]> Co-authored-by: pm-priyanka-deshmane <[email protected]> Co-authored-by: jsnellbaker <[email protected]> Co-authored-by: Demetrio Girardi <[email protected]> Co-authored-by: TM <[email protected]> Co-authored-by: Tomasz Mielcarz <[email protected]> Co-authored-by: Taro FURUKAWA <[email protected]> Co-authored-by: Brian Schmidt <[email protected]> Co-authored-by: dzhang-criteo <[email protected]> Co-authored-by: Saar Amrani <[email protected]> Co-authored-by: Udi Talias <[email protected]> Co-authored-by: roman <[email protected]> Co-authored-by: Brett Bloxom <[email protected]> Co-authored-by: antoin <[email protected]> Co-authored-by: Antoin <[email protected]> Co-authored-by: Prebid.js automated release <[email protected]> Co-authored-by: Nisar Thadathil <[email protected]> Co-authored-by: JulieLorin <[email protected]> Co-authored-by: Gaudeamus <[email protected]> Co-authored-by: gaudeamus <[email protected]> Co-authored-by: Justin Quinn <[email protected]> Co-authored-by: Chris Huie <[email protected]> Co-authored-by: xwang202 <[email protected]> Co-authored-by: shahinrahbariasl <[email protected]> Co-authored-by: shahin.rahbariasl <[email protected]> Co-authored-by: Nick Jacob <[email protected]> Co-authored-by: Samuel Adu <[email protected]> Co-authored-by: slimkrazy <[email protected]> Co-authored-by: Jonathan Nadarajah <[email protected]> Co-authored-by: southern-growthcode <[email protected]> Co-authored-by: Viktor Dreiling <[email protected]> Co-authored-by: Viktor Dreiling <[email protected]> Co-authored-by: Viktor Dreiling <[email protected]> Co-authored-by: Jeremy Sadwith <[email protected]> Co-authored-by: olafbuitelaar <[email protected]> Co-authored-by: Karim Mourra <[email protected]> Co-authored-by: yuki <[email protected]> Co-authored-by: Andrew Slagle <[email protected]> Co-authored-by: Robert Ray Martinez III <[email protected]> Co-authored-by: ivs-mark <[email protected]> Co-authored-by: Léonard Labat <[email protected]> Co-authored-by: Neil Flynn <[email protected]> Co-authored-by: Julian Gan <[email protected]> Co-authored-by: Antti Ylitepsa <[email protected]> Co-authored-by: Fatih Kaya <[email protected]> Co-authored-by: jsfledd <[email protected]> Co-authored-by: Matt Crute <[email protected]> Co-authored-by: Mikołaj Robakowski <[email protected]> Co-authored-by: Sekandar <[email protected]> Co-authored-by: johnwier <[email protected]> Co-authored-by: johwier <[email protected]> Co-authored-by: Mikael Lundin <[email protected]> Co-authored-by: TheMediaGrid <[email protected]> Co-authored-by: congdu-kun <[email protected]> Co-authored-by: Nayan Savla <[email protected]> Co-authored-by: Alain Cajuste <[email protected]> Co-authored-by: Laurentiu Badea <[email protected]> Co-authored-by: Nima Sarayan <[email protected]> Co-authored-by: kmr <[email protected]> Co-authored-by: Petre Damoc <[email protected]> Co-authored-by: EngageMediaHB <[email protected]> Co-authored-by: JacobKlein26 <[email protected]> Co-authored-by: Piotr Jaworski <[email protected]> Co-authored-by: Patrick Loughrey <[email protected]> Co-authored-by: nllerandi3lift <[email protected]> Co-authored-by: Nick Llerandi <[email protected]>
* Realvu analytics adapter: fix test failures on Edge * Remove realVu tests
* 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: Pratik Chavan <[email protected]> * 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: [email protected] <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: Krzysztof Sokół <[email protected]> * chore: update default video placement value [PB-1560] (#9948) Co-authored-by: Chris Corbo <[email protected]> * ShareThrough Bid Adapter : fix playerSize (#10011) * fix sharethrough playersize * fix unit test --------- Co-authored-by: Reinout Stevens <[email protected]> * 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ół <[email protected]> Co-authored-by: Meven Courouble <[email protected]> Co-authored-by: Krzysztof Sokół <[email protected]> Co-authored-by: ccorbo <[email protected]> Co-authored-by: Chris Corbo <[email protected]> Co-authored-by: Reinout Stevens <[email protected]> Co-authored-by: Reinout Stevens <[email protected]> Co-authored-by: southern-growthcode <[email protected]> Co-authored-by: theo-stv <[email protected]> Co-authored-by: theo_ <theo_@IDEA3> Co-authored-by: Chris Huie <[email protected]> Co-authored-by: Takaaki.Kojima <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * IX Bid Adapter: remove transactionid usage in complience with prebid 8 [PB-1743] (#10070) Co-authored-by: shahin.rahbariasl <[email protected]> * 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 <[email protected]> Co-authored-by: Tomasz Januszek <[email protected]> Co-authored-by: prashuc <[email protected]> Co-authored-by: Demetrio Girardi <[email protected]> Co-authored-by: Timothy Ace <[email protected]> Co-authored-by: Timothy M. Ace <[email protected]> Co-authored-by: Pratik Chavan <[email protected]> Co-authored-by: jsnellbaker <[email protected]> Co-authored-by: Robert Ray Martinez III <[email protected]> Co-authored-by: Andrew Slagle <[email protected]> Co-authored-by: Jason Quaccia <[email protected]> Co-authored-by: olafbuitelaar <[email protected]> Co-authored-by: Aaron Price <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: Samuel Adu <[email protected]> Co-authored-by: slimkrazy <[email protected]> Co-authored-by: Gena <[email protected]> Co-authored-by: Krzysztof Sokół <[email protected]> Co-authored-by: Meven Courouble <[email protected]> Co-authored-by: Krzysztof Sokół <[email protected]> Co-authored-by: ccorbo <[email protected]> Co-authored-by: Chris Corbo <[email protected]> Co-authored-by: Reinout Stevens <[email protected]> Co-authored-by: Reinout Stevens <[email protected]> Co-authored-by: southern-growthcode <[email protected]> Co-authored-by: theo-stv <[email protected]> Co-authored-by: theo_ <theo_@IDEA3> Co-authored-by: Chris Huie <[email protected]> Co-authored-by: Takaaki.Kojima <[email protected]> Co-authored-by: lasloche <[email protected]> Co-authored-by: EMX Digital <[email protected]> Co-authored-by: Michael Denton <[email protected]> Co-authored-by: shahinrahbariasl <[email protected]> Co-authored-by: shahin.rahbariasl <[email protected]> Co-authored-by: Olivier <[email protected]> Co-authored-by: Léonard Labat <[email protected]>
* Prebid 8: Delete Inskin (prebid#9868) * Delete inskinBidAdapter.js * Delete inskinBidAdapter.md * Delete inskinBidAdapter_spec.js * Prebid 8: Renaming TrustPid User ID module to Utiq (prebid#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 <[email protected]> * RTB-2173: Removing Inmar from Prebid (prebid#8913) * Delete viewability.js (prebid#9873) * Prebid 8: Delete realvu (prebid#9867) * Delete realvuAnalyticsAdapter_spec.js * Delete realvuAnalyticsAdapter.md * Delete realvuAnalyticsAdapter.js * Prebid 8: Delete pubcid (prebid#9869) * Realvu analytics adapter: fix test failures on Edge (prebid#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 <[email protected]> * Prebid 8: Delete openxortb and analytics (prebid#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 (prebid#9862) * Core & multiple modules: populate ortb2.source.tid * enable codeql for prebid-8 * Prebid 8: IMDS bid adapter - Rename synacormedia adapter (prebid#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 <[email protected]> Co-authored-by: Pratik Chavan <[email protected]> * Prebid 8: Dead Module removal (prebid#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 (prebid#9866) * Delete googleAnalyticsAdapter.js * Delete googleAnalyticsAdapter.md * Delete googleAnalyticsAdapter_spec.js * Prebid 8: Delete zeus (prebid#9874) * Delete zeusPrimeRtdProvider.md * Delete zeusPrimeRtdProvider.js * Prebid 8: remove special augmentation of `auctionInit` event (prebid#9897) * Prebid 8 - deprecate bidder category translation feature in core (prebid#9898) * prebid 8 - deprecate category translation in core * remove storage export and move mapping data to library file * Prebid 8: Delete adgeneration (prebid#9904) * Delete adgenerationBidAdapter_spec.js * Delete adgenerationBidAdapter.md * Delete adgenerationBidAdapter.js * Prebid 8: do not use hardcoded `bidderCode` in resposes from bid adapters (prebid#9905) * Revert "Prebid 8: Delete adgeneration (prebid#9904)" (prebid#9915) This reverts commit ce984b3. * Prebid 8: No mas mass (prebid#9909) * Delete index.html * Delete mass_spec.js * Delete mass.md * Delete mass.js * Prebid 8: Delete emx (prebid#9918) * Delete emx_digitalBidAdapter.js * Delete emx_digitalBidAdapter.md * Delete emx_digitalBidAdapter_spec.js * Remove Rubicon Analytics for Prebid 8 (prebid#9932) * Prebid 8: stop using transactionId as source.tid on ortb2 payloads (prebid#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 (prebid#9919) * Access x_source.tid from ortb2 object (prebid#9960) * Access x_source.tid from ortb2 object * Fix lint errors * Prebid 8: set pubmatic source.tid to auctionId (prebid#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` (prebid#9899) * Prebid 8: remove shutdown company from appnexus aliases (prebid#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 (prebid#9847) * Multiple modules: use `ortb2.source.tid` and `ortb2Imp.ext.tid` instead of auctionId/transactionId (prebid#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 (prebid#9966) Co-authored-by: [email protected] <[email protected]> * Prebid 8: pick keywords from FPD in addition to bid params (prebid#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 (prebid#9893) * Core: support sizeMapping for video * make sizeMapping a module * Magnite Analytics Adapter : do not rely on BID_RESPONSE 0cpm rejected bids (prebid#9933) * Magnite Analytics - Do not rely on BID_RESPONSE for rejected bids * use rejection floor constant! * Remove AOL bid adapter (prebid#10030) Co-authored-by: slimkrazy <[email protected]> * AdTelligent Bid Adapter: remove onefiftytwo alias (prebid#10025) * Smartadserver Bid Adapter: support GPID (prebid#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 <[email protected]> Co-authored-by: Krzysztof Sokół <[email protected]> * chore: update default video placement value [PB-1560] (prebid#9948) Co-authored-by: Chris Corbo <[email protected]> * ShareThrough Bid Adapter : fix playerSize (prebid#10011) * fix sharethrough playersize * fix unit test --------- Co-authored-by: Reinout Stevens <[email protected]> * GrowthCode RTD : initial release (prebid#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 (prebid#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 (prebid#10019) * Update ad generation adapter 1.6.0: update userSync (prebid#9984) * Update AdGenerationAdapter: update userSync * update test spec * remove onefiftytwo alias --------- Co-authored-by: Krzysztof Sokół <[email protected]> Co-authored-by: Meven Courouble <[email protected]> Co-authored-by: Krzysztof Sokół <[email protected]> Co-authored-by: ccorbo <[email protected]> Co-authored-by: Chris Corbo <[email protected]> Co-authored-by: Reinout Stevens <[email protected]> Co-authored-by: Reinout Stevens <[email protected]> Co-authored-by: southern-growthcode <[email protected]> Co-authored-by: theo-stv <[email protected]> Co-authored-by: theo_ <theo_@IDEA3> Co-authored-by: Chris Huie <[email protected]> Co-authored-by: Takaaki.Kojima <[email protected]> * Revert "AdTelligent Bid Adapter: remove onefiftytwo alias (prebid#10025)" (prebid#10032) This reverts commit 88dbc04. * Prebid 8: update PBS adapter defaults to signal support for native js trackers (prebid#9900) * Prebid 8: introduce new `transmitTid` activity control (prebid#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 (prebid#10049) Co-authored-by: Patrick McCann <[email protected]> * appnexus bid adapter - update logic banner adtype in request (prebid#10048) * Prebid 8: do not keep previous floor data on subsequent `setConfig`s (prebid#10051) * Prebid 8: remove NO_BID bids (prebid#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 (prebid#10044) Co-authored-by: Tomasz Januszek <[email protected]> * Prebid 8: Enforcement, lat and long can only come from the request (prebid#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 (prebid#10050) * Cadent Bid Adapter: rename emxdigital to cadent (prebid#10069) * rename files * rename bidder_code * rename adapter object * rename remaining references * add alias from emx_digital --------- Co-authored-by: Michael Denton <[email protected]> * IX Bid Adapter: remove transactionid usage in complience with prebid 8 [PB-1743] (prebid#10070) Co-authored-by: shahin.rahbariasl <[email protected]> * Update cadentApertureMXBidAdapter.js * Prebid 8: Remove Captify (prebid#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 (prebid#10079) * AdagioBidAdapter: stop using Prebid.js internal auctionId and transactionId * AdagioBidAdapter: remove transformBidParams() logic * Criteo Bid Adapter : remove usage of bidRequest.auctionId (prebid#10084) * Grid Bid Adapter : removed embedded criteo bid adapter (prebid#10088) * prebid 8 - read ortb segment data in appnexus keywords library functions (prebid#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 (prebid#10080) * Prebid 8: improve `transmitTid` logic for PBS adapter (prebid#10092) * Prebid 8: remove bidder specific handling for 1plusX (prebid#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 <[email protected]> Co-authored-by: Tomasz Januszek <[email protected]> Co-authored-by: prashuc <[email protected]> Co-authored-by: Demetrio Girardi <[email protected]> Co-authored-by: Timothy Ace <[email protected]> Co-authored-by: Timothy M. Ace <[email protected]> Co-authored-by: Pratik Chavan <[email protected]> Co-authored-by: jsnellbaker <[email protected]> Co-authored-by: Robert Ray Martinez III <[email protected]> Co-authored-by: Andrew Slagle <[email protected]> Co-authored-by: Jason Quaccia <[email protected]> Co-authored-by: olafbuitelaar <[email protected]> Co-authored-by: Aaron Price <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: Samuel Adu <[email protected]> Co-authored-by: slimkrazy <[email protected]> Co-authored-by: Gena <[email protected]> Co-authored-by: Krzysztof Sokół <[email protected]> Co-authored-by: Meven Courouble <[email protected]> Co-authored-by: Krzysztof Sokół <[email protected]> Co-authored-by: ccorbo <[email protected]> Co-authored-by: Chris Corbo <[email protected]> Co-authored-by: Reinout Stevens <[email protected]> Co-authored-by: Reinout Stevens <[email protected]> Co-authored-by: southern-growthcode <[email protected]> Co-authored-by: theo-stv <[email protected]> Co-authored-by: theo_ <theo_@IDEA3> Co-authored-by: Chris Huie <[email protected]> Co-authored-by: Takaaki.Kojima <[email protected]> Co-authored-by: lasloche <[email protected]> Co-authored-by: EMX Digital <[email protected]> Co-authored-by: Michael Denton <[email protected]> Co-authored-by: shahinrahbariasl <[email protected]> Co-authored-by: shahin.rahbariasl <[email protected]> Co-authored-by: Olivier <[email protected]> Co-authored-by: Léonard Labat <[email protected]>
Type of change
Description of change
The realvu analytics adapter sets up a relatively expensive interval which is not stopped when its tests are done, causing Edge to hang and fail tests runs.