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

Sync with prebid master #3

Merged
merged 28 commits into from
May 12, 2023
Merged

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 committed 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. Greenbids RTD provider (#9848)

    jbogp committed May 4, 2023
    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed 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 committed 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 committed 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 <[email protected]>
    Gaudeamus and gaudeamus committed 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 <[email protected]>
    Co-authored-by: noamtzu <[email protected]>
    Co-authored-by: Noam Tzuberi <[email protected]>
    Co-authored-by: Laslo Chechur <[email protected]>
    Co-authored-by: OronW <[email protected]>
    Co-authored-by: lasloche <[email protected]>
    Co-authored-by: inna <[email protected]>
    Co-authored-by: YakirLavi <[email protected]>
    9 people committed 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 <[email protected]>
    jlquaccia and dgirardi committed 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 committed 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 <[email protected]>
    Co-authored-by: noamtzu <[email protected]>
    Co-authored-by: Noam Tzuberi <[email protected]>
    Co-authored-by: Laslo Chechur <[email protected]>
    Co-authored-by: OronW <[email protected]>
    Co-authored-by: lasloche <[email protected]>
    Co-authored-by: inna <[email protected]>
    Co-authored-by: YakirLavi <[email protected]>
    9 people committed 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 committed 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 <[email protected]>
    Co-authored-by: darkstar <[email protected]>
    Co-authored-by: AndreaC <[email protected]>
    4 people committed 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 committed 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 committed 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 committed 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 committed 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 committed 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 <[email protected]>
    Co-authored-by: roman <[email protected]>
    3 people committed 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 committed 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 <[email protected]>
    shahinrahbariasl and shahin-rahbariasl committed 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