Skip to content

Commit f73e33b

Browse files
Merge pull request #7080 from segmentio/trustarc-cmp
Add TrustArc link to the consent mgmt docs
2 parents e941ff3 + 2deee6d commit f73e33b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/privacy/consent-management/configure-consent-management.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,15 @@ Once you've created consent categories in the Segment app, you need to integrate
4343
- Reads the end user consent preference from your CMP and includes the [consent object](/docs/privacy/consent-management/consent-in-segment-connections/#consent-object) in every event
4444
- If using Unify and Engage, generates the [Segment Consent Preference Updated](/docs/privacy/consent-management/consent-in-unify/#segment-consent-preference-updated-event) event every time a user provides or updates their consent preferences with their anonymousId and userId
4545

46-
Segment provides a OneTrust wrapper for the following sources:
46+
Segment provides a OneTrust wrapper for the following web and mobile sources:
4747
- **Analytics.js**: Please follow the instructions from the README in the [@segmentio/analytics-consent-wrapper-onetrust](https://github.com/segmentio/analytics-next/tree/master/packages/consent/consent-wrapper-onetrust){:target="_blank"} repository. For more information about Segment's Analytics.js OneTrust wrapper, see the [Analytics.js OneTrust Wrapper](/docs/privacy/consent-management/onetrust-wrapper) documentation. You should also navigate to your Analytics.js source in the Segment app, select **Settings > Analytics.js**, and enable **Destination Filters** before enabling your OneTrust wrapper.
4848
- **Kotlin**: Please follow the instructions from the README in the [@segment-integrations/analytics-kotlin-consent](https://github.com/segment-integrations/analytics-kotlin-consent/blob/main/README.md#getting-started){:target="_blank"} repository.
4949
- **Swift**: Please follow the instructions from the README in the [@segment-integrations/analytics-swift-consent](https://github.com/segment-integrations/analytics-swift-consent#segment-consent-management){:target="_blank"} repository.
5050
- **React Native**: Please follow the instructions from the README in the [@segmentio/analytics-react-native](https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-onetrust){:target="_blank"} repository.
5151

52-
Ketch provides an integration for their Consent & Preference Management product. For more information, see the Ketch [Segment Tag Management Automation](https://docs.ketch.com/ketch/docs/segment-tag-management-automation){:target="_blank"} documentation.
52+
Ketch provides a web integration for their Consent & Preference Management product. For more information, see the Ketch [Segment Tag Management Automation](https://docs.ketch.com/ketch/docs/segment-tag-management-automation){:target="_blank"} documentation.
53+
54+
TrustArc provides a web integration for their Cookie Consent Manager. For more information, see the [TrustArc Segment Wrapper](https://github.com/trustarc/trustarc-segment-wrapper){:target="_blank"} documentation.
5355

5456
If you'd like to integrate with any other CMP, Segment requires you to build your own wrapper or use any mechanism provided it meets the above requirements of data and event generation. To get started building your own wrapper, follow the instructions in the [@segment/analytics-consent-tools](https://github.com/segmentio/analytics-next/tree/master/packages/consent/consent-tools){:target="_blank"} repository.
5557

@@ -83,4 +85,4 @@ Disabling a consent category means that Segment no longer enforces end user cons
8385

8486
1. From the [Segment homepage](https://app.segment.com/goto-my-workspace/){:target="_blank”}, select the Privacy tab and click **Consent Management**.
8587
2. On the Consent Management page, disable the toggle for the category you'd like to disable.
86-
3. On the "Disable [category-name]?" popup, enter the category name in the Consent category name field and click **Disable category**.
88+
3. On the "Disable [category-name]?" popup, enter the category name in the Consent category name field and click **Disable category**.

0 commit comments

Comments
 (0)