Skip to content

Conversation

@shubhamc-ins
Copy link

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

@shubhamc-ins shubhamc-ins changed the base branch from master to insticator-master January 21, 2026 18:48
'api': (value) => isArrayOfNums(value)};
'api': (value) => isArrayOfNums(value),
// Ad Pod specific parameters (ORTB 2.6)
'podid': (value) => typeof value === 'string' && value.length > 0,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we won't reject requests right if this validations fail? Just wondering if something can be done to still process the requests

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, requests are NOT rejected. this validation only controls whether the param is included and invalid params are skipped, and the bid request still proceeds with valid params.

}

// ORTB 2.6: Add billing URL for win notification
if (bid.burl) {
Copy link

@rohanInsticator rohanInsticator Jan 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets add nurl too if prebidjs supports it.

Copy link

@rohanInsticator rohanInsticator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the 2 comments, it looks good.

dependabot bot and others added 10 commits January 21, 2026 20:52
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… server request (prebid#14370)

* Support Interstitial (instl param) in building server request

* adjust unit tests for Instl param
This adapter enables publishers to monetize AI-referred traffic through Prebid.js.

- Bidder code: panxo
- GVL ID: 1527
- Media types: Banner
- Features: GDPR/TCF 2.0, CCPA, GPP, COPPA, schain, First Party Data, Price Floors
- Requires Panxo Signal script to be loaded before Prebid

Documentation: modules/panxoBidAdapter.md
Tests: test/spec/modules/panxoBidAdapter_spec.js
* enhance adapter with additional bid parameters

* Add additional bid parameters to tests of bridgewellBidAdapter

* pass mediaType and size to getFloor

---------

Co-authored-by: Laneser <laneser.kuo@gmail.com>
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.

7 participants