Permutive RTD: note params.bidders now triggers ortb2 writes#6538
Open
AntonioGargaro wants to merge 4 commits intoprebid:masterfrom
Open
Permutive RTD: note params.bidders now triggers ortb2 writes#6538AntonioGargaro wants to merge 4 commits intoprebid:masterfrom
AntonioGargaro wants to merge 4 commits intoprebid:masterfrom
Conversation
Add msft to supported custom cohort bidders list, document the new params.bidders configuration, and note the appnexus-to-msft migration path. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Mirrors the code change in Prebid.js PR #14655. The params.bidders
default is now {} and publishers must explicitly configure msft
custom cohort sources.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ites Document that listing a bidder under params.bidders causes the module to write ortb2 for that bidder, even when it is not in acBidders or Permutive's SSP list. Paired with the Prebid.js fix that iterates params.bidders keys in setBidderRtb. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
1 task
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.
Summary
Context
Paired with prebid/Prebid.js#14774, which fixes `setBidderRtb` to iterate bidders declared via `params.bidders` so an explicit `customCohorts` mapping is always honored.
Stacking
Depends on #6522 (docs for the msft custom cohort support landed in prebid/Prebid.js#14655). This branch is based off `agent/permutive-msft-docs`, so #6522 should merge first; the diff here will then narrow to the single row change.
🤖 Generated with Claude Code