Skip to content

Commit 01bfd4b

Browse files
committed
[netlify-build]
1 parent 3494d5c commit 01bfd4b

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/privacy/consent-management/consent-in-unify.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,15 @@ Segment requires every event from all of your sources to include the end user co
3232

3333
```
3434

35-
Segment events without a context object or consent object or events that have an empty context or consent object do not impact consent preferences on the Profile and have the following behavior:
36-
- Segment sets a value of `false` on a Profile for all consent categories for which consent has never collected.
37-
- Segment sets a value of `false` on a Profile for each consent category in any events with an empty `context.consent.categoryPreferences` object.
38-
- Segment sets a value of `false` on a Profile for categories not addressed in an `context.consent.categoryPreferences` object.
39-
- Profiles that have consent categories which have never been collected are set to `false` during a Profile Merge. This might result in a [Profile level conflict](#profile-level-conflict).
35+
Segment events without a context object or consent object or events that have an empty context or consent object do not impact consent preferences on the Profile.
36+
37+
However, if you send events with consent categories that are set up in your CMP but not included in your consent object (a consent category is "missing" from your consent object) or if you have consent categories for which you haven't yet collected consent preferences, Segment sets consent preferences for those categories to `false`.
38+
39+
This behavior includes:
40+
- Segment setting a value of `false` on a Profile for all consent categories for which consent has never collected.
41+
- Segment setting a value of `false` on a Profile for each consent category in any events with an empty `context.consent.categoryPreferences` object.
42+
- Segment setting a value of `false` on a Profile for categories not addressed in an `context.consent.categoryPreferences` object.
43+
- 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).
4044

4145
## Segment Consent Preference Updated event
4246

0 commit comments

Comments
 (0)