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

[pull] master from prebid:master #18

Merged
merged 7 commits into from
Mar 15, 2024
Merged

[pull] master from prebid:master #18

merged 7 commits into from
Mar 15, 2024

Commits on Mar 15, 2024

  1. Userid module: allow postInstall (#11215)

    * allow postInstall for the userId
    
    * Update index.js
    
    * Update index.js
    
    ---------
    
    Co-authored-by: Patrick McCann <[email protected]>
    olafbuitelaar and patmmccann authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9a978bd View commit details
    Browse the repository at this point in the history
  2. NextMillennium Bid Adapter : fix imp.video.mimes (#11216)

    * added support for gpp consent string
    
    * changed test for nextMillenniumBidAdapter
    
    * added some tests
    
    * added site.pagecat, site.content.cat and site.content.language to request
    
    * lint fix
    
    * formated code
    
    * formated code
    
    * formated code
    
    * pachage-lock with prebid
    
    * pachage-lock with prebid
    
    * formatted code
    
    * added device.sua, user.eids
    
    * formatted
    
    * fixed tests
    
    * fixed bug functio getSua
    
    * fixed bug imp.video.mimes
    
    * fixed bug imp.video.mimes - 2
    mhlm authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    44717bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28cceb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ecfa99 View commit details
    Browse the repository at this point in the history
  5. Bump follow-redirects from 1.15.4 to 1.15.6 (#11220)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    90bc7f4 View commit details
    Browse the repository at this point in the history
  6. Removing protocol check (#11219)

    Removing validation for the value of video.protocol
    desidiver authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a7a8f74 View commit details
    Browse the repository at this point in the history
  7. jixie Bid Adapter : adding handling of userSync urls sent from server…

    … side (#11217)
    
    * Adapter does not seem capable of supporting advertiserDomains #6650
    added response comment and some trivial code.
    
    * removed a blank line at the end of file
    added a space behind the // in comments
    
    * in response to comment from reviewer. add the aspect of advertiserdomain in unit tests
    
    * added the code to get the keywords from the meta tags if available.
    
    * WIP
    
    * cleaned up
    
    * correcting formatting errors from circleci
    
    * sending floor to our backend for each bid, when available, changed one of the 1st party cookies that we want to send to backend
    
    * fixed spacing issues in code
    
    * 1/ provide the possibility of using the jixie section of the config object to determine what ids to read from cookie and to send
    2/ removed ontimeout handling
    3/ bidwon just ping the trackingUrl, if any
    4/ misc: sending aid (from jixie config if any), prebid version etc
    
    * corrected formatting mistakes
    
    * adding support of handling usersync array from the server side
    
    * add back registerBidder line dropped accidentally
    
    * fixed some formatting flaws
    
    * correcting more formatting issues
    
    * more formatting corrections
    jxdeveloper1 authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d17c44b View commit details
    Browse the repository at this point in the history