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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Before you can configure consent in Segment, take the following steps:
31
31
-**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.
32
32
-**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
33
-**Mapped destinations**: Select one or more of your destinations to map to this category. Category mappings apply to all instances of a destination.
34
-
5.Once you've finished setting up your category or categories, click **Save**.
34
+
5.After you've finished setting up your category or categories, click **Save**.
35
35
36
36
> warning "Segment recommends mapping all destinations to a category"
37
37
> Segment assumes all destinations without a mapping do not require user consent and will receive all events containing a consent object. If a destination is mapped to multiple categories, a user must consent to all categories for data to flow to the destination.
Copy file name to clipboardExpand all lines: src/privacy/consent-management/consent-in-retl.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Before you can enforce consent stored in your warehouse, take the following step
33
33
-**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.
34
34
-**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.
35
35
-**Mapped destinations**: Select one or more of your Reverse ETL destinations to map to this category. Category mappings apply to all instances of a destination.
36
-
5.Once you've finished setting up your category or categories, click **Save**.
36
+
5.After you've finished setting up your category or categories, click **Save**.
37
37
38
38
> warning "Segment recommends mapping all Reverse ETL destinations to a category"
39
39
> Segment assumes all destinations without a mapping do not require user consent and will receive all events containing a consent object. If a destination is mapped to multiple categories, a user must consent to all categories for data to flow to the destination.
@@ -55,7 +55,7 @@ After you set up consent categories in the Segment app, you must identify the co
55
55
> If you create consent categories in your workspace but fail to identify columns that contain consent preferences in your data model, events flow to all destinations in your workspace regardless of end user consent preferences.
56
56
57
57
To identify consent when building your model:
58
-
1. Navigate to Connections > Sources and select the Reverse ETL tab. Select your source and click **Add Model**.
58
+
1. Navigate to **Connections > Sources** and select the Reverse ETL tab. Select your source and click **Add Model**.
59
59
2. Click **SQL Editor** as your modeling method.
60
60
3. Create the SQL query that’ll define your model. Your model is used to map data to your Reverse ETL destinations.
61
61
4. Choose a column to use as the unique identifier for each record in the Unique Identifier column field.
@@ -148,4 +148,4 @@ Open the [Profile Explorer](/docs/unify/#profile-explorer) and verify that your
148
148
### Reverse ETL Actions destinations
149
149
Segment automatically filters out data from users who have not consented to the category mapped to your destination.
150
150
151
-
To verify that this behavior is working as intended, open [Delivery Overview](/docs/connections/delivery-overview) for a RETL-supported Actions destination and view some of the events that were successfully delivered to the destination. The events in your destination should only come from users that consented to send data to the category that your supported Actions destination belongs to.
151
+
To verify that this behavior is working as intended, open [Delivery Overview](/docs/connections/delivery-overview) for a RETL-supported Actions destination and view the events that were successfully delivered to the destination. The events in your destination should only come from users that consented to send data to the category that your supported Actions destination belongs to.
0 commit comments