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/consent-in-retl.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,6 @@ With Consent Management in Reverse ETL, you can enforce your end-users' consent
7
7
8
8
To enforce consent stored in your warehouse, build a Reverse ETL model that identifies consent categories. You can create a "consent to" column mapping in a new data model or update an existing data model to include a "consent to" mapping.
9
9
10
-
> info "Consent in Reverse ETL supports Reverse ETL-supported Actions destinations and Segment Connections"
11
-
> At this time, Consent in Reverse ETL does not support adding consent to Segment Profiles using the Segment Profiles destination. To enforce consent data in your classic Segment destinations, use the [Segment Connections destination](/docs/connections/destinations/catalog/actions-segment/).
12
-
13
10
## Prerequisites
14
11
15
12
> info "Consent management edit and update capabilities limited to Workspace Owners"
@@ -121,9 +118,6 @@ from CONSENT_PREFERENCES;
121
118
122
119
After you set up categories in the Segment app and create a SQL model that extracts consent information, connect your downstream destinations to complete the consent enforcement process.
123
120
124
-
> info "Consent in Reverse ETL supports Reverse ETL-supported Actions destinations and Segment Connections"
125
-
> At this time, Consent in Reverse ETL does not support enforcing consent in the Segment Profiles destination. To enforce consent data in your classic Segment destinations, use the [Segment Connections destination](/docs/connections/destinations/catalog/actions-segment/).
126
-
127
121
To add your first destination:
128
122
1. Navigate to **Connections > Destinations** and select the **Reverse ETL** tab.
129
123
2. Click **Add Reverse ETL destination**.
@@ -146,8 +140,8 @@ Segment automatically adds the [consent object](/docs/privacy/consent-management
146
140
147
141
Open the Source Debugger for your Reverse ETL source and confirm that the [consent object](/docs/privacy/consent-management/consent-in-segment-connections/#consent-object) appears on every event and that the consent object has the categories you mapped in [Step 2: Identify consent columns](#step-2-identify-consent-columns).
148
142
149
-
<!--- ### Segment Profiles
150
-
Open the [Profile Explorer](/docs/unify/#profile-explorer) and verify that your profiles contain the [Segment Consent Preference Updated](/docs/privacy/consent-management/consent-in-unify/#segment-consent-preference-updated-event) event. --->
143
+
### Segment Profiles
144
+
Open the [Profile Explorer](/docs/unify/#profile-explorer) and verify that your profiles contain the [Segment Consent Preference Updated](/docs/privacy/consent-management/consent-in-unify/#segment-consent-preference-updated-event) event.
151
145
152
146
### Reverse ETL Actions destinations
153
147
Segment automatically filters out data from users who have not consented to the category mapped to your destination.
0 commit comments