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/consent-management/configure-consent-management.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Before you can configure consent in Segment, take the following steps:
30
30
3. Confirm that you have completed the required prerequisites, and click **Next**.
31
31
4. On the Create consent categories page, add the following information to the category form:
32
32
-**Category name**: Enter a name that describes your use case for the data sent to this destination. This field only accepts category names that are 20 characters or less.
33
-
-**Category ID**: In OneTrust, this is a string of up to five alphanumeric characters, but other CMPs may have a different format. This field is case sensitive.
33
+
-**Category ID**: In OneTrust, this is a string of up to five alphanumeric characters, but other CMPs may have a different format. This field is case sensitive and cannot start with a number.
34
34
-**Mapped destinations**: Select one or more of your destinations to map to this category. Category mappings apply to all instances of a destination.
35
35
5. After you've finished setting up your category or categories, click **Save**.
36
36
@@ -49,6 +49,8 @@ Segment provides a OneTrust wrapper for the following sources:
49
49
-**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.
50
50
<!---- **React Native**: Please follow the instructions from the README in the [](){:target="_blank"} repository.--->
51
51
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.
53
+
52
54
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.
53
55
54
56
> warning "Consent Management is not backwards compatible with Segment's legacy iOS and Android libraries"
0 commit comments