Floxis Bid Adapter: initial release#13934
Merged
patmmccann merged 10 commits intoprebid:masterfrom Feb 20, 2026
Merged
Conversation
8 tasks
osazos
reviewed
Oct 8, 2025
Collaborator
osazos
left a comment
There was a problem hiding this comment.
Hi,
-
I cannot access to your endpoint via the test params:
https://floxis-us.floxis.tech/pbjsI 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 onortb2only 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
patmmccann
approved these changes
Feb 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
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:
Other information
Docs PR: prebid/prebid.github.io#6267