Skip to content

Commit 4b3a5cb

Browse files
AntonioGargaroclaudemuuki88
authored
Permutive RTD: note params.bidders now triggers ortb2 writes (#6538)
* docs: update permutiveRtdProvider.md for msft bidder custom cohorts 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> * fix: align markdown table columns to pass MD060 lint rule Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * remove hardcoded msft default from docs, add publisher config example 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> * docs(permutiveRtdProvider): note params.bidders now triggers ortb2 writes 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> * github UI lied to me :P * how to resolve a simple merge conflict in three commits --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
1 parent 37bfe07 commit 4b3a5cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dev-docs/modules/permutiveRtdProvider.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ as well as enabling settings for specific use cases mentioned above (e.g. acbidd
6868
| params | Object | | - |
6969
| params.acBidders | String[] | An array of bidder codes to share cohorts with in certain versions of Prebid, see below | `[]` |
7070
| params.maxSegs | Integer | Maximum number of cohorts to be included in either the `permutive` or `p_standard` key-value. | `500` |
71+
| params.bidders | Object | Per-bidder configuration for custom cohort sources. Keys are bidder codes; listing a bidder here also causes the module to write ortb2 data for that bidder, even if it is not in `acBidders` or on Permutive's SSP list. | `{}` |
7172
| params.bidders | Object | Per-bidder configuration for custom cohort sources. Keys are bidder codes. | `{}` |
7273
| params.bidders.\<bidder\>.customCohorts | Object | Custom cohorts source configuration for a specific bidder. | - |
7374
| params.bidders.\<bidder\>.customCohorts.source | String | Storage type to read custom cohorts from. Currently only `'ls'` (localStorage) is supported. | - |

0 commit comments

Comments
 (0)