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

PBS adapter: add tmaxmax #11540

Merged
merged 10 commits into from
Jun 3, 2024
Merged

PBS adapter: add tmaxmax #11540

merged 10 commits into from
Jun 3, 2024

Commits on Jan 9, 2024

  1. Merge pull request #1586 from prebid/master

    [pull] master from prebid:master
    jefftmahoney committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    1659209 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

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

Commits on Feb 2, 2024

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

Commits on Mar 19, 2024

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

Commits on May 9, 2024

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

Commits on May 20, 2024

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

Commits on May 22, 2024

  1. Update logic to determine tmax

    * Update the logic in `ortbConverter.js` so that if a publisher specifies `tmaxmax` as a part of their setup (i.e. specifies it in their `setConfig()` call), `tmaxmax` is what is used to determine `tmax` for a request.
    jefftmahoney committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6a2a7cd View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Update tmaxmax logic and test

    * Update `request()` method in ortbConverter.js to properly account for fact that tmaxmax is actually now a new available property off of the ext property.
    * Update unit test to verify that when a publisher specifies a tmaxmax value in the config setup, it will be honored.
    jefftmahoney committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b3b3ca4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Use requestBidsTimeout for tmaxmax alternative

    * Update ortbConverter logic so that `requestBidsTimeout` is the alternative value when `tmaxmax` is not available.
    jefftmahoney committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4bb1b47 View commit details
    Browse the repository at this point in the history
  2. Update prebidServerBidAdapter_spec.js

    * Add a test to verify that fallback for `tmaxmax` is `requestBidsTimeout`.
    jefftmahoney committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f20d821 View commit details
    Browse the repository at this point in the history