Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-docs/modules/anonymisedRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
**Config Syntax details:**

{: .table .table-bordered .table-striped }
| Name |Type | Description | Notes |

Check failure on line 62 in dev-docs/modules/anonymisedRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/anonymisedRtdProvider.md:62:40 MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 62 in dev-docs/modules/anonymisedRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/anonymisedRtdProvider.md:62:31 MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 62 in dev-docs/modules/anonymisedRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/anonymisedRtdProvider.md:62:9 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 62 in dev-docs/modules/anonymisedRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/anonymisedRtdProvider.md:62:9 MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 62 in dev-docs/modules/anonymisedRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Tables should be surrounded by blank lines

dev-docs/modules/anonymisedRtdProvider.md:62 MD058/blanks-around-tables Tables should be surrounded by blank lines [Context: "| Name |Type | Description ..."] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md058.md
| :------------ | :------------ | :------------ |:------------ |

Check failure on line 63 in dev-docs/modules/anonymisedRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/anonymisedRtdProvider.md:63:49 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| name | `String` | Anonymised Rtd module name | 'anonymised' always|

Check failure on line 64 in dev-docs/modules/anonymisedRtdProvider.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/modules/anonymisedRtdProvider.md:64:69 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| waitForIt | `Boolean` | Required to ensure that the auction is delayed until prefetch is complete | Optional. Defaults to false |
| params.cohortStorageKey | `String` | the `localStorage` key, under which Anonymised Marketing Tag stores the segment IDs | 'cohort_ids' always |
| params.bidders | `Array` | Bidders with which to share segment information | Optional |
| params.segtax | `Integer` | The taxonomy for Anonymised | '1000' always |
| params.tagConfig | `Object` | Configuration for the Anonymised Marketing Tag | Optional. Defaults to `{}`. |
| params.tagUrl | `String` | The URL of the Anonymised Marketing Tag script | Optional. Defaults to `https://static.anonymised.io/light/loader.js`. |
| params.tagUrl | `String` | The URL of the Anonymised Marketing Tag script | **Deprecated.** Optional. Defaults to `https://static.anonymised.io/light/loader.js`. |
Loading