LeagueM BId Adapter: initial release#14479
Merged
patmmccann merged 7 commits intoprebid:masterfrom Feb 20, 2026
Merged
Conversation
8 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a new bidder adapter for LeagueM, following the established pattern of using the shared xeUtils bidder utilities. The adapter supports both banner and video ad formats and integrates with the LeagueM demand source via their prebid endpoint.
Changes:
- Added LeagueM bidder adapter implementation using shared xeUtils utilities
- Added comprehensive test suite covering validation, request building, response interpretation, and user syncs
- Added adapter documentation with test parameters and usage examples
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| modules/leagueMBidAdapter.js | Core adapter implementation that configures the bidder with required parameters and endpoint |
| modules/leagueMBidAdapter.md | Documentation file with adapter overview, description, and test parameters |
| test/spec/modules/leagueMBidAdapter_spec.js | Comprehensive test suite covering all adapter functionality including edge cases |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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
Other information
Docs RP: prebid/prebid.github.io#6434