You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/privacy/configure-consent-management.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Once you've configured consent in the Segment app and updated your sources to co
17
17
Before you can configure consent in Segment, take the following steps:
18
18
-**Set up your third-party consent management tool and create consent categories**. Take note of your consent categories and the key or ID associated with each category.
19
19
-**Know how your company uses each destination**. You need to know which destinations to map to each category.
20
-
-**Access to your web and mobile libraries**. After you set up consent categories in the Segment app, you need to integrate your CDP and your Segment sources using a wrapper or other solution.
20
+
-**Access to your web and mobile libraries**. After you set up consent categories in the Segment app, you need to integrate your CMP and your Segment sources using a wrapper or other solution.
21
21
22
22
<!-- TODO: fix above link to mobile consent repository-->
23
23
@@ -42,8 +42,8 @@ Before you can configure consent in Segment, take the following steps:
42
42
## Step 2: Integrating your CMP with Segment
43
43
44
44
Once you've created consent categories in the Segment app, you need to integrate your CMP with Segment. Segment recommends using a CMP wrapper, but you can use any solution provided it meets the following criteria:
45
-
- Reads the end user consent preference from your CMP and includes the consent object in every event
46
-
- Generates the Segment Consent Preference Track event every time a user provides or updates their consent preferences with their anonymousId and userId
45
+
- Reads the end user consent preference from your CMP and includes the [consent object](/docs/privacy/consent-management/#consent-object) in every event
46
+
- Generates the [Segment Consent Preference Track](/docs/privacy/consent-management/#segment-consent-preference-track) event every time a user provides or updates their consent preferences with their anonymousId and userId
47
47
48
48
Segment provides a OneTrust wrapper for the following sources:
49
49
-**Analytics.js**: Please follow the instructions from the README in the [@segment/analytics-consent-wrapper-onetrust repository](https://github.com/segmentio/analytics-next/tree/master/packages/consent/consent-wrapper-onetrust){:target="_blank"}.
0 commit comments