Skip to content
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

Grid placement branch: pull master #9884

Merged
merged 89 commits into from
May 1, 2023
Merged

Grid placement branch: pull master #9884

merged 89 commits into from
May 1, 2023

Commits on Apr 6, 2023

  1. ZetaGlobalSsp Bid Adapter: provide tagid from params (#9764)

    * ZetaGlobalSsp: provide tagid from params
    
    * fix test
    
    ---------
    
    Co-authored-by: Surovenko Alexey <surovenko.alexey@gmail.com>
    Co-authored-by: Alexey Surovenko <ASurovenko@vdhk6ddf9m.home>
    3 people authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    3cb413f View commit details
    Browse the repository at this point in the history
  2. 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 <gs@aidem.com>
    Co-authored-by: darkstar <canazza@wazabit.it>
    3 people authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    640a4ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c8d5c7 View commit details
    Browse the repository at this point in the history
  4. 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
    patmmccann authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    0b80f44 View commit details
    Browse the repository at this point in the history
  5. Criteo ID Module: Add error callback for pixel sync call (#9754)

    Co-authored-by: v.raybaud <v.raybaud@criteo.com>
    vraybaud and v.raybaud authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    0beb9a8 View commit details
    Browse the repository at this point in the history
  6. 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
    pm-priyanka-deshmane authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f24c202 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0c5c27 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c1618c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ea38f1 View commit details
    Browse the repository at this point in the history
  10. 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
    dgirardi authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    4f45f15 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Multiple bids in one request to Adrino Adserver (#9742)

    Co-authored-by: Tomasz Mielcarz <tomasz.mielcarz@adrino.pl>
    tmielcarz and Tomasz Mielcarz authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    3b82f53 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. size map support (#9772)

    0tarof authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    34b7ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a05eb0 View commit details
    Browse the repository at this point in the history
  3. Criteo Bid Adapter: Read GPP from ortb2 object (#9775)

    Add support of GPP consent string when it is present in ortb2 object.
    dzhang-criteo authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    9a5553a View commit details
    Browse the repository at this point in the history
  4. 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 <udi.talias@gmail.com>
    Co-authored-by: roman <shmoop207@gmail.com>
    3 people authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    5b118ff View commit details
    Browse the repository at this point in the history
  5. 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 <antoin.campbell@voxmedia.com>
    Co-authored-by: Antoin <antoinfive@gmail.com>
    3 people authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    86e6ef5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48a7e4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f270145 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    5269653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd611c3 View commit details
    Browse the repository at this point in the history
  3. 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 <dmitry.markelov@mgid.com>
    Gaudeamus and gaudeamus authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5fdf321 View commit details
    Browse the repository at this point in the history
  4. 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 <pmccann@cafemedia.com>
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    3 people authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    60bd4ed View commit details
    Browse the repository at this point in the history
  5. OpenXOrtb Bid Adapter: fix multiformat requests (#9790)

    * OpenXOrtb: fix multiformat requests
    
    * pay attention to feature tags
    
    * refactor & cleanup
    dgirardi authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    20fdfcc View commit details
    Browse the repository at this point in the history
  6. 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
    xwang202 authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    44f52c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. IX Bid Adapter: refactor build request method and ft improves (#9793)

    Co-authored-by: shahin.rahbariasl <shahin.rahbariasl@indexexchange.com>
    shahinrahbariasl and shahin-rahbariasl authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f39dcf2 View commit details
    Browse the repository at this point in the history
  2. 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
    nickjacob authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    dbc6485 View commit details
    Browse the repository at this point in the history
  3. 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>
    slimkrazy and slimkrazy authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f26f7db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6dd267 View commit details
    Browse the repository at this point in the history
  5. Growthcode UserId: Bug fixes & Better Error Catching (#9785)

    * Remove the cookie storage for data.
    
    * Clean up error checking on return JSON data.
    
    * Code cleanup
    southern-growthcode authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    0b21503 View commit details
    Browse the repository at this point in the history
  6. 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>
    3 people authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9890c52 View commit details
    Browse the repository at this point in the history
  7. Yahoo ConnectId UserID Module: Resolving getStorageManager invocation…

    … issue (#9798)
    
    * Resolving getStorageManager invocation issue
    
    * Lint
    
    * MODULE_TYPE -> moduleType
    jsadwith authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    db9bc3c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. 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>
    olafbuitelaar and ChrisHuie authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    f7c2c34 View commit details
    Browse the repository at this point in the history
  2. JW Player Video Adapter: Support multiple setup listeners (#9791)

    * supports multiple setup listeners
    
    * adds length check
    karimMourra authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    66dfdef View commit details
    Browse the repository at this point in the history
  3. 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>
    yuki-arasaki and patmmccann authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    584af55 View commit details
    Browse the repository at this point in the history
  4. 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>
    spotxslagle and robertrmartinez authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7f43556 View commit details
    Browse the repository at this point in the history
  5. openxBidAdapter: update to OpenRTB adapter (#9794)

    * openxBidAdapter: update to OpenRTB adapter
    
    * remove skipped tests
    bwschmidt authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    d94c1a9 View commit details
    Browse the repository at this point in the history
  6. IVS Bid Adapter: initial adapter release (#9706)

    * Add IVS bid adapter
    
    * Fix publisherId in test parameters
    ivs-mark authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    d3b108f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    578bda0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc54926 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67c778a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. 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.
    leonardlabat authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    e7c26f8 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ab4741d View commit details
    Browse the repository at this point in the history
  3. Criteo Bid Adapter: Map device sua field to user ext sua (#9809)

    Co-authored-by: v.raybaud <v.raybaud@criteo.com>
    vraybaud and v.raybaud authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    bab720d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b355bd View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    66a9476 View commit details
    Browse the repository at this point in the history
  2. 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
    fatihkaya84 authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    4534d4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec76c84 View commit details
    Browse the repository at this point in the history
  4. 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
    jsfledd authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    0d1af3b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    b94ca25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f53dfd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2324abd View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. 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>
    mrobakowski and Sekandar authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    454caa3 View commit details
    Browse the repository at this point in the history
  2. Update the Conversant adapter to have source.tid to have auctionId (#…

    …9822)
    
    Co-authored-by: johwier <john.wier@epsilon.com>
    johnwier and johwier authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5fd37b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c878dc2 View commit details
    Browse the repository at this point in the history
  4. 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>
    shahinrahbariasl and shahin-rahbariasl authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    452f026 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a28b607 View commit details
    Browse the repository at this point in the history
  6. Adnuntius Bid Adapter: Europe endpoint (#9829)

    * Adnuntius Bid Adapter: Route traffic to euro-servers if GDPR applies.
    
    * Tests Added to gdpr applies.
    mikael-lundin authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    467f78f View commit details
    Browse the repository at this point in the history
  7. TheMediaGrid: make gridNMBidAdater as alias for gridBidAdapter (#9832)

    * TheMediaGrid: make gridNMBidAdater as alias for gridBidAdapter
    
    * TheMediaGrid: fix alias name
    TheMediaGrid authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    c191573 View commit details
    Browse the repository at this point in the history
  8. 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
    congdu-kun authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a539646 View commit details
    Browse the repository at this point in the history
  9. 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
    patmmccann authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    ad7d898 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dcc99b3 View commit details
    Browse the repository at this point in the history
  11. 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
    desidiver authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b8c1c95 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    343fa89 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Mediasquare Bid Adapter: add of the referer for onBidWon (#9817)

    * Mediasquare Bid Adapter: add of the referer for onBidWon
    
    * Mediasquare Bid Adapter: replay test
    alaincajuste-msq authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e810189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fc1ec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de22826 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    55b2e08 View commit details
    Browse the repository at this point in the history
  2. Documentation: Add FLEDGE aka Protected Audience API examples (#9839)

    * Add FLEDGE aka Protected Audience API examples
    
    * Remove alias from pbs example
    laurb9 authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    608deda View commit details
    Browse the repository at this point in the history
  3. Core: fix spurious warnings on mergeConfig (#9704)

    * Core: fix spurious warnings on `mergeConfig`
    
    * Fix sendAllBid config name
    dgirardi authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    9c3196f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24da871 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21b9bbe View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    dc7b3c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecbb223 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. 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
    kmrnpu authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    5ffd88a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cff4364 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0bb0f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Criteo Id Module: ensure all kind of privacy strings are sent to back…

    …end (#9845)
    
    Also adding missing gdpr applies flag
    leonardlabat authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    bff1f41 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. NextMillennium Bd Adapter : add gvlid (#9858)

    * add gvlid
    
    * no change
    JacobKlein26 authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3430e8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51884fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50fda60 View commit details
    Browse the repository at this point in the history
  4. 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>
    tmielcarz and Tomasz Mielcarz authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    a6d0b30 View commit details
    Browse the repository at this point in the history
  5. Criteo Bid Adapter: Map native assets to slot.ext.assets (#9851)

    Co-authored-by: v.raybaud <v.raybaud@criteo.com>
    vraybaud and v.raybaud authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3f51102 View commit details
    Browse the repository at this point in the history
  6. Realvu analytics adapter: fix test failures on Edge (#9857)

    * Realvu analytics adapter: fix test failures on Edge
    
    * Remove realVu tests
    dgirardi authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    22ff9c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    1ac3572 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. 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
    fatihkaya84 authored May 1, 2023
    Configuration menu
    Copy the full SHA
    0cf7c75 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored May 1, 2023
    Configuration menu
    Copy the full SHA
    48cd245 View commit details
    Browse the repository at this point in the history
  3. Multiple modules: do not use bidderTimeout as TTL (#9880)

    * Multiple modules: do not use bidderTimeout as TTL
    
    * Fix lint
    dgirardi authored May 1, 2023
    Configuration menu
    Copy the full SHA
    e0e77cf View commit details
    Browse the repository at this point in the history
  4. Grid Bid Adapter: add support for video.plcmt (#9763)

    * Update gridBidAdapter.js
    
    * Update gridBidAdapter_spec.js
    patmmccann authored May 1, 2023
    Configuration menu
    Copy the full SHA
    2edd264 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    962d816 View commit details
    Browse the repository at this point in the history