Skip to content

Commit 9e11a79

Browse files
kyrylenkoPavlo
andauthored
Removed tagUrl parameter (#6515)
* removed tagUrl parameter * marked the params.tagUrl as Deprecated * fixed linter issue --------- Co-authored-by: Pavlo <pavlo@id-ward.com>
1 parent 8f0fe9f commit 9e11a79

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

dev-docs/modules/anonymisedRtdProvider.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,13 @@ For any questions or assistance with integrating Prebid, `anonymisedRtdProvider`
5959
**Config Syntax details:**
6060

6161
{: .table .table-bordered .table-striped }
62-
| Name |Type | Description | Notes |
63-
| :------------ | :------------ | :------------ |:------------ |
64-
| name | `String` | Anonymised Rtd module name | 'anonymised' always|
62+
63+
| Name | Type | Description | Notes |
64+
| :------------ | :------------ | :------------ | :------------ |
65+
| name | `String` | Anonymised Rtd module name | 'anonymised' always |
6566
| waitForIt | `Boolean` | Required to ensure that the auction is delayed until prefetch is complete | Optional. Defaults to false |
6667
| params.cohortStorageKey | `String` | the `localStorage` key, under which Anonymised Marketing Tag stores the segment IDs | 'cohort_ids' always |
6768
| params.bidders | `Array` | Bidders with which to share segment information | Optional |
6869
| params.segtax | `Integer` | The taxonomy for Anonymised | '1000' always |
6970
| params.tagConfig | `Object` | Configuration for the Anonymised Marketing Tag | Optional. Defaults to `{}`. |
70-
| params.tagUrl | `String` | The URL of the Anonymised Marketing Tag script | Optional. Defaults to `https://static.anonymised.io/light/loader.js`. |
71+
| params.tagUrl | `String` | The URL of the Anonymised Marketing Tag script | **Deprecated.** Optional. Defaults to `https://static.anonymised.io/light/loader.js`. |

0 commit comments

Comments
 (0)