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.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,7 @@ If an end user changes the categories they consent to (or if they consent using
27
27
> warning "Segment recommends mapping all destinations to a category"
28
28
> Segment assumes any destinations without a mapping do not require user consent and will receive all events containing a consent object.
29
29
30
-
31
-
<!--- out of scope for Q2: For example, if a user agreed to share their information with you for all categories on their first visit to your site, and then on their next visit to the site only consented to sharing data for functional and advertising purposes but not for analytics or data sharing, a [Track call](/docs/connections/spec/track/) demonstrating their new consent preferences would have the following format:
30
+
For example, if a user agreed to share their information with you for all categories on their first visit to your site, and then on their next visit to the site only consented to sharing data for functional and advertising purposes but not for analytics or data sharing, a [Track call](/docs/connections/spec/track/) demonstrating their new consent preferences would have the following format:
32
31
33
32
```json
34
33
{
@@ -59,7 +58,6 @@ If an end user changes the categories they consent to (or if they consent using
59
58
>
60
59
> See the [Semantic Events](/docs/connections/spec/semantic/) docs for more details.
61
60
62
-
--->
63
61
64
62
To learn more about configuring consent categories in your workspace, see the [Configure Consent Management documentation](/docs/privacy/configure-consent-management/).
65
63
@@ -71,6 +69,7 @@ Segment requires every event from all of your sources to include the end-user co
71
69
{
72
70
"context": {
73
71
"consent": {
72
+
"version": 1,
74
73
"consentPreferences": {
75
74
"Advertising": true,
76
75
"Analytics": false,
@@ -82,15 +81,12 @@ Segment requires every event from all of your sources to include the end-user co
82
81
}
83
82
84
83
```
85
-
<!--- Q3 scope:
86
84
87
85
### Consent policy version
88
86
89
-
add to snippet above:" "version": 1,"
90
-
91
87
Segment assigns a `version` to your consent object. The `version` describes the version of Segment's consent schema that message used.
92
88
93
-
A consent conflict flag and the categories consented to by a user are both pulled from the consent object and are visible as traits on a user's profile in Unify. --->
89
+
A consent conflict flag and the categories consented to by a user are both pulled from the consent object and are visible as traits on a user's profile in Unify.
0 commit comments