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

Update grupawp fork of Prebid.js #28

Merged
merged 863 commits into from
Jul 3, 2023
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 12, 2023

  1. 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
  2. Configuration menu
    Copy the full SHA
    f6dd267 View commit details
    Browse the repository at this point in the history
  3. 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
  4. 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
  5. 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
  6. UPDATE setOrtb user ids to avoid passing an empty array when no user …

    …ids present (#9875)
    
    Co-authored-by: Alejandro Villanueva <alejandro.villanueva@freestar.io>
    ialex and Alejandro Villanueva authored May 1, 2023
    Configuration menu
    Copy the full SHA
    ffb76a7 View commit details
    Browse the repository at this point in the history
  7. Sovrn Bid Adapter: add gpp support (#9811)

    * feat: update Sovrn bid adapter to send gpp
    
    * style: eslint
    
    ---------
    
    Co-authored-by: feat: add video request fields <>
    smounitz authored May 1, 2023
    Configuration menu
    Copy the full SHA
    7d61a53 View commit details
    Browse the repository at this point in the history
  8. Triplelift Bid Adapter: relax check on consentString before appending…

    … gdprApplies to usersyncs (#9885)
    
    * TL-35335: Cast playbackmethod as array
    
    * TL-36204: Copy tid to imp extension obj
    
    * Added support for entire ortb2Imp obj
    
    * Only setting what exists in ortb2Imp.ext
    
    * Added additional test to check copy of entire ext obj
    
    * Revert "TL-36204: Copy tid to imp extension object"
    
    * TL-36204: Copying ortb2Imp.ext to impression ext obj
    
    * Added edge case logic and additional test
    
    * recos for tid change
    
    * Added spread operator to replace deepClone
    
    * addresses gdprApplies
    
    ---------
    
    Co-authored-by: Patrick Loughrey <ploughrey@triplelift.com>
    nllerandi3lift and patrickloughrey authored May 1, 2023
    Configuration menu
    Copy the full SHA
    cb2536b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Yahoo connect id storage fixes. (#9854)

    Co-authored-by: dumitrubarbos <dumitru-radu.barbos@yahooinc.com>
    radubarbos and dumitrubarbos authored May 2, 2023
    Configuration menu
    Copy the full SHA
    e77512d View commit details
    Browse the repository at this point in the history
  2. Remove syncstore from adapter (#9890)

    Co-authored-by: Thomas De Stefano <thomas.destefano@impactify.io>
    thomasdseao and timpactifyo91 authored May 2, 2023
    Configuration menu
    Copy the full SHA
    16d8639 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af44f4b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Relevant Digital Bid Adapter: initial release (#9685)

    * Relevant Digital Bid Adapter
    
    * More tests + comments
    
    * Use the recommended onBidWon callback + live-placements in .md file
    
    * Remove unused imports + adjust example-parameters in .md file
    
    * Renamed files + rewritten test-cases
    
    * Added documentation for 'pbsBufferMs' setting
    
    * Added 'useSourceBidderCode' setting to use S2S bidder's code instead of the client-side code in responses
    samuel-palmer-relevant-digital authored May 3, 2023
    Configuration menu
    Copy the full SHA
    f076c8b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    16fe0cf View commit details
    Browse the repository at this point in the history
  2. Bump engine.io and socket.io (#9903)

    Bumps [engine.io](https://github.com/socketio/engine.io) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together.
    
    Updates `engine.io` from 6.2.1 to 6.4.2
    - [Release notes](https://github.com/socketio/engine.io/releases)
    - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
    - [Commits](socketio/engine.io@6.2.1...6.4.2)
    
    Updates `socket.io` from 4.5.3 to 4.6.1
    - [Release notes](https://github.com/socketio/socket.io/releases)
    - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
    - [Commits](socketio/socket.io@4.5.3...4.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: engine.io
      dependency-type: indirect
    - dependency-name: socket.io
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 4, 2023
    Configuration menu
    Copy the full SHA
    27c817e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ac5d66 View commit details
    Browse the repository at this point in the history
  4. FreeWheel SSP Bid Adapter: add GPP support (#9859)

    * FreeWheel add floor price
    
    * FreeWheel code update
    
    * FreeWheel-SSP-Adapter: Update to use Vast 4.2 by default
    
    * FreeWheel-SSP-Adapter add userIdAsEids support
    
    * Freewheel-SSP-Adapter add test for eids
    
    * Freewheel SSP Adapter: add prebid version in request
    
    * code cleanup
    
    * FreeWheel SSP Bid Adapter: support video context and placement
    
    * update test
    
    * FreeWheel SSP Bid Adapter: add GPP support
    
    * Freewheel SSP Bid Adapter: test update
    xwang202 authored May 4, 2023
    Configuration menu
    Copy the full SHA
    045b5d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5cfcd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc665aa View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Prebid Core: Functionality to Optionally Defer Billing for an Ad (#9640)

    * logic for billing deferrals
    
    * refactored and addressed feedback
    
    * refactored triggerBilling func
    
    * addressed feedback
    
    * rebased on top of master
    
    * reverted some unneeded changes
    
    * refactored triggerBilling and addWinningBid funcs
    
    * reverted changes to example html file
    
    * addressed changes from feedback
    jlquaccia authored May 5, 2023
    Configuration menu
    Copy the full SHA
    879e5c4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. MgidAdapter: change user sync get parameters (#9891)

    * change user sync get parameters
    
    * change user sync get parameters
    
    ---------
    
    Co-authored-by: gaudeamus <dmitry.markelov@mgid.com>
    Gaudeamus and gaudeamus authored May 6, 2023
    Configuration menu
    Copy the full SHA
    71a5e21 View commit details
    Browse the repository at this point in the history
  2. Rise Bid Adapter: support Coppa param (#9837)

    * add Rise adapter
    
    * fixes
    
    * change param isOrg to org
    
    * Rise adapter
    
    * change email for rise
    
    * fix circle failed
    
    * bump
    
    * bump
    
    * bump
    
    * remove space
    
    * Upgrade Rise adapter to 5.0
    
    * added isWrapper param
    
    * addes is_wrapper parameter to documentation
    
    * added is_wrapper to test
    
    * removed isWrapper
    
    * Rise Bid Adapter: support Coppa param (#24)
    
    * MinuteMedia Bid Adapter: support Coppa param (#25)
    
    * Revert "MinuteMedia Bid Adapter: support Coppa param (#25)" (#26)
    
    This reverts commit 66c4e7b.
    
    * bump
    
    * update coppa fetch
    
    * setting coppa param update
    
    * update Coppa tests
    
    * update test naming
    
    ---------
    
    Co-authored-by: Noam Tzuberi <noam.tzuberi@ironsrc.com>
    Co-authored-by: noamtzu <noamtzu@gmail.com>
    Co-authored-by: Noam Tzuberi <noamtzu@users.noreply.github.com>
    Co-authored-by: Laslo Chechur <laslo.chechur@ironsrc.com>
    Co-authored-by: OronW <41260031+OronW@users.noreply.github.com>
    Co-authored-by: lasloche <62240785+lasloche@users.noreply.github.com>
    Co-authored-by: inna <innayare@gmail.com>
    Co-authored-by: YakirLavi <yakir.lavi@risecodes.com>
    9 people authored May 6, 2023
    Configuration menu
    Copy the full SHA
    88095ca View commit details
    Browse the repository at this point in the history
  3. Bidder Settings: Support for option to apply adapter bid adjustment t…

    …o unknown bidder codes (#9609)
    
    * support to default on adapter bidderSetting if config option is true
    
    * addressed review feedback
    
    * changed var name to adjustAlternateBids and refactored isInvalidAlternateBidder func
    
    * adjusted logic around adapter and bidder code
    
    * improvements
    
    * consolidate tests in single spec file
    
    * fix lint
    
    ---------
    
    Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>
    jlquaccia and dgirardi authored May 6, 2023
    Configuration menu
    Copy the full SHA
    d5bfdee View commit details
    Browse the repository at this point in the history
  4. PBjs Core : filter bidders from config when not server-side (#9632)

    * filter bidders from config when not server-side
    
    * fixed prebid server spec
    
    * added filter for allowUnknownBidderCodes
    
    * added unit test
    Ryan Schweitzer authored May 6, 2023
    Configuration menu
    Copy the full SHA
    45867d4 View commit details
    Browse the repository at this point in the history
  5. MinuteMedia Bid Adapter: Support Coppa param (#9838)

    * add Rise adapter
    
    * fixes
    
    * change param isOrg to org
    
    * Rise adapter
    
    * change email for rise
    
    * fix circle failed
    
    * bump
    
    * bump
    
    * bump
    
    * remove space
    
    * Upgrade Rise adapter to 5.0
    
    * added isWrapper param
    
    * addes is_wrapper parameter to documentation
    
    * added is_wrapper to test
    
    * removed isWrapper
    
    * add coppa tests
    
    * Update coppa tests
    
    * update coppa param fetch
    
    * update Coppa tests
    
    ---------
    
    Co-authored-by: Noam Tzuberi <noam.tzuberi@ironsrc.com>
    Co-authored-by: noamtzu <noamtzu@gmail.com>
    Co-authored-by: Noam Tzuberi <noamtzu@users.noreply.github.com>
    Co-authored-by: Laslo Chechur <laslo.chechur@ironsrc.com>
    Co-authored-by: OronW <41260031+OronW@users.noreply.github.com>
    Co-authored-by: lasloche <62240785+lasloche@users.noreply.github.com>
    Co-authored-by: inna <innayare@gmail.com>
    Co-authored-by: YakirLavi <yakir.lavi@risecodes.com>
    9 people authored May 6, 2023
    Configuration menu
    Copy the full SHA
    ea889fe View commit details
    Browse the repository at this point in the history
  6. ttd bid adapter: pass on all of user/app/ortb2imp for first party dat…

    …a support, default imp.secure (#9892)
    
    * pass on user, app, imp
    
    * cosmetic changes
    
    * get secure from the right place
    
    * don't need to import mergeDeep
    
    * add pmp and device first party data
    khang-vu-ttd authored May 6, 2023
    Configuration menu
    Copy the full SHA
    386c95a View commit details
    Browse the repository at this point in the history
  7. AIDEM Bidder Adapter: added arbitrary ext field to win notice (#9906)

    * AIDEM Bid Adapter
    
    * Added _spec.js
    
    * update
    
    * Fix Navigator in _spec.js
    
    * Removed timeout handler.
    
    * Added publisherId as required bidder params
    
    * moved publisherId into site publisher object
    
    * Added wpar to environment
    
    * Added placementId parameter
    
    * added unit tests for the wpar environment object
    
    * PlacementId is now a required parameter
    Added optional rateLimit parameter
    Added publisherId, siteId, placementId in win notice payload
    Added unit tests
    
    * Revert to optional placementId parameter
    Added missing semicolons
    
    * Extended win notice
    
    * Added arbitrary ext field to win notice
    
    ---------
    
    Co-authored-by: Giovanni Sollazzo <gs@aidem.com>
    Co-authored-by: darkstar <canazza@wazabit.it>
    Co-authored-by: AndreaC <67786179+darkstarac@users.noreply.github.com>
    4 people authored May 6, 2023
    Configuration menu
    Copy the full SHA
    c43a0e4 View commit details
    Browse the repository at this point in the history
  8. YieldlabBidAdapter updated native asset mapping (#9895)

    * YieldlabBidAdapter added asset mapping for native ad server responses and mapped native assets based on property names instead of IDs to account for dynamic assets.
    
    * YieldlabBidAdapter update main image asset mapping
    nkloeber authored May 6, 2023
    Configuration menu
    Copy the full SHA
    ce01d89 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Update index.js (#9913)

    patmmccann authored May 8, 2023
    Configuration menu
    Copy the full SHA
    122f67d View commit details
    Browse the repository at this point in the history
  2. fix for #8421, Update ad generation adapter 1.5.0 (#9911)

    * fix for #8421
    
    * update adapter version
    
    * update test spec
    banakemi authored May 8, 2023
    Configuration menu
    Copy the full SHA
    b6d949f View commit details
    Browse the repository at this point in the history
  3. PubmaticAnalyticsAdapter - Passing GPT slot name for "au" field. (#9912)

    * Get gptslot and push it in au field
    
    * Code review changes
    
    * Added comment for better understanding
    kapil-tuptewar authored May 8, 2023
    Configuration menu
    Copy the full SHA
    9f1dd22 View commit details
    Browse the repository at this point in the history
  4. Retailspot Bid Adapter : initial release (#9824)

    * add bidder adapter
    
    * fix env url
    
    * add unit tests
    
    * minor: fix bids access in request
    
    * add details in bid response
    
    * fix unit tests
    
    * fix adId undefined case
    
    * reset package lock json
    
    * handle vastXml as base64 string
    rs-guian authored May 8, 2023
    Configuration menu
    Copy the full SHA
    ca2f974 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Vidazoo Bid Adapter: allow all id systems (#9910)

    * feat(module): multi size request
    
    * fix getUserSyncs
    added tests
    
    * update(module): package-lock.json from master
    
    * feat(module): VidazooBidAdapter - send top query params to server
    
    * feat: allow all id systems to pass.
    
    ---------
    
    Co-authored-by: Udi Talias <udi.talias@gmail.com>
    Co-authored-by: roman <shmoop207@gmail.com>
    3 people authored May 9, 2023
    Configuration menu
    Copy the full SHA
    fbfb4c7 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Admixer Bid Adapter: add alias handlers (#9931)

    * Update README.md
    
    update
    
    * add alias handlers
    AdmixerTech authored May 10, 2023
    Configuration menu
    Copy the full SHA
    a222952 View commit details
    Browse the repository at this point in the history
  2. IX Bid Adapter : fix missing IX First Party Data (#9920)

    * fix: update ix fpd logic to append kvs to exisitng page url [PB-1719]
    
    * fix: update ix fpd logic to append kvs to exisitng page url [PB-1719]
    
    * fix: update ix fpd logic to append kvs to exisitng page url [PB-1719]
    
    * fix: update ix fpd logic to append kvs to exisitng page url [PB-1719]
    
    * fix: update ix fpd logic to append kvs to exisitng page url [PB-1719]
    
    ---------
    
    Co-authored-by: shahin.rahbariasl <shahin.rahbariasl@indexexchange.com>
    shahinrahbariasl and shahin-rahbariasl authored May 10, 2023
    Configuration menu
    Copy the full SHA
    bc6aa84 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    36ccf08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5a9556 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    facd0b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2abfd46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fe7115 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    5db8560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d0e991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81fcd91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b3ad92 View commit details
    Browse the repository at this point in the history
  5. be sure that bidResponse contains width and height (#9929)

    Co-authored-by: Michele Nasti <michele@rtk.io>
    musikele and Michele Nasti authored May 12, 2023
    Configuration menu
    Copy the full SHA
    1a69318 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Beop Bid Adapter : fix gdpr applies (#9945)

    * send 'gdpr applies' info to our server
    
    * Add gdpr_applies in tests
    sebrobert authored May 15, 2023
    Configuration menu
    Copy the full SHA
    887c7d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2411cc View commit details
    Browse the repository at this point in the history
  3. Rubicon Bid Adapter : access x_source.tid from ortb2 object (#9940)

    * Access x_source.tid from ortb2 object
    
    * Update linting
    
    ---------
    
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    spotxslagle and ChrisHuie authored May 15, 2023
    Configuration menu
    Copy the full SHA
    ba6a97f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ca9878 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f078e0 View commit details
    Browse the repository at this point in the history
  6. Silverpush Bid Adapter : initial release (#9844)

    * added silverpush bid adapter
    
    * fixed linting and added new test cases
    
    * added check for video feature test cases
    
    * publisher id validation fix
    
    * removed test url and ip
    
    * pub id var add
    
    * typo fix
    
    * rerun
    
    ---------
    
    Co-authored-by: Amit Jangra <amit.jangra@silverpush.co>
    prebid-sp and Amit Jangra authored May 15, 2023
    Configuration menu
    Copy the full SHA
    a773c4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38cf634 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3de4b67 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e25e29 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. RubiconBidAdapter: sync parseSize algorithm for isBidRequestValid and…

    … ortb conversion (#9957)
    
    * sync parseSize algorithm for isBidRequestValid and ortb conversion
    
    * use same sizes of parseSizes in video outstream
    
    * general test refactor to be less flacky
    
    ---------
    
    Co-authored-by: Michele Nasti <michele@rtk.io>
    musikele and Michele Nasti authored May 16, 2023
    Configuration menu
    Copy the full SHA
    667bbda View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Yahoo SSP adapter support for extra site publisher info. (#9921)

    * Yahoo SSP adapter support for extra site publisher info.
    
    * Yahoo SSP adapter support for extra site publisher info - docs.
    
    ---------
    
    Co-authored-by: dumitrubarbos <dumitru-radu.barbos@yahooinc.com>
    radubarbos and dumitrubarbos authored May 17, 2023
    Configuration menu
    Copy the full SHA
    92daa81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeab092 View commit details
    Browse the repository at this point in the history
  3. confiant Rtd Provider : add message type check (#9950)

    * confiantRtdProvider: add message type check
    - added check for message type and propertyId
    
    * rm unused variable
    
    * fix test
    denys-berzoy-confiant authored May 17, 2023
    Configuration menu
    Copy the full SHA
    3cdbd1d View commit details
    Browse the repository at this point in the history
  4. Add mobile client hint 33x adapter (#9958)

    Co-authored-by: Carlos Felix <carlos.felix@33across.com>
    anthonyjl92 and carlosfelix authored May 17, 2023
    Configuration menu
    Copy the full SHA
    a205c6c View commit details
    Browse the repository at this point in the history
  5. eps_aliasing - adding in aliases for epsilon (formerly conversant) fo…

    …r bidder and analytics (#9961)
    
    Co-authored-by: aarprice@publicisgroupe.net <aaron.price@epsilon.com>
    AaronColbyPrice and aarprice@publicisgroupe.net authored May 17, 2023
    Configuration menu
    Copy the full SHA
    4b62ff5 View commit details
    Browse the repository at this point in the history
  6. Underdog Media Bid Adapter: Update ttl & referer information (#9826)

    * Update ttl and referer info in underdogmediaBidAdapter
    
    * Restore hello world default
    
    * Fix the unit test for referer info
    
    * undo change to package lock
    
    * undo change to package lock
    
    * revert change to package-lock.json
    
    ---------
    
    Co-authored-by: Jake <jacobkmiller@icloud.com>
    kevpark02 and Jacobkmiller authored May 17, 2023
    Configuration menu
    Copy the full SHA
    4d998de View commit details
    Browse the repository at this point in the history
  7. LiveIntent UserId module: add support for distributorId configuration…

    … parameter (#9963)
    
    * Allow to configure distributorId
    
    * Add test for did being present in track events
    
    * Compute source only once
    
    ---------
    
    Co-authored-by: Viktor Dreiling <viktor@Viktors-MBP.fritz.box>
    Co-authored-by: Viktor Dreiling <viktor@Viktors-MacBook-Pro.fritz.box>
    3 people authored May 17, 2023
    Configuration menu
    Copy the full SHA
    425cc56 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Docs Integration Examples : add Events UI page for Video Module (#9934)

    * adds UI for events
    
    * improves visuals
    
    * removes duplicate event
    
    * adds title
    
    * fixes scoping var bug
    
    * adds videojs page
    karimMourra authored May 18, 2023
    Configuration menu
    Copy the full SHA
    ed726c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7224457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    343605d View commit details
    Browse the repository at this point in the history
  4. GumGum Bid Adapter : Id5 integration suppress link type for ttd (#9924)

    * ADJS-1271-send-envelope-param-for-lexicon
    
    * Read the id5 id linktype field and send it to the server.
    
    * Remove unit test for Id5
    
    * Add unit test for id5.
    
    * minor changes to possibly fix edge error
    
    ---------
    
    Co-authored-by: John Bauzon <john.bauzon@gumgum.com>
    Co-authored-by: John Ivan Bauzon <johnbauzon@gmail.com>
    3 people authored May 18, 2023
    Configuration menu
    Copy the full SHA
    18f9774 View commit details
    Browse the repository at this point in the history
  5. PBS Bid Adapter: add context to emitted seatnonbid event (#9804)

    * Add context to emitted seatnonbid event
    
    * Add unit test coverage
    
    * Sanitize and emit context
    
    * Remove sanitize step for emitted data
    spotxslagle authored May 18, 2023
    Configuration menu
    Copy the full SHA
    4d9b28c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Criteo bid adapter: Add video outstream renderer (#9955)

    Co-authored-by: v.raybaud <v.raybaud@criteo.com>
    vraybaud and v.raybaud authored May 19, 2023
    Configuration menu
    Copy the full SHA
    c43648b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69c8db8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73a1a72 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. PubMatic Bid Adapter: Added support for video.plcmt (#9979)

    * Added support for plcmt param
    
    * Added unit test cases
    
    ---------
    
    Co-authored-by: pm-azhar-mulla <azhar@L1119.local>
    pm-azhar-mulla and pm-azhar-mulla authored May 22, 2023
    Configuration menu
    Copy the full SHA
    f0e7488 View commit details
    Browse the repository at this point in the history
  2. FreeWheel SSP Adapter: add support for video.plcmt (#9978)

    * FreeWheel add floor price
    
    * FreeWheel code update
    
    * FreeWheel-SSP-Adapter: Update to use Vast 4.2 by default
    
    * FreeWheel-SSP-Adapter add userIdAsEids support
    
    * Freewheel-SSP-Adapter add test for eids
    
    * Freewheel SSP Adapter: add prebid version in request
    
    * code cleanup
    
    * FreeWheel SSP Bid Adapter: support video context and placement
    
    * update test
    
    * FreeWheel SSP Bid Adapter: add GPP support
    
    * Freewheel SSP Bid Adapter: test update
    
    * FreeWheel SSP Adapter: update the default value for video placement and context
    
    * update test
    
    * FreeWheel SSP Adapter: add support for video.plcmt
    xwang202 authored May 22, 2023
    Configuration menu
    Copy the full SHA
    1a5ad0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be23ae2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ac6dcc View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. RTB House Bid Adapter: docs update - FLEDGE support (#9986)

    * RTB House Bid Adapter: docs update - FLEDGE support
    
    * RTB House Bid Adapter: shortening and rewording
    piotrj-rtbh authored May 23, 2023
    Configuration menu
    Copy the full SHA
    bfe4538 View commit details
    Browse the repository at this point in the history
  2. AdHash Bid Adapter: changes to support preroll videos (#9870)

    * AdHash Bidder Adapter: minor changes
    
    We're operating on a com TLD now.
    Added publisher in URL for easier routing.
    
    * Implemented brand safety
    
    Implemented brand safety checks
    
    * Fix for GDPR consent
    
    Removing the extra information as request data becomes too big and is sometimes truncated
    
    * Ad fraud prevention formula changed
    
    Ad fraud prevention formula changed to support negative values as well as linear distribution of article length
    
    * AdHash brand safety additions
    
    Adding starts-with and ends-with rules that will help us with languages such as German where a single word can be written in multiple ways depending on the gender and grammatical case.
    
    * AdHash brand safety updates
    
    Added support for Cyrillic characters.
    Added support for bidderURL parameter.
    Fixed score multiplier from 500 to 1000.
    
    * AdHash Analytics adapter
    
    * Support for recent ads
    
    Support for recent ads which gives us the option to do frequency and recency capping.
    
    * Fix for timestamp
    
    * PUB-222
    
    Added logic for measuring the fill rate (fallbacks) for Prebid impressions
    
    * Unit tests for the analytics adapter
    
    Added unit tests for the analytics adapter
    
    * Removed export causing errors
    
    Removed an unneeded export of a const that was causing errors with the analytics adapter
    
    * Added globalScript parameter
    
    * PUB-227
    
    Support for non-latin and non-cyrillic symbols
    
    * GEN-964
    
    - Brand safety now checks the page URL for bad words. No ad is shown if there is at least one match.
    - Repeating code is optimized and moved to helper function
    - Multi-language support for brand safety
    
    * GEN-1025
    
    Sending the needed ad density data to the bidder
    
    * Removing the analytics adaptor
    
    * Fix for regexp match
    
    * Version change
    
    * MINOR
    
    Code review changes
    
    * GEN-1153
    
    Adding support for preroll ads
    
    * MINOR
    
    Video unit test added
    
    * Removing globalScript flag
    
    ---------
    
    Co-authored-by: NikolayMGeorgiev <nikolay@adhash.org>
    Co-authored-by: Ventsislav Saraminev <v.saraminev@abv.bg>
    Co-authored-by: Dimitar Kalenderov <mitko.kalenderov@gmail.com>
    4 people authored May 23, 2023
    Configuration menu
    Copy the full SHA
    8e3c263 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Bump socket.io-parser from 4.2.1 to 4.2.3 (#9992)

    Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.1 to 4.2.3.
    - [Release notes](https://github.com/socketio/socket.io-parser/releases)
    - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
    - [Commits](socketio/socket.io-parser@4.2.1...4.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: socket.io-parser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 24, 2023
    Configuration menu
    Copy the full SHA
    c6fa40b View commit details
    Browse the repository at this point in the history
  2. clean.io RTD Module: Use loadExternalScript function instead of inser…

    …tElement() method to insert the Clean.io script. (#9991)
    
    Co-authored-by: yevhen.tykhonov <yevhen.tykhonov@gmail.com>
    eugen-tikhonov and avetihon authored May 24, 2023
    Configuration menu
    Copy the full SHA
    ce9c164 View commit details
    Browse the repository at this point in the history
  3. Rise Bid Adapter: support sua and plcmt params. (#9996)

    * add Rise adapter
    
    * fixes
    
    * change param isOrg to org
    
    * Rise adapter
    
    * change email for rise
    
    * fix circle failed
    
    * bump
    
    * bump
    
    * bump
    
    * remove space
    
    * Upgrade Rise adapter to 5.0
    
    * added isWrapper param
    
    * addes is_wrapper parameter to documentation
    
    * added is_wrapper to test
    
    * removed isWrapper
    
    * Rise Bid Adapter: support Coppa param (#24)
    
    * MinuteMedia Bid Adapter: support Coppa param (#25)
    
    * Revert "MinuteMedia Bid Adapter: support Coppa param (#25)" (#26)
    
    This reverts commit 66c4e7b.
    
    * bump
    
    * update coppa fetch
    
    * setting coppa param update
    
    * update Coppa tests
    
    * update test naming
    
    * Rise Bid Adapter: support plcmt and sua (#27)
    
    ---------
    
    Co-authored-by: Noam Tzuberi <noam.tzuberi@ironsrc.com>
    Co-authored-by: noamtzu <noamtzu@gmail.com>
    Co-authored-by: Noam Tzuberi <noamtzu@users.noreply.github.com>
    Co-authored-by: Laslo Chechur <laslo.chechur@ironsrc.com>
    Co-authored-by: OronW <41260031+OronW@users.noreply.github.com>
    Co-authored-by: lasloche <62240785+lasloche@users.noreply.github.com>
    Co-authored-by: inna <innayare@gmail.com>
    Co-authored-by: YakirLavi <yakir.lavi@risecodes.com>
    9 people authored May 24, 2023
    Configuration menu
    Copy the full SHA
    892013b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Adman Adapter: remove useless parameter (#9967)

    * Add Adman bid adapter
    
    * Add supportedMediaTypes property
    
    * Update ADman Media bidder adapter
    
    * Remove console.log
    
    * Fix typo
    
    * revert package-json.lock
    
    * Delete package-lock.json
    
    * back to original package-lock.json
    
    * catch pbjs error
    
    * catch pbjs error
    
    * catch pbjs error
    
    * log
    
    * remove eu url
    
    * remove eu url
    
    * remove eu url
    
    * remove eu url
    
    * remove eu url
    
    * Update admanBidAdapter.js
    
    add consnet to sync url
    
    * Update admanBidAdapter.js
    
    fix import
    
    * Update admanBidAdapter.js
    
    lint fix
    
    * Update admanBidAdapter.js
    
    lint fix
    
    * Update admanBidAdapter.js
    
    check consent object data availability
    
    * сompatible with prebid v5
    
    * add Lotame Panorama ID
    
    * update getUserSyncs
    
    * fix
    
    * fix tests
    
    * remove package-lock.json
    
    * update sync url
    
    * update test
    
    * add idx (UserID Module)
    
    * update tests
    
    * remove traffic param
    
    ---------
    
    Co-authored-by: minoru katogi <mkatogi@gmail.com>
    Co-authored-by: minoru katogi <m_katogi@hotmail.com>
    Co-authored-by: ADman Media <admanmedia@users.noreply.github.com>
    Co-authored-by: SmartyAdman <adman@localhost.localdomain>
    5 people authored May 25, 2023
    Configuration menu
    Copy the full SHA
    c59dd06 View commit details
    Browse the repository at this point in the history
  2. Adrino Bid Adapter: pass adUnitCode to adserver (#9993)

    Co-authored-by: Tomasz Mielcarz <tomasz.mielcarz@adrino.pl>
    tmielcarz and Tomasz Mielcarz authored May 25, 2023
    Configuration menu
    Copy the full SHA
    ab941a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c42cd5e View commit details
    Browse the repository at this point in the history
  4. MinuteMedia Bid Adapter: support sua and plcmt params (#9997)

    * add Rise adapter
    
    * fixes
    
    * change param isOrg to org
    
    * Rise adapter
    
    * change email for rise
    
    * fix circle failed
    
    * bump
    
    * bump
    
    * bump
    
    * remove space
    
    * Upgrade Rise adapter to 5.0
    
    * added isWrapper param
    
    * addes is_wrapper parameter to documentation
    
    * added is_wrapper to test
    
    * removed isWrapper
    
    * Rise Bid Adapter: support Coppa param (#24)
    
    * MinuteMedia Bid Adapter: support Coppa param (#25)
    
    * Revert "MinuteMedia Bid Adapter: support Coppa param (#25)" (#26)
    
    This reverts commit 66c4e7b.
    
    * bump
    
    * update coppa fetch
    
    * setting coppa param update
    
    * update Coppa tests
    
    * update test naming
    
    * support plcmt and sua params + tests
    
    ---------
    
    Co-authored-by: Noam Tzuberi <noam.tzuberi@ironsrc.com>
    Co-authored-by: noamtzu <noamtzu@gmail.com>
    Co-authored-by: Noam Tzuberi <noamtzu@users.noreply.github.com>
    Co-authored-by: Laslo Chechur <laslo.chechur@ironsrc.com>
    Co-authored-by: OronW <41260031+OronW@users.noreply.github.com>
    Co-authored-by: lasloche <62240785+lasloche@users.noreply.github.com>
    Co-authored-by: inna <innayare@gmail.com>
    Co-authored-by: YakirLavi <yakir.lavi@risecodes.com>
    9 people authored May 25, 2023
    Configuration menu
    Copy the full SHA
    8b7bab1 View commit details
    Browse the repository at this point in the history
  5. Adquery Bid Adapter : added bid request: version and bidPageUrl (#9946)

    * added referrer to bid request
    
    * added referrer to bid request - tests
    adquery authored May 25, 2023
    Configuration menu
    Copy the full SHA
    60aca0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebbe85c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2f5858 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e626784 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Pair Id System: less noisy errors (#9998)

    * Update pairIdSystem.js
    
    * Fix lint errors + use localStorageIsEnabled correctly
    
    ---------
    
    Co-authored-by: robertrmartinez <rrmartinez1552@gmail.com>
    patmmccann and robertrmartinez authored May 26, 2023
    Configuration menu
    Copy the full SHA
    5199712 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    f7a64c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc6bced View commit details
    Browse the repository at this point in the history
  3. Smartadserver Bid Adapter: support GPID (#10004)

    * Smartadserver Bid Adapter: Add support for SDA user and site
    
    * Smartadserver Bid Adapter: Fix SDA support getConfig and add to unit testing
    
    * support floors per media type
    
    * Add GPP support
    
    * Rework payloads enriching
    
    * Add gpid support
    
    ---------
    
    Co-authored-by: Meven Courouble <mcourouble@smartadserver.com>
    Co-authored-by: Krzysztof Sokół <88041828+smart-adserver@users.noreply.github.com>
    3 people authored May 30, 2023
    Configuration menu
    Copy the full SHA
    7cbedf0 View commit details
    Browse the repository at this point in the history
  4. chore: update default video placement value [PB-1560] (#9948)

    Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com>
    ccorbo and Chris Corbo authored May 30, 2023
    Configuration menu
    Copy the full SHA
    68d572e View commit details
    Browse the repository at this point in the history
  5. ShareThrough Bid Adapter : fix playerSize (#10011)

    * fix sharethrough playersize
    
    * fix unit test
    
    ---------
    
    Co-authored-by: Reinout Stevens <reinout@crazygames.com>
    ReinoutStevens and Reinout Stevens authored May 30, 2023
    Configuration menu
    Copy the full SHA
    4a3d5a7 View commit details
    Browse the repository at this point in the history
  6. 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.
    southern-growthcode authored May 30, 2023
    Configuration menu
    Copy the full SHA
    122d624 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. 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>
    theo-stv and theo_ authored May 31, 2023
    Configuration menu
    Copy the full SHA
    62200e3 View commit details
    Browse the repository at this point in the history
  2. fix module type (#10019)

    ChrisHuie authored May 31, 2023
    Configuration menu
    Copy the full SHA
    d1b228c View commit details
    Browse the repository at this point in the history
  3. Update ad generation adapter 1.6.0: update userSync (#9984)

    * Update AdGenerationAdapter: update userSync
    
    * update test spec
    banakemi authored May 31, 2023
    Configuration menu
    Copy the full SHA
    8b0ff01 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Connect id : storage duration updates and no longer require puid or h…

    …e to be set (#9965)
    
    * Yahoo connect id storage updates.
    
    * Yahoo connect id storage updates.
    
    * Yahoo connect id storage updates.
    
    * Yahoo connect id storage updates.
    
    * Yahoo ConnectId - test fixes.
    
    * Yahoo ConnectId - updated doc.
    
    * Yahoo ConnectId - test cleanup.
    
    ---------
    
    Co-authored-by: dumitrubarbos <dumitru-radu.barbos@yahooinc.com>
    radubarbos and dumitrubarbos authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e24dc79 View commit details
    Browse the repository at this point in the history
  2. Oxxion Analytics Adapter : initial adapter release (#9682)

    * oxxion Analytics Adapter
    
    * debug(oxxionRtdProvider): onAuctionInit()
    
    * Revert "debug(oxxionRtdProvider): onAuctionInit()"
    
    This reverts commit d0894e3.
    
    * Update oxxionAnalyticsAdapter.js
    
    * Update oxxionAnalyticsAdapter.js
    
    * Update oxxionAnalyticsAdapter_spec.js
    
    * oxxionAnalyticsAdapter manage referer
    
    * Update oxxionAnalyticsAdapter.js
    
    ---------
    
    Co-authored-by: Anthony Guyot <anthony.guyot@mediasquare.fr>
    matthieularere-msq and anthonyguyot-msq authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d0c1d08 View commit details
    Browse the repository at this point in the history
  3. Undertone Bid Adapter : added GPP and video placements (#10016)

    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
    * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
     * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * fix lint issue in undertone adapter spec
    
    * added user sync function to undertone adapter
    
    * * Update undertone adapter - change parameters - placementId parameter is now optional and not mandatory - undertoneBidAdapter.js
    
    * Updated undertone bid adapter tests accordingly - undertoneBidAdapter_spec.js
    
    * added user sync function to undertone adapter
    
    * added user sync function to undertone adapter
    
    * revert package-lock.json
    
    * added user sync function to undertone adapter
    
    * Update undertoneBidAdapter.js
    
    * Update browsers.json
    
    * Undertone: added GPP support and video plcmt
    
    * Fix lint issues
    
    ---------
    
    Co-authored-by: omerko <omer.koren@perion.com>
    Co-authored-by: Omer Koren <omerko@users.noreply.github.com>
    Co-authored-by: AnnaPerion <annat@perion.com>
    Co-authored-by: Oran Hollaender <oran@perion.com>
    Co-authored-by: tamirnPerion <44399211+tamirnPerion@users.noreply.github.com>
    Co-authored-by: tamarm <tamarm@perion.com>
    Co-authored-by: tamarm <40788385+tamarm-perion@users.noreply.github.com>
    8 people authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    992f129 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    805c038 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77f0959 View commit details
    Browse the repository at this point in the history
  6. Yahoo bid adapter: User sync pixels, consent signals update (#10028)

    * YahooSSP bid adapter: Consume GPP signals
    
    * Test updates and logic fixes
    
    ---------
    
    Co-authored-by: slimkrazy <sam@slimkrazy.com>
    slimkrazy and slimkrazy authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    9c1a5e6 View commit details
    Browse the repository at this point in the history
  7. Yahoo ConnectId - gpp consent module usage. (#10022)

    Co-authored-by: dumitrubarbos <dumitru-radu.barbos@yahooinc.com>
    radubarbos and dumitrubarbos authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    129f6f6 View commit details
    Browse the repository at this point in the history
  8. Core & Multiple modules: activity controls (#9802)

    * Core: allow restriction of cookies / localStorage through `bidderSettings.*.storageAllowed`
    
    * Add test cases
    
    * Remove gvlid param from storage manager logic
    
    * Refactor every invocation of `getStorageManager`
    
    * GVL ID registry
    
    * Refactor gdprEnforcement gvlid lookup
    
    * fix lint
    
    * Remove empty file
    
    * Undo #9728 for realVu
    
    * Fix typo
    
    * Activity control rules
    
    * Rule un-registration
    
    * fetchBids enforcement
    
    * fetchBids rule for gdpr
    
    * enableAnalytics check
    
    * reportAnalytics TCF2 rule
    
    * Update logging condition for multiple GVL IDs
    
    * Change core to prebid
    
    * Refactor userID to use non-core storage manager when storing for submodules
    
    * enrichEids check
    
    * gdpr enforcement for enrichEids
    
    * syncUser activity check
    
    * gdpr enforcement for syncUser
    
    * refactor  gdprEnforcement
    
    * storageManager activity checks
    
    * gdpr enforcement for accessDevice
    
    * move alias resolution logic to adapterManager
    
    * Refactor file structure to get around circular deps
    
    * transmit(Eids/Ufpd/PreciseGeo) enforcement for bid adapters
    
    * Object transformers and guards
    
    * transmit* and enrich* enforcement for RTD modules
    
    * allowActivities configuration
    
    * improve comments
    
    * do not pass private activity params to pub-defined rules
    
    * fix objectGuard edge case: null values
    
    * move config logic into a module
    
    * dedupe log messages
    dgirardi authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    0a7ca9f View commit details
    Browse the repository at this point in the history
  9. Yahoo ConnectId - fixed tests. (#10033)

    Co-authored-by: dumitrubarbos <dumitru-radu.barbos@yahooinc.com>
    radubarbos and dumitrubarbos authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d5f8189 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c7da448 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0f4b665 View commit details
    Browse the repository at this point in the history
  12. airgridRtdProvider: use provided tag insertion method `loadExternalSc…

    …ript` (#9901)
    
    * chore: update `getAudiencesAsBidderOrtb2` implementation and test
    
    * chore: use provided tag insertion method
    
    * fix: add `airgrid` to `_approvedLoadExternalJSList`
    
    * fix: use 'sdk' path if no publisherId is provided
    
    * fix: use accountId as path param for script url
    
    * fix: assign edktInitializor props before `loadExternalScript` call
    
    * fix: set `edktInitializor.invoked` before calling `loadExternalScript`
    
    * fix: restore method for setting `user.ext.data`
    feat: extend module data setting using `user.keywords` for appnexus
    
    * fix: rollback changes to data setting method
    naripok authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    27ea1ad View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    382599e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. UID2 & EUID Modules: Add support for EUID and prefer localStorage for…

    … both modules. (#9968)
    
    * Move the UID2 API client to its own file and refactor some of the UID2 module.
    
    * Provide local-storage option in response to complaints that the cookie can grow large enough to cause problems for publishers.
    
    * Extract a storagemanager from the UID2 ID module so that code can be re-used for EUID.
    
    * Further refactoring. Add basic EUID module based on the refactored code. Still needs tests and testing.
    
    * Factor out some shared testing code.
    
    Add EUID module tests.
    
    * Add EUID markdown docs.
    
    Some minor changes.
    
    * Fill out EUID module docs.
    
    * Rename cookie param for EUID.
    
    Fix some docs.
    
    * Some EUID docs tweaks.
    
    Change UID2 module docs to match EUID docs.
    Update param to use uid2Cookie instead of uid2ServerCookie (but still fall back to the old value).
    
    * Added a test and fixed a bug that caused the server only cookie config to fail for subsequent page views.
    
    * Added EUID example.
    
    * Update some tests.
    
    * Added lint rule exception - it makes sense in this case.
    
    * Add missing config for updated test.
    
    * Update expected number of Eids in test.
    
    * Remove out-of-date TODOs.
    
    * Update UID2 module to not run if GDPR applies.
    
    Update EUID to check consent.
    
    * Remove EUID from a specific test - it no longer works as that test doesn't provide consent data, and the EUID module requires it.
    lionell-pack-ttd authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    a2bb2cb View commit details
    Browse the repository at this point in the history
  2. Criteo Bid Adapter : Bump fastbid version to 136 (#9973)

    - Collect native assets
    - Handle GPP strings
    - Handle SUA
    vraybaud authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    48dd8e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4a1f4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d71feb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01381e1 View commit details
    Browse the repository at this point in the history
  6. ZetaGlobalSsp Bid Adapter : process array of sizes (#10039)

    * ZetaGlobalSsp: process all sizes in banner.format
    
    * Fix linting
    
    ---------
    
    Co-authored-by: Surovenko Alexey <surovenko.alexey@gmail.com>
    Co-authored-by: Alexey Surovenko <ASurovenko@vdhk6ddf9m.home>
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    4 people authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    27458d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    831ede9 View commit details
    Browse the repository at this point in the history
  2. Logicad Bid Adapter: Add topics and uach support (#10045)

    Co-authored-by: naru_tsujine <naru_tsujine@so-netmedia.jp>
    logicad and naru-tsujine authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    ed8f78a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    c7cd524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe63033 View commit details
    Browse the repository at this point in the history
  3. Richaudience Bid Adapter : add compability with GPID (#9928)

    * RichaudienceBidAdapter add compability with GPID
    
    * Add Test for gpid
    
    ---------
    
    Co-authored-by: richaudience <partnerintegrations@richaudience.com>
    richaudience and richaudience authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    54578ce View commit details
    Browse the repository at this point in the history
  4. Eskimi Bid Adapter: Added support for video (#9985)

    * Eskimi Bid Adapter: Added support for video
    
    * Eskimi adapter: lint updates
    
    * Eskimi Bid Adapter: add ortb blocking
    
    * Eskimi Bid Adapter: fix ORTB blocking param forwarding
    
    ---------
    
    Co-authored-by: Mikołaj Robakowski <mikolaj@eskimi.com>
    myDisconnect and mrobakowski authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    f33256b View commit details
    Browse the repository at this point in the history
  5. Update adkernelBidAdapter.js (#10056)

    Remove 'CatapultX' alias and add 'Qortex'
    rrochwick authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    68d4150 View commit details
    Browse the repository at this point in the history
  6. feat: pass video.plcmt [PB-1736] (#10058)

    Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com>
    ccorbo and Chris Corbo authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c2900ea View commit details
    Browse the repository at this point in the history
  7. Sirdata RTD Module : bidder specific handling removal (#9970)

    * bidder specific handling removal
    
    move bidder specific handling to ortb2
    
    * Revert "bidder specific handling removal"
    
    This reverts commit 6daebf3.
    
    * bidder specific handling removal
    
    move bidder specific handling to ortb2
    
    * bidder specific handling removal
    
    move Proxistore spcific logic to bidder
    nouchy authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4d02dd1 View commit details
    Browse the repository at this point in the history
  8. 1plus x RTD Adapter: remove bidder specific handling enforcement (DC …

    …3634) (#10001)
    
    * 1plus x RTD Adapter: remove bidder specific handling enforcement (DC 3634)
    
    * linting
    
    * Requested changes addressed
    
    * Fix test setTargetingDataToConfig
    
    * Requested changes addressed
    
    * fix lint error
    
    * default bidder config to {} before updating it
    bwhisp authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    1a0db49 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    2cbfc44 View commit details
    Browse the repository at this point in the history
  2. Criteo Bid Adapter: Pass outstream video renderer method (#10054)

    Co-authored-by: v.raybaud <v.raybaud@criteo.com>
    vraybaud and v.raybaud authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a2dd7ad View commit details
    Browse the repository at this point in the history
  3. Add new alias - Apester (#10057)

    Co-authored-by: apykhteyev <alex@project-limelight.com>
    apykhteyev and apykhteyev authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    d435b4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6c9321 View commit details
    Browse the repository at this point in the history
  5. YieldlabBidAdapter updated native asset mapping (#9989)

    * YieldlabBidAdapter updated native asset mapping for adserver responses for icons
    
    * YieldlabBidAdapter removed magic numbers and improved image asset filtering
    nkloeber authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    6fc73a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a262b64 View commit details
    Browse the repository at this point in the history
  7. beOp BidAdapter: FirstPartyData management and ingest Permutive segme…

    …nts (#9947)
    
    * Add psegs compatibility for permutive
    
    * Add tests for FirstPartyData and Permutive
    
    * Rearrange permutive segments ids location from ortb2
    
    * Use permutive keywords instead of p_standard
    sebrobert authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a3e932c View commit details
    Browse the repository at this point in the history
  8. Conceptx Bid Adapter : initial release (#9835)

    * New adapter: concepx
    
    * Syntax change
    
    * Revert syntax change
    cpcpn-emil authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    254f098 View commit details
    Browse the repository at this point in the history
  9. FreePass User ID Module : initial release (#9814)

    * Add FreePass IdSystem
    
    * Update IdSystem doc
    
    * Add contact email
    
    * Ensure freepassData is optional
    
    * Update readme with more specific details
    
    * Update readme
    
    * Update official contact email
    
    * Add md code type
    
    Trigger ci
    
    * Replace double with singe quote in test
    czarpino authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    bdd56a7 View commit details
    Browse the repository at this point in the history
  10. Mediasquare Bid Adapter: Avoid to run bidwon event on video impressio…

    …ns (#10068)
    
    * Mediasquare Bid Adapter: handle context for video bids
    
    * Mediasquare Bid Adapter: Avoid to run bidwon event on video impressions
    
    * add brackets
    matthieularere-msq authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    88e09c7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ebd801c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. ZetaGlobalSspBidAdapter: change logic around mediaType (#10074)

    * ZetaGlobalSsp: change logic with mediaType
    
    * ZetaGlobalSsp: fix build
    
    * ZetaGlobalSsp: fix tests
    
    * ZetaGlobalSsp: fix tests (2)
    
    * ZetaGlobalSsp: fix lint
    
    * ZetaGlobalSsp: fix tests (3)
    
    * ZetaGlobalSsp: fix tests (4)
    
    ---------
    
    Co-authored-by: Surovenko Alexey <surovenko.alexey@gmail.com>
    Co-authored-by: Alexey Surovenko <ASurovenko@vdhk6ddf9m.home>
    3 people authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    cfe7b5c View commit details
    Browse the repository at this point in the history
  2. Weborama RTD Module : start Bidder specific handling removal (#10005)

    * remove specific code to pubmatic
    
    * remove specific code to smartadserver bidder
    
    * update unit tests
    
    * remove rubicon specific code
    
    * refactor method
    
    * refactor this.#setBidderOrtb2
    
    * fix lint issue
    
    * add ortb2 user.keywords on appnexs
    
    * try fix appnexus case
    
    * small refactor inspired on #9952
    
    * try fix appnexus
    
    * Revert "try fix appnexus"
    
    This reverts commit db1fc08.
    
    * Revert "small refactor inspired on #9952"
    
    This reverts commit 3959260.
    
    * Revert "try fix appnexus case"
    
    This reverts commit 919540a.
    
    * Revert "add ortb2 user.keywords on appnexs"
    
    This reverts commit e2c5747.
    peczenyj authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    d3b7900 View commit details
    Browse the repository at this point in the history
  3. Add bidgency alias (#10077)

    Co-authored-by: dev <dev@adsrv.org>
    adserver-online and dev authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    053ab07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33a011d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6293cd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

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

Commits on Jun 12, 2023

  1. AdHash Bidder Adapter: update for brand safety (#10087)

    * AdHash Bidder Adapter: minor changes
    
    We're operating on a com TLD now.
    Added publisher in URL for easier routing.
    
    * Implemented brand safety
    
    Implemented brand safety checks
    
    * Fix for GDPR consent
    
    Removing the extra information as request data becomes too big and is sometimes truncated
    
    * Ad fraud prevention formula changed
    
    Ad fraud prevention formula changed to support negative values as well as linear distribution of article length
    
    * AdHash brand safety additions
    
    Adding starts-with and ends-with rules that will help us with languages such as German where a single word can be written in multiple ways depending on the gender and grammatical case.
    
    * AdHash brand safety updates
    
    Added support for Cyrillic characters.
    Added support for bidderURL parameter.
    Fixed score multiplier from 500 to 1000.
    
    * AdHash Analytics adapter
    
    * Support for recent ads
    
    Support for recent ads which gives us the option to do frequency and recency capping.
    
    * Fix for timestamp
    
    * PUB-222
    
    Added logic for measuring the fill rate (fallbacks) for Prebid impressions
    
    * Unit tests for the analytics adapter
    
    Added unit tests for the analytics adapter
    
    * Removed export causing errors
    
    Removed an unneeded export of a const that was causing errors with the analytics adapter
    
    * Added globalScript parameter
    
    * PUB-227
    
    Support for non-latin and non-cyrillic symbols
    
    * GEN-964
    
    - Brand safety now checks the page URL for bad words. No ad is shown if there is at least one match.
    - Repeating code is optimized and moved to helper function
    - Multi-language support for brand safety
    
    * GEN-1025
    
    Sending the needed ad density data to the bidder
    
    * Removing the analytics adaptor
    
    * Fix for regexp match
    
    * Version change
    
    * MINOR
    
    Code review changes
    
    * GEN-1153
    
    Adding support for preroll ads
    
    * MINOR
    
    Video unit test added
    
    * Removing globalScript flag
    
    * Brand safety change
    
    Adding support for compound words as well as combo-patterns.
    
    ---------
    
    Co-authored-by: NikolayMGeorgiev <nikolay@adhash.org>
    Co-authored-by: Ventsislav Saraminev <v.saraminev@abv.bg>
    Co-authored-by: Dimitar Kalenderov <mitko.kalenderov@gmail.com>
    4 people authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    222c702 View commit details
    Browse the repository at this point in the history
  2. PubMatic Analytics Adapter : Added extra fields in tracker for analyt…

    …ics (#10090)
    
    * Additional fields in tracker call for Analytics reporting
    
    * Test cases change
    pm-priyanka-deshmane authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    e887d85 View commit details
    Browse the repository at this point in the history
  3. Oxxion Rtd Module: listen onBidResponseEvent instead of onAuctionEndE…

    …vent (#10083)
    
    * log bidresponse event
    
    * change video on bidresponse
    
    * cleanup
    
    * update test
    
    * add comment to restart circleci
    
    * +
    
    * -
    matthieularere-msq authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    41ee11b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. HypeLab Bid Adapter: Initial Release (#10003)

    * HypeLab Bid Adapter: Initial Release
    
    * Update hypelabBidAdapter.js
    
    Removing `getUserSyncs` method from the HypeLab adapter.
    
    ---------
    
    Co-authored-by: Gabe The Coder <gabethecoder@icloud.com>
    wengzilla and GabeTheCoder authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e19b800 View commit details
    Browse the repository at this point in the history
  2. Teads Bid Adapter:Remove auctionId from since it is not used anymore (#…

    …10098)
    
    * Remove auctionId from Teads bid adapter since it is not used anymore
    
    * UT auction Id not send in bid request
    github-ishara-chan-tung authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    384e818 View commit details
    Browse the repository at this point in the history
  3. Added GPP support (#10094)

    Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-92.us-west-1.compute.internal>
    vrtcal-dev and Ubuntu authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a7f5cfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    148184c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97d2f34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    357d78d View commit details
    Browse the repository at this point in the history
  7. Prebid 8: initial release (#10071)

    * Prebid 8: Delete Inskin (#9868)
    
    * Delete inskinBidAdapter.js
    
    * Delete inskinBidAdapter.md
    
    * Delete inskinBidAdapter_spec.js
    
    * Prebid 8: Renaming TrustPid User ID module to Utiq (#9872)
    
    * feature: Add trustpid user id module
    
    * refactor: Update trustpidSystem module, comments and md file
    
    * refactor: Update trustpidSystem file to handle domain setting regardless of message events
    
    * refactor: Update trustpidSystem module and dependent tests and docs
    
    * refactor: Update trustpid undefined checks and returns
    
    * tests: Update trustpid tests
    
    * docs: Update trustpid docs typo
    
    * refactor: Update trustpid acronyms logic
    
    * TrustPid: Remove deprecated acronyms logic
    
    * Rename TrustPid User ID module to Utiq
    
    ---------
    
    Co-authored-by: Tomasz Januszek <tomasz@teavaro.com>
    
    * RTB-2173: Removing Inmar from Prebid (#8913)
    
    * Delete viewability.js (#9873)
    
    * Prebid 8: Delete realvu (#9867)
    
    * Delete realvuAnalyticsAdapter_spec.js
    
    * Delete realvuAnalyticsAdapter.md
    
    * Delete realvuAnalyticsAdapter.js
    
    * Prebid 8: Delete pubcid (#9869)
    
    * Realvu analytics adapter: fix test failures on Edge (#9857)
    
    * Realvu analytics adapter: fix test failures on Edge
    
    * Remove realVu tests
    
    * Delete pubCommonId.js
    
    * Delete pubCommonId.md
    
    * Delete pubCommonId_spec.js
    
    ---------
    
    Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>
    
    * Prebid 8: Delete openxortb and analytics (#9864)
    
    * Delete openxOrtbBidAdapter.js
    
    * Delete openxOrtbBidAdapter.md
    
    * Delete openxOrtbBidAdapter_spec.js
    
    * Update openxBidAdapter_spec.js
    
    * Delete openxAnalyticsAdapter.js
    
    * Delete openxAnalyticsAdapter.md
    
    * Delete openxAnalyticsAdapter_spec.js
    
    * Core & multiple modules: populate ortb2.source.tid (#9862)
    
    * Core & multiple modules: populate ortb2.source.tid
    
    * enable codeql for prebid-8
    
    * Prebid 8: IMDS bid adapter - Rename synacormedia adapter (#9381)
    
    * CAPT-252: Synacormedia bid adapter: add tmax to requests based upon provided timeouts.
    
    * Re-brand synacormedia adapter to imds (iMedia Digitial Services)
    
    * Add alias to synacormedia for backwards compatibility
    
    ---------
    
    Co-authored-by: Timothy M. Ace <tace@imds.tv>
    Co-authored-by: Pratik Chavan <pchavan@imds.tv>
    
    * Prebid 8: Dead Module removal (#9887)
    
    * Delete liveyieldAnalyticsAdapter_spec.js
    
    * Delete liveyieldAnalyticsAdapter.md
    
    * Delete liveyieldAnalyticsAdapter.js
    
    * Delete glimpseBidAdapter.js
    
    * Delete glimpseBidAdapter.md
    
    * Delete glimpseBidAdapter_spec.js
    
    * Prebid 8: Delete GA analytics - universal analytics (#9866)
    
    * Delete googleAnalyticsAdapter.js
    
    * Delete googleAnalyticsAdapter.md
    
    * Delete googleAnalyticsAdapter_spec.js
    
    * Prebid 8: Delete zeus (#9874)
    
    * Delete zeusPrimeRtdProvider.md
    
    * Delete zeusPrimeRtdProvider.js
    
    * Prebid 8: remove special augmentation of `auctionInit` event (#9897)
    
    * Prebid 8 - deprecate bidder category translation feature in core (#9898)
    
    * prebid 8 - deprecate category translation in core
    
    * remove storage export and move mapping data to library file
    
    * Prebid 8: Delete adgeneration (#9904)
    
    * Delete adgenerationBidAdapter_spec.js
    
    * Delete adgenerationBidAdapter.md
    
    * Delete adgenerationBidAdapter.js
    
    * Prebid 8: do not use hardcoded `bidderCode` in resposes from bid adapters (#9905)
    
    * Revert "Prebid 8: Delete adgeneration (#9904)" (#9915)
    
    This reverts commit ce984b3.
    
    * Prebid 8: No mas mass (#9909)
    
    * Delete index.html
    
    * Delete mass_spec.js
    
    * Delete mass.md
    
    * Delete mass.js
    
    * Prebid 8: Delete emx (#9918)
    
    * Delete emx_digitalBidAdapter.js
    
    * Delete emx_digitalBidAdapter.md
    
    * Delete emx_digitalBidAdapter_spec.js
    
    * Remove Rubicon Analytics for Prebid 8 (#9932)
    
    * Prebid 8: stop using transactionId as source.tid on ortb2 payloads (#9916)
    
    * Update bizzclickBidAdapter.js
    
    * Update rubiconBidAdapter.js
    
    * Update gothamadsBidAdapter.js
    
    * Update luponmediaBidAdapter.js
    
    * Update ozoneBidAdapter.js
    
    * Update pubmaticBidAdapter.js
    
    * Update improvedigitalBidAdapter.js
    
    * Update newspassidBidAdapter.js
    
    * Update deltaprojectsBidAdapter.js
    
    * Update bizzclickBidAdapter.js
    
    * Update deltaprojectsBidAdapter.js
    
    * Update gothamadsBidAdapter.js
    
    * Update luponmediaBidAdapter.js
    
    * Update newspassidBidAdapter.js
    
    * Update ozoneBidAdapter.js
    
    * Update pubmaticBidAdapter.js
    
    * Update rubiconBidAdapter.js
    
    * Update improvedigitalBidAdapter_spec.js
    
    * Update luponmediaBidAdapter_spec.js
    
    * Update rubiconBidAdapter_spec.js
    
    * Update improvedigitalBidAdapter.js
    
    * Update pubmaticBidAdapter.js
    
    * Update improvedigitalBidAdapter.js
    
    * Update pubmaticBidAdapter.js
    
    * Update pubmaticBidAdapter.js
    
    * Update pubmaticBidAdapter_spec.js
    
    * Update adtrueBidAdapter.js
    
    * Update adtrueBidAdapter_spec.js
    
    * Update adtrueBidAdapter.js
    
    * Update adtrueBidAdapter_spec.js
    
    * Update adtrueBidAdapter_spec.js
    
    * Do not call onBidViewable, onBidWon, etc for S2S bids (#9919)
    
    * Access x_source.tid from ortb2 object (#9960)
    
    * Access x_source.tid from ortb2 object
    
    * Fix lint errors
    
    * Prebid 8: set pubmatic source.tid to auctionId (#9954)
    
    * set source.tid to auctionId
    * removed changes to test page
    * added support for setting ext.wrapper.transactionId as well
    
    * Prebid 8: use `prebid.floors.floorMin` instead of `prebid.floorMin` (#9899)
    
    * Prebid 8: remove shutdown company from appnexus aliases (#9977)
    
    * Update appnexusBidAdapter.js
    
    * Update appnexusBidAdapter.js
    
    * add bidResponse before emitting the event BID_RESPONSE, so that the bid is stored in the auction instance when the event is triggered (#9847)
    
    * Multiple modules: use `ortb2.source.tid` and `ortb2Imp.ext.tid` instead of auctionId/transactionId (#9969)
    
    * adkernel
    
    * aidem
    
    * beop
    
    * bliink
    
    * criteo
    
    * feedad
    
    * grid
    
    * kargo
    
    * medianet
    
    * optidigital
    
    * rubicon
    
    * smilewanted
    
    * Multiple modules: use `ortb2.source.tid` and `ortb2Imp.ext.tid` instead of auction/transaction IDs
    
    * tappx
    
    * onetag
    
    * use bidderRequestId instead of generateUUID
    
    * Epsilon - Prebid v8 changes to remove documentation in coding project (#9966)
    
    Co-authored-by: aarprice@publicisgroupe.net <aaron.price@epsilon.com>
    
    * Prebid 8: pick keywords from FPD in addition to bid params (#9917)
    
    * extract appnexus-style keyword logic into its own library
    
    * refactor appnexus clones to share keyword logic
    
    * pick keywords from ortb2 in addition to bid params
    
    * Prebid 8: support sizeMapping for video; extract it into a module  (#9893)
    
    * Core: support sizeMapping for video
    
    * make sizeMapping a module
    
    * Magnite Analytics Adapter : do not rely on BID_RESPONSE 0cpm rejected bids (#9933)
    
    * Magnite Analytics - Do not rely on BID_RESPONSE for rejected bids
    
    * use rejection floor constant!
    
    * Remove AOL bid adapter (#10030)
    
    Co-authored-by: slimkrazy <sam@slimkrazy.com>
    
    * AdTelligent Bid Adapter: remove onefiftytwo alias (#10025)
    
    * Smartadserver Bid Adapter: support GPID (#10004)
    
    * Smartadserver Bid Adapter: Add support for SDA user and site
    
    * Smartadserver Bid Adapter: Fix SDA support getConfig and add to unit testing
    
    * support floors per media type
    
    * Add GPP support
    
    * Rework payloads enriching
    
    * Add gpid support
    
    ---------
    
    Co-authored-by: Meven Courouble <mcourouble@smartadserver.com>
    Co-authored-by: Krzysztof Sokół <88041828+smart-adserver@users.noreply.github.com>
    
    * chore: update default video placement value [PB-1560] (#9948)
    
    Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com>
    
    * ShareThrough Bid Adapter : fix playerSize (#10011)
    
    * fix sharethrough playersize
    
    * fix unit test
    
    ---------
    
    Co-authored-by: Reinout Stevens <reinout@crazygames.com>
    
    * GrowthCode RTD  : initial release (#9852)
    
    * The New RTD Module
    
    * GrowthCode new RTD Module
    
    * Fixed to Prebid
    Added Testing
    Added Docs
    
    * Fixed to Prebid
    Added Testing
    Added Docs
    
    * Completed testing spec
    
    * Update the MD file to provide more infomation about what the module does
    
    * Update sample to point to the correct server for testing.
    
    * Stv Bid Adapter: add schain support (#10010)
    
    * initial commit
    
    * adapted buildRequests function
    
    * refinement pfilter and bcat
    
    * refinement
    
    * adapted tests for isBidRequestValid,buildRequests
    
    * adaptations for test
    
    * finished building stvBidAdapter.js
    
    * finished: ran tests, coverage 99%
    
    * update: rename w->srw, h->srh
    
    * adapt stvBidAdapter.md
    
    * remove dspx from stv adapters
    
    * some changes (missing: getUserSyncs, but is the same as in
    radsBidAdapter)
    
    * added checks in getUserSyncs; ran tests
    
    * added schain support (94.8% coverage)
    
    * correct schain encoding
    
    ---------
    
    Co-authored-by: theo_ <theo_@IDEA3>
    
    * fix module type (#10019)
    
    * Update ad generation adapter 1.6.0: update userSync (#9984)
    
    * Update AdGenerationAdapter: update userSync
    
    * update test spec
    
    * remove onefiftytwo alias
    
    ---------
    
    Co-authored-by: Krzysztof Sokół <88041828+krzysztofequativ@users.noreply.github.com>
    Co-authored-by: Meven Courouble <mcourouble@smartadserver.com>
    Co-authored-by: Krzysztof Sokół <88041828+smart-adserver@users.noreply.github.com>
    Co-authored-by: ccorbo <ccorbo2013@gmail.com>
    Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com>
    Co-authored-by: Reinout Stevens <518971+ReinoutStevens@users.noreply.github.com>
    Co-authored-by: Reinout Stevens <reinout@crazygames.com>
    Co-authored-by: southern-growthcode <79725079+southern-growthcode@users.noreply.github.com>
    Co-authored-by: theo-stv <120092078+theo-stv@users.noreply.github.com>
    Co-authored-by: theo_ <theo_@IDEA3>
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    Co-authored-by: Takaaki.Kojima <banakemi@gmail.com>
    
    * Revert "AdTelligent Bid Adapter: remove onefiftytwo alias (#10025)" (#10032)
    
    This reverts commit 88dbc04.
    
    * Prebid 8: update PBS adapter defaults to signal support for native js trackers (#9900)
    
    * Prebid 8: introduce new `transmitTid` activity control (#10034)
    
    * Core: introduce new `transmitTid` activity control and turn off TIDs by default
    
    * enable TIDs for e2e tests
    
    * set session_id param based on the bidderRequestId (#10049)
    
    Co-authored-by: Patrick McCann <patmmccann@gmail.com>
    
    * appnexus bid adapter - update logic banner adtype in request (#10048)
    
    * Prebid 8: do not keep previous floor data on subsequent `setConfig`s (#10051)
    
    * Prebid 8: remove NO_BID bids (#9902)
    
    * remove NO_BID bids: currency
    
    * remove NO_BID bids: priceFloors
    
    * remove NO_BID bids: PBS
    
    * remove NO_BID status
    
    * fix lint
    
    * Utiq: Update domain resolving logic and tests (#10044)
    
    Co-authored-by: Tomasz Januszek <tomasz@teavaro.com>
    
    * Prebid 8: Enforcement, lat and long can only come from the request (#10041)
    
    * Update apacdexBidAdapter.js
    
    * Update ebdrBidAdapter.js
    
    * Update mediafuseBidAdapter.js
    
    * Update microadBidAdapter.js
    
    * Update zetaBidAdapter.js
    
    * Update pubwiseBidAdapter.js
    
    * Update pubmaticBidAdapter.js
    
    * Update ebdrBidAdapter.js
    
    * Update microadBidAdapter.js
    
    * Update apacdexBidAdapter.js
    
    * Update apacdexBidAdapter_spec.js
    
    * Update mediafuseBidAdapter_spec.js
    
    * Update pubmaticBidAdapter_spec.js
    
    * Update microadBidAdapter_spec.js
    
    * Update pubmaticBidAdapter_spec.js
    
    * Update pubmaticBidAdapter_spec.js
    
    * Prebid 8: remove GDPR check when GDPR enforcement is disabled (#10050)
    
    * Cadent Bid Adapter: rename emxdigital to cadent (#10069)
    
    * rename files
    
    * rename bidder_code
    
    * rename adapter object
    
    * rename remaining references
    
    * add alias from emx_digital
    
    ---------
    
    Co-authored-by: Michael Denton <mdenton@cadent.tv>
    
    * IX Bid Adapter: remove transactionid usage in complience with prebid 8 [PB-1743] (#10070)
    
    Co-authored-by: shahin.rahbariasl <shahin.rahbariasl@indexexchange.com>
    
    * Update cadentApertureMXBidAdapter.js
    
    * Prebid 8: Remove Captify (#10072)
    
    * Delete captifyRtdProvider.md
    
    * Delete captifyRtdProvider_spec.js
    
    * Delete captifyRtdProvider_example.html
    
    * Delete captifyRtdProvider.js
    
    * Update kargoBidAdapter.js
    
    * AdagioBidAdapter: prebid-8: stop using auctionid and transactionid (#10079)
    
    * AdagioBidAdapter: stop using Prebid.js internal auctionId and transactionId
    
    * AdagioBidAdapter: remove transformBidParams() logic
    
    * Criteo Bid Adapter : remove usage of bidRequest.auctionId (#10084)
    
    * Grid Bid Adapter : removed embedded criteo bid adapter (#10088)
    
    * prebid 8 - read ortb segment data in appnexus keywords library functions (#10082)
    
    * prebid8 - read ortb segment data in appnexus keywords library functions
    
    * remove null condition from segtax map
    
    * airgrid RTD provider: use data segments instead of keywords, remove bidder specific handling (#10080)
    
    * Prebid 8: improve `transmitTid` logic for PBS adapter (#10092)
    
    * Prebid 8: remove bidder specific handling for 1plusX (#10093)
    
    * 1plusX: Do not set keywords for appnexus
    
    * weborama: remove appnexus specific handling
    
    * remove key=value keyword parsing for appnexus and its clones
    
    * fix lint
    
    * use 1plusX instead of 1plusx
    
    * Revert "remove key=value keyword parsing for appnexus and its clones"
    
    This reverts commit 80567cd.
    
    * Revert "weborama: remove appnexus specific handling"
    
    This reverts commit d6450d1.
    
    * 1plusX: add segtax to user data
    
    * Update codeql-analysis.yml
    
    ---------
    
    Co-authored-by: jkthomas <tom.januszek@gmail.com>
    Co-authored-by: Tomasz Januszek <tomasz@teavaro.com>
    Co-authored-by: prashuc <105750978+prashuc@users.noreply.github.com>
    Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>
    Co-authored-by: Timothy Ace <github.com-1@timothyace.com>
    Co-authored-by: Timothy M. Ace <tace@imds.tv>
    Co-authored-by: Pratik Chavan <pchavan@imds.tv>
    Co-authored-by: jsnellbaker <31102355+jsnellbaker@users.noreply.github.com>
    Co-authored-by: Robert Ray Martinez III <rrmartinez1552@gmail.com>
    Co-authored-by: Andrew Slagle <42588549+spotxslagle@users.noreply.github.com>
    Co-authored-by: Jason Quaccia <jlquaccia@gmail.com>
    Co-authored-by: olafbuitelaar <olaf.buitelaar@gmail.com>
    Co-authored-by: Aaron Price <67345931+AaronColbyPrice@users.noreply.github.com>
    Co-authored-by: aarprice@publicisgroupe.net <aaron.price@epsilon.com>
    Co-authored-by: Samuel Adu <samuel.adu@gmail.com>
    Co-authored-by: slimkrazy <sam@slimkrazy.com>
    Co-authored-by: Gena <wertixvost@gmail.com>
    Co-authored-by: Krzysztof Sokół <88041828+krzysztofequativ@users.noreply.github.com>
    Co-authored-by: Meven Courouble <mcourouble@smartadserver.com>
    Co-authored-by: Krzysztof Sokół <88041828+smart-adserver@users.noreply.github.com>
    Co-authored-by: ccorbo <ccorbo2013@gmail.com>
    Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com>
    Co-authored-by: Reinout Stevens <518971+ReinoutStevens@users.noreply.github.com>
    Co-authored-by: Reinout Stevens <reinout@crazygames.com>
    Co-authored-by: southern-growthcode <79725079+southern-growthcode@users.noreply.github.com>
    Co-authored-by: theo-stv <120092078+theo-stv@users.noreply.github.com>
    Co-authored-by: theo_ <theo_@IDEA3>
    Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
    Co-authored-by: Takaaki.Kojima <banakemi@gmail.com>
    Co-authored-by: lasloche <62240785+lasloche@users.noreply.github.com>
    Co-authored-by: EMX Digital <43830380+EMXDigital@users.noreply.github.com>
    Co-authored-by: Michael Denton <mdenton@cadent.tv>
    Co-authored-by: shahinrahbariasl <56240400+shahinrahbariasl@users.noreply.github.com>
    Co-authored-by: shahin.rahbariasl <shahin.rahbariasl@indexexchange.com>
    Co-authored-by: Olivier <osazos@adagio.io>
    Co-authored-by: Léonard Labat <le.labat@criteo.com>
    Configuration menu
    Copy the full SHA
    df66cdb View commit details
    Browse the repository at this point in the history
  8. Prebid 8.0.0 release

    prebidjs-release committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    72c239b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c39bab View commit details
    Browse the repository at this point in the history
  10. Colossus Bid Adapter: gpp support (#10096)

    * add video&native traffic colossus ssp
    
    * Native obj validation
    
    * Native obj validation #2
    
    * Added size field in requests
    
    * fixed test
    
    * fix merge conflicts
    
    * move to 3.0
    
    * move to 3.0
    
    * fix IE11 new URL issue
    
    * fix IE11 new URL issue
    
    * fix IE11 new URL issue
    
    * https for 3.0
    
    * add https test
    
    * add ccp and schain features
    
    * fix test
    
    * sync with upstream, fix conflicts
    
    * Update colossussspBidAdapter.js
    
    remove commented code
    
    * Update colossussspBidAdapter.js
    
    lint fix
    
    * identity extensions
    
    * identity extensions
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * add tests for user ids
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * add gdpr support
    
    * add gdpr support
    
    * id5id support
    
    * Update colossussspBidAdapter.js
    
    add bidfloor parameter
    
    * Update colossussspBidAdapter.js
    
    check bidfloor
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter.js
    
    * Update colossussspBidAdapter_spec.js
    
    * use floor module
    
    * Revert "use floor module"
    
    This reverts commit f0c5c24.
    
    * use floor module
    
    * update to 5v
    
    * fix
    
    * add uid2 and bidFloor support
    
    * fix
    
    * add pbadslot support
    
    * fix conflicts
    
    * add onBidWon
    
    * refactor
    
    * add test for onBidWon()
    
    * fix
    
    * add group_id
    
    * Trigger circleci
    
    * fix
    
    * update user sync
    
    * fix window.location
    
    * fix test
    
    * updates
    
    * fix conflict
    
    * fix
    
    * updates
    
    * remove traffic param
    
    * add transactionId to request data for colossusssp adapter
    
    * Send tid in placements array
    
    * update user sync
    
    * updated tests
    
    * remove changes package-lock file
    
    * fix
    
    * add First Party Data
    
    * gpp support
    
    ---------
    
    Co-authored-by: Vladislav Isaiko <vladis@smartyads.com>
    Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
    Co-authored-by: Mykhailo Yaremchuk <m.yaremchuk@smartyads.com>
    4 people authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1e82414 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. new adapter - MgidX (#10015)

    Co-authored-by: Evgeny Nagorny <evjman@gmail.com>
    Co-authored-by: xmgiddev <>
    xmgiddev and evjman authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9f0c393 View commit details
    Browse the repository at this point in the history
  2. Bedigital Bid Adapter : change bid url, passed additional params to t…

    …he bid response and changed maintainer email address (#10085)
    
    * Added bedigital adatper
    
    * Added test cases for bedigital adapter
    
    * changed email id
    
    * Added params in payload as suggestio in review
    
    * Added changes for bedigitech adaptor 1. Change bid url and other changes
    
    ---------
    
    Co-authored-by: yogesh.ingale1 <yogesh.ingale@ai-fluence.com>
    beglobal2022 and yogesh.ingale1 authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    640eb2f View commit details
    Browse the repository at this point in the history
  3. Greenbids Analytics Adapter : fix double sampling (#10091)

    * fix greenbids analytics double sampling
    
    * fix tests
    
    * fix tests
    jbogp authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8337584 View commit details
    Browse the repository at this point in the history
  4. Sharethrough bid adapter: Populate meta fields when present in bid re…

    …sponse (for analytics) (#10108)
    
    * when not provided, set meta fields to null
    
    * Fill bid's meta fields when possible
    
    * Comment for spec
    
    * Comment about names
    
    * Remove TODO: Both teams agreed on these names
    maxime-dupuis authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a5be17f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    36a2915 View commit details
    Browse the repository at this point in the history
  2. IIQ Identity module sending more fpid metadata (#10111)

    * Updating fpid metadata
    
    * Bug fix
    JulianRSL authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    025a227 View commit details
    Browse the repository at this point in the history
  3. Bidwatch Analytics Adapter: fix video bid stringify (#10067)

    * Mediasquare Bid Adapter: handle context for video bids
    
    * Bidwatch Analytics Adapter: fix video bid stringify
    
    * update tests
    
    * export func so test can run
    matthieularere-msq authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    23e97b4 View commit details
    Browse the repository at this point in the history
  4. KiviAds Bid Adapter : initial release (#10073)

    * new adapter - KiviAds
    
    * add gpp, change tests, use bidderRequest instead of config.getConfig()
    
    * Update kiviadsBidAdapter_spec.js
    
    ---------
    
    Co-authored-by: Patrick McCann <pmccann@cafemedia.com>
    KiviAds and patmmccann authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    6027de5 View commit details
    Browse the repository at this point in the history
  5. PubMatic Bid Adapter - Fledge Support (Added support for sending AE:1…

    … in bidrequest if slot is fledge enabled) (#9942)
    
    * Added support for sending AE:1 in bidrequest if slot is fledge enabled
    
    * PubMatic bid Adapter - Lint issue resolved
    pm-nitin-nimbalkar authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a35cda0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

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

Commits on Jun 21, 2023

  1. RTB House Bid Adapter: fledgeConfig default values (#10116)

    * RTB House Bid Adapter: fledgeConfig default values
    
    * RTB House Bid Adapter: adapter doc update
    piotrj-rtbh authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a532286 View commit details
    Browse the repository at this point in the history
  2. ConceptX Bid Adapter : defensive bug fix (#10127)

    * New adapter: concepx
    
    * Syntax change
    
    * Revert syntax change
    
    * Defensive check for response from bidder server
    cpcpn-emil authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    26142f2 View commit details
    Browse the repository at this point in the history
  3. FreePass Bid Adapter : initial release (#9827)

    * Add FreePass Bid Adapter
    
    * Add note about FreePass IdSystem
    
    * Unrequire userId
    
    * Add test flag
    
    * Update official maintainer email
    
    * Update official bidder service URL
    
    * No credentials
    
    Client does not need to send credentials
    
    * Add md code type
    
    Trigger ci
    
    * Replace double with single quotes
    
    * Append js to import
    
    * Build mock request in local scope
    
    * Update maintainer email
    czarpino authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5bfac11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39cc772 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Rubicon Bid Adapter: GPP support (#10132)

    * Rubicon Bid Adapter GPP support
    
    * Add gpp to ordered params
    
    * Unit test multiple sids
    spotxslagle authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4e3dbea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d8754 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cf1ae4 View commit details
    Browse the repository at this point in the history
  4. IX Bid Adapter: Multiformat Support (#10101)

    * feat: ix bid adapter multiformat implemented
    
    * feat: multiformat support in single request implemented
    
    * resolved merge conflicts after tid change
    
    * chore: fixed merge conflicts
    
    ---------
    
    Co-authored-by: Chris Corbo <chris.corbo@indexexchange.com>
    ccorbo and Chris Corbo authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c292fa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0464848 View commit details
    Browse the repository at this point in the history
  6. Prebid 8.1.0 release

    prebidjs-release committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c1adfc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b94285d View commit details
    Browse the repository at this point in the history
  8. Brid Bid Adapter: Initial adapter release (#9800)

    * TargetVideo bid adapter
    
    * TargetVideo bid adapter
    
    * TargetVideo bid adapter
    
    * TargetVideo Bid Adapter: Add GDPR/USP support
    
    * TargetVideo Bid Adapter: Add GDPR/USP support tests
    
    * TargetVideo Bid Adapter: Updating margin rule
    
    * Add Brid bid adapter
    
    * Brid adapter requested changes
    grajzer authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4f8c5f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Adman Adapter: add transactionID (#10078)

    * Add Adman bid adapter
    
    * Add supportedMediaTypes property
    
    * Update ADman Media bidder adapter
    
    * Remove console.log
    
    * Fix typo
    
    * revert package-json.lock
    
    * Delete package-lock.json
    
    * back to original package-lock.json
    
    * catch pbjs error
    
    * catch pbjs error
    
    * catch pbjs error
    
    * log
    
    * remove eu url
    
    * remove eu url
    
    * remove eu url
    
    * remove eu url
    
    * remove eu url
    
    * Update admanBidAdapter.js
    
    add consnet to sync url
    
    * Update admanBidAdapter.js
    
    fix import
    
    * Update admanBidAdapter.js
    
    lint fix
    
    * Update admanBidAdapter.js
    
    lint fix
    
    * Update admanBidAdapter.js
    
    check consent object data availability
    
    * сompatible with prebid v5
    
    * add Lotame Panorama ID
    
    * update getUserSyncs
    
    * fix
    
    * fix tests
    
    * remove package-lock.json
    
    * update sync url
    
    * update test
    
    * add idx (UserID Module)
    
    * update tests
    
    * remove traffic param
    
    * handle transactionID param
    
    * send transactionID param in imp.ext
    
    * rename transactionID to transactionId
    
    * update tests
    
    ---------
    
    Co-authored-by: minoru katogi <mkatogi@gmail.com>
    Co-authored-by: minoru katogi <m_katogi@hotmail.com>
    Co-authored-by: ADman Media <admanmedia@users.noreply.github.com>
    Co-authored-by: SmartyAdman <adman@localhost.localdomain>
    Co-authored-by: SmartyAdman <>
    5 people authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7e6f45b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cf3088 View commit details
    Browse the repository at this point in the history
  3. Distinguish ids from multiple providers (#9896)

    * Make id priority configurable
    
    * Use mocked modules
    
    * Support provided ext for medianet, uid2 and bidswitch eid.uid
    
    * Add support for magnite id
    
    * Delete unused findEid function
    
    * Add a tests for getEncryptedEidsForSource
    
    * Extract constant for the provider domain
    
    * Make updatePPID take priority into account
    
    * Compute effective priority only once and handle aliases
    
    * Fix after merge
    
    * Use Map#has instead of Map#get
    
    * Remove duplicate test
    
    * Add tests
    
    * Run linter
    3link authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    1016e89 View commit details
    Browse the repository at this point in the history
  4. Triplelift Bid Adapter: support for Fledge and GPP signals (#10142)

    * TL-35335: Cast playbackmethod as array
    
    * TL-36204: Copy tid to imp extension obj
    
    * Added support for entire ortb2Imp obj
    
    * Only setting what exists in ortb2Imp.ext
    
    * Added additional test to check copy of entire ext obj
    
    * Revert "TL-36204: Copy tid to imp extension object"
    
    * TL-36484: Add query string param signal for fledge
    
    * Changed unit test language
    
    * TL-36516: Add GPP Signals to sync endpoint
    
    * minor revision
    
    * Added URI encoding for GPP sid
    
    * Optimizing filter algorithm
    
    ---------
    
    Co-authored-by: nllerandi3lift <75995508+nllerandi3lift@users.noreply.github.com>
    Co-authored-by: Nick Llerandi <nllerandi@triplelift.com>
    3 people authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7373d43 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Intentiq id module: cookie enabled param conflict resolution (#10145)

    * added: enableCookieStorage parameter
    
    * eslint fix
    
    * added: tests for enableCookieStorage parameter
    
    ---------
    
    Co-authored-by: Eyvaz Ahmadzada <eyvaz.ahmedzade.12@gmail.com>
    JulianRSL and eyvazahmadzada authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    40f7375 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Mediasquare Bid Adapter: add increment and code refactory (#10115)

    * mediasquare Bid Adapter: add increment + code refactory
    
    * Mediasquare Bid Adapter: add increment + code refactory
    matthieularere-msq authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8f075c4 View commit details
    Browse the repository at this point in the history
  2. GPP: usnat support (#10117)

    * share CMP client code
    
    * consentManagementGpp: fetch section data
    
    * mock out getSection for legacy tests
    
    * Make gppConsent available as an activity param; also fix various test suites to set up during set up
    
    * gppControl_usnat
    
    * load all section data (instead of trying to figure out what is applicable)
    
    * Do not expect top window to be accessible
    
    * update usnat consent interpretation
    
    * Update activityControls.js
    
    * Update activityControls.js
    
    * Update activityControls_spec.js
    
    * Update activityControls.js
    
    * Update activityControls.js
    
    * Update activityControls_spec.js
    
    * Update activityControls.js
    
    * Update activityControls.js
    
    * Update activityControls.js
    
    * Update activityControls_spec.js
    
    * Update activityControls_spec.js
    
    * Update activityControls_spec.js
    
    * Update activityControls.js
    
    * Update activityControls_spec.js
    
    * Update activityControls_spec.js
    
    * Update activityControls_spec.js
    
    * Update activityControls_spec.js
    
    * Update activityControls_spec.js
    
    * Update activityControls_spec.js
    
    * Update activityControls_spec.js
    
    * Update activityControls.js
    
    * Update activityControls_spec.js
    
    * Update activityControls_spec.js
    
    * Update activityControls_spec.js
    
    * Update activityControls.js
    
    * Update activityControls_spec.js
    
    * Update activityControls_spec.js
    
    * Update activityControls_spec.js
    
    * Update activityControls.js
    
    * Update activityControls_spec.js
    
    * Update activityControls.js
    
    * Update activityControls.js
    
    * Update activityControls.js
    
    ---------
    
    Co-authored-by: Patrick McCann <patmmccann@gmail.com>
    dgirardi and patmmccann authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    5e22f2f View commit details
    Browse the repository at this point in the history
  3. Oxxion Rtd Module: add bid filtering (#10100)

    * oxxion Filtering
    
    * fix test while video is activated
    
    * fix init
    
    * add details
    
    * fix typo
    
    * remove md5
    matthieularere-msq authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    6faa2a3 View commit details
    Browse the repository at this point in the history
  4. Prebid 8.2.0 release

    prebidjs-release committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    4d524b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a288b33 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Vidazoo Bid Adapter: support for multiple bids on single request (#10110

    )
    
    * feat(module): multi size request
    
    * fix getUserSyncs
    added tests
    
    * update(module): package-lock.json from master
    
    * feat(module): VidazooBidAdapter - send top query params to server
    
    * multi poc
    
    * feat: added support for single request.
    
    * feat: change to bids.
    
    * change to if else
    
    * Fixed test
    
    ---------
    
    Co-authored-by: Udi Talias <udi.talias@gmail.com>
    Co-authored-by: roman <shmoop207@gmail.com>
    3 people authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    dd34342 View commit details
    Browse the repository at this point in the history
  2. Sovrn Bid Adapter: add transaction id support (#10156)

    * EX-4755 Add: forwarding of auction id and transaction id as transaction ids for source and impression objects in the request
    
    * EX-4755 Change: source of impression level tid for forwarding
    
    * EX-4755 Change: source of auction level tid for forwarding
    
    * EX-4755 Refactor: unit test description
    dmitrybor authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    ac1e62e View commit details
    Browse the repository at this point in the history
  3. Trafficgate Bid Adapter: move to OpenRTB Converter (#10007)

    * Trafficgate Bid Adapter: move to OpenRTB Converter
    
    * Trafficgate Bid Adapter: move to OpenRTB Converter
    
    * Trafficgate Bid Adapter: move to OpenRTB Converter
    
    ---------
    
    Co-authored-by: vlad <vlaktionov@decenterads.com>
    vlaktion and vlad authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b5a8d52 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. add gpp support on Smartyads adapter (#10163)

    Co-authored-by: Vasyl Rishko <vasyl.rishko@smartyads.com>
    rishko00 and vrishko authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8864ae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc1abfb View commit details
    Browse the repository at this point in the history