|
1 | 1 | ---
|
2 |
| -title: Consent Stored on the Profile |
| 2 | +title: Consent on the Profile |
3 | 3 | plan: consent-management
|
4 | 4 | redirect_from: "/privacy/consent-in-unify"
|
5 | 5 | ---
|
@@ -36,10 +36,10 @@ Segment considers consent preferences for a category to be "missing" when events
|
36 | 36 | Segment considers consent preferences for a category to be "never collected" when events are sent without consent data to categories that do not yet exist on the profile.
|
37 | 37 |
|
38 | 38 | This behavior includes:
|
39 |
| -- Segment setting a value of `false` on a Profile for all consent categories for which consent has never collected. |
40 | 39 | - Segment setting a value of `false` on a Profile for each consent category in any events with an empty `context.consent.categoryPreferences` object.
|
41 |
| -- Segment setting a value of `false` on a Profile for categories not addressed in an `context.consent.categoryPreferences` object. |
42 |
| -- Segment setting Profiles that have consent categories which have never been collected to `false` during a Profile Merge. This might result in a [Profile level conflict](#profile-level-conflict). |
| 40 | +- Segment assumes a value of `false` for all “missing” categories in an `context.consent.categoryPreferences` object. |
| 41 | +- Segment assumes a value of `false` for all “missing” and “never collected” categories during a Profile Merge. This might result in a [Profile level conflict](#profile-level-conflict). |
| 42 | +- Segment assumes a value of `false` for all "missing" and "never collected" categories when used in Engage Audiences. |
43 | 43 |
|
44 | 44 | ## Segment Consent Preference Updated event
|
45 | 45 |
|
@@ -128,10 +128,7 @@ To avoid Profile-level conflicts, Segment recommends that you take the following
|
128 | 128 | > Profile conflicts only impact Profiles used in Engage spaces.
|
129 | 129 |
|
130 | 130 | ## Enforcing consent in Twilio Engage
|
131 |
| -Consent enforcement in Twilio Engage and Linked is currently unavailable during the public beta. Segment stores consent preferences as traits on the Profile. |
132 |
| - |
133 |
| -> warning "" |
134 |
| -> Consent stored on the Profile does not automatically enforce consent in Twilio Engage or Linked Audiences. |
| 131 | +Segment stores consent preferences as traits on the Profile, which you can use to [build Audiences](/docs/engage/audiences/#building-an-audience). |
135 | 132 |
|
136 | 133 | ## Validating consent preferences stored on a Profile
|
137 | 134 | You can validate consent is present on the Profile by looking for the consent trait provided for a Profile on the consent tab.
|
|
0 commit comments