Skip to content

Commit 935dda1

Browse files
committed
unhiding q3 stuff
1 parent 3e76932 commit 935dda1

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/privacy/consent-management.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ If an end user changes the categories they consent to (or if they consent using
2727
> warning "Segment recommends mapping all destinations to a category"
2828
> Segment assumes any destinations without a mapping do not require user consent and will receive all events containing a consent object.
2929
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:
3231

3332
``` json
3433
{
@@ -59,7 +58,6 @@ If an end user changes the categories they consent to (or if they consent using
5958
>
6059
> See the [Semantic Events](/docs/connections/spec/semantic/) docs for more details.
6160
62-
--->
6361

6462
To learn more about configuring consent categories in your workspace, see the [Configure Consent Management documentation](/docs/privacy/configure-consent-management/).
6563

@@ -71,6 +69,7 @@ Segment requires every event from all of your sources to include the end-user co
7169
{
7270
"context": {
7371
"consent": {
72+
"version": 1,
7473
"consentPreferences": {
7574
"Advertising": true,
7675
"Analytics": false,
@@ -82,15 +81,12 @@ Segment requires every event from all of your sources to include the end-user co
8281
}
8382

8483
```
85-
<!--- Q3 scope:
8684

8785
### Consent policy version
8886

89-
add to snippet above:" "version": 1,"
90-
9187
Segment assigns a `version` to your consent object. The `version` describes the version of Segment's consent schema that message used.
9288

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.
9490

9591

9692
## Reconcile consent conflicts

0 commit comments

Comments
 (0)