Skip to content

Comments

Floxis Bid Adapter: initial release#13934

Merged
patmmccann merged 10 commits intoprebid:masterfrom
floxis-tech:master
Feb 20, 2026
Merged

Floxis Bid Adapter: initial release#13934
patmmccann merged 10 commits intoprebid:masterfrom
floxis-tech:master

Conversation

@floxis-tech
Copy link
Contributor

@floxis-tech floxis-tech commented Sep 25, 2025

Type of change

  • New bidder adapter

Description of change

This PR introduces a new Floxis bid adapter for Prebid.js with comprehensive support for banner, video and native advertising.

Contact Information:

Maintainer Email: admin@floxis.tech
Company: Floxis

Test Parameters:

{
  bidder: 'floxis',
  params: {
    partner: 'floxis',
    seat: 'testSeat',
    region: 'us-e'
  }
}

Other information

Docs PR: prebid/prebid.github.io#6267

Copy link
Collaborator

@osazos osazos left a comment

Choose a reason for hiding this comment

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

Hi,

  • I cannot access to your endpoint via the test params: https://floxis-us.floxis.tech/pbjs I got (failed)net::ERR_NAME_NOT_RESOLVED

  • You support ortb2, but you also add the blocking params in your bidder params, if possible you should rely on ortb2 only as it enforces a good practice

floxis-tech added a commit to floxis-tech/Prebid.js that referenced this pull request Feb 16, 2026
…erter

Major rewrite replacing teqblazeUtils with ortbConverter for ORTB 2.x compliance.

Changes:
- New params: seat (required), region (required), partner (required)
- Endpoint URL: https://{subdomain}.floxis.tech/pbjs?seat={seat}
  - subdomain = region for 'floxis' partner
  - subdomain = {partner}-{region} for white-label partners
- ORTB-native implementation with Floors Module support
- 40 comprehensive tests with full code coverage
- Updated documentation with examples

Addresses all PR prebid#13934 review comments from @osazos
…erter

Major rewrite replacing teqblazeUtils with ortbConverter for ORTB 2.x compliance.

Changes:
- New params: seat (required), region (required), partner (required)
- Endpoint URL: https://{subdomain}.floxis.tech/pbjs?seat={seat}
  - subdomain = region for 'floxis' partner
  - subdomain = {partner}-{region} for white-label partners
- ORTB-native implementation with Floors Module support
- 40 comprehensive tests with full code coverage
- Updated documentation with examples

Addresses all PR prebid#13934 review comments from @osazos
@floxis-tech floxis-tech requested a review from osazos February 18, 2026 06:30
@floxis-tech floxis-tech changed the title Floxis Bid Adapter : initial release Floxis Bid Adapter: initial release Feb 18, 2026
@patmmccann patmmccann merged commit f49bd50 into prebid:master Feb 20, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants