Skip to content

Rename idWardRtdProvider to anonymisedRtdProvider #10176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Apr 26, 2024
Prev Previous commit
Next Next commit
updated readme file
  • Loading branch information
Pavlo committed Dec 13, 2023
commit 33ad4d6632356e65f7125525e77b48f821cdbcae
8 changes: 8 additions & 0 deletions modules/anonymisedRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ Anonymised’s Real-time Data Provider automatically obtains segment IDs from th
});
```

### Config Syntax details
| Name |Type | Description | Notes |
| :------------ | :------------ | :------------ |:------------ |
| name | String | Anonymised Rtd module name | 'anonymised' always|
| 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 | Required |

Please note that anonymisedRtdProvider should be integrated into the publisher website along with the [Anonymised Marketing Tag](https://support.anonymised.io/integrate/marketing-tag).
Please reach out to Anonymised [representative](mailto:[email protected]) if you have any questions or need further help to integrate Prebid, anonymisedRtdProvider, and Anonymised Marketing Tag

Expand Down