Skip to content
1 change: 1 addition & 0 deletions dev-docs/modules/permutiveRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
| params | Object | | - |
| params.acBidders | String[] | An array of bidder codes to share cohorts with in certain versions of Prebid, see below | `[]` |
| params.maxSegs | Integer | Maximum number of cohorts to be included in either the `permutive` or `p_standard` key-value. | `500` |
| 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. | `{}` |

Check failure on line 71 in dev-docs/modules/permutiveRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/permutiveRtdProvider.md:71:359 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 71 in dev-docs/modules/permutiveRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/permutiveRtdProvider.md:71:293 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| params.bidders | Object | Per-bidder configuration for custom cohort sources. Keys are bidder codes. | `{}` |
| params.bidders.\<bidder\>.customCohorts | Object | Custom cohorts source configuration for a specific bidder. | - |
| params.bidders.\<bidder\>.customCohorts.source | String | Storage type to read custom cohorts from. Currently only `'ls'` (localStorage) is supported. | - |
Expand Down
Loading