Skip to content

Prebid upgrade 10.15 against 10.6#1177

Open
pm-priyanka-deshmane wants to merge 345 commits intoprebid_10_6_9_53from
prebid_upgrade_10_15_0_20251104145655
Open

Prebid upgrade 10.15 against 10.6#1177
pm-priyanka-deshmane wants to merge 345 commits intoprebid_10_6_9_53from
prebid_upgrade_10_15_0_20251104145655

Conversation

@pm-priyanka-deshmane
Copy link
Copy Markdown
Collaborator

Type of change

  • Bugfix
  • Feature
  • New bidder adapter
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Does this change affect user-facing APIs or examples documented on http://prebid.org?
  • Other

Description of change

  • test parameters for validating bids
{
  bidder: '<bidder name>',
  params: {
    // ...
  }
}

Be sure to test the integration with your adserver using the Hello World sample page.

  • contact email of the adapter’s maintainer
  • official adapter submission

For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:

Other information

prebidjs-release and others added 30 commits August 27, 2025 10:40
* Update endpoint domain in waardexBidAdapter

* Fix conflicts

---------

Co-authored-by: Yegor Serdiuk <yegorheiz@gmail.com>
* Update fwsspBidAdapter.js

Update to use floor() for currency

* Update fwsspBidAdapter_spec.js

To use floor() for currency
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.31.0 to 2.32.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.31.0...v2.32.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint](https://github.com/eslint/eslint) from 9.31.0 to 9.34.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.31.0...v9.34.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rebid#13829)

Bumps [@types/google-publisher-tag](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google-publisher-tag) from 1.20250428.0 to 1.20250811.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/google-publisher-tag)

---
updated-dependencies:
- dependency-name: "@types/google-publisher-tag"
  dependency-version: 1.20250811.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added GVLID for valuadBidAdapter

* Add GVLID constant

* Update valuad documentation placementId

* Fix typo in constant name

* Fix viewability and position calculation when no element

---------

Co-authored-by: Amit Aisikowitz <7425067+pixelgroup-israel@users.noreply.github.com>
* Add Gemius User ID Submodule

* Add Gemius User ID Submodule - switch to typescript

* Add Gemius User ID Submodule - additional type informations
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.11.2 to 24.18.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.11.2...puppeteer-v24.18.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-version: 24.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick McCann <pmccann@cafemedia.com>
* DeDup the bid requests

* Handled deals, dctr & zone id for de-dup

* Removed comment

* Linting changes

* resolved linting

* Considering last tagid for every impression's bid

* Added pbcode and handled mediatypes separately

* Using adUnitId for consolidating requests

---------

Co-authored-by: pm-azhar-mulla <azhar@L2047.local>
* Yandex Bid Adapter: Added logging of errors and events

* Fix linter errors

* Yandex Bid Adapter: Added logging of errors and events
…ting purposes (prebid#13797)

* changes commited for translator payload for alias identification

* adding check

* adding test case

* adding test  case for aliasbiddervalue

* changing constant name

---------

Co-authored-by: Tanishka Vishwakarma <tanishkavishwakarma@L1837.local>
Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
…ser (prebid#13813)

* adding backward compatible userId generators

* adding new user id tests in vidazooBidAdapter_spec.js

* adding new user id tests for omnidexBidAdapter, opaMarketplaceBidAdapter, programmaticXBidAdapter, tagorasBidAdapter, shinezRtbBidAdapter, twistDigitalBidAdapter, vidazooBidAdapter, illuminBidAdapter, kueezRtbBidAdapter
related to the prebid 10 changes in prebid#11377

* populate additional fields for backend
Co-authored-by: Gabriel Chicoye <gabriel@macbookrogab24g.lan>
* Add Oftmedia RTD Provider module and update related configurations

* Add testing utilities and enhance module state management for oftmedia RTD submodule

* Remove oftmedia RTD provider from submodules and update auction delay to 500ms in documentation

* Update tests

* Fix lint errors and trailing whitespace

* Change name of callback to avoid lint warning because of misunderstanding of callback pattern

* fix lint

---------

Co-authored-by: Andy <arezitopedia@gmail.com>
Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
* new alias anzuexchange

* new aliases adnimation, rtbdemand, altstar

---------

Co-authored-by: mderevyanko <mderevyanko24@gmail.com>
* fix currency

* Exclusion of unused processing

* style: fix linting errors in adgenerationBidAdapter.js, adgenerationBidAdapter_spec.js

Remove trailing spaces and unnecessary blank lines
* fixed typos end changed test endpoint

* changed report endpoint

* fixed tests

* fixed tests
* New adapter - DXTech

* Create dxtechBidAdapter.md

* Create dxtechBidAdapter_spec.js

* Update dxtechBidAdapter.js

* Change pid to publisher_id param

* refactor code

* fix eslint

* create common file for duplicate functions

* eslint

* eslint fix

* eslint fix

* fix errors

* sync pixel return fix
@pm-priyanka-deshmane pm-priyanka-deshmane changed the title Prebid upgrade 10 15 0 20251104145655 Prebid upgrade 10.15 against 10.6 Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.