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/configure-consent-management.md
+3-15Lines changed: 3 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,9 +79,6 @@ oneTrust(analytics)
79
79
analytics.load({ writeKey: '<MY_WRITE_KEY'> })
80
80
```
81
81
82
-
> warning "Events may be generated while the Analytics.js SDK loads"
83
-
> Any events generated before the Analytics.js SDK is fully loaded may be lost.
84
-
85
82
## Edit consent categories
86
83
87
84
If you need to make changes to your consent categories, you can edit them on the Consent Management page.
@@ -93,17 +90,8 @@ If you need to make changes to your consent categories, you can edit them on the
93
90
94
91
## Disable consent categories
95
92
96
-
Disabling a consent category means that Segment no longer enforces end user consent preferences for the destinations in the disabled category. Other consent categories are not affected. You can't delete a category.
93
+
Disabling a consent category means that Segment no longer enforces end user consent preferences for the destinations in the disabled category. Other consent categories are not affected.
97
94
98
95
1. From the [Segment homepage](https://app.segment.com/goto-my-workspace/){:target="_blank”}, select the Privacy tab and click **Consent Management**.
99
-
2. On the Consent Management page,
100
-
101
-
<!--- Fix this section when it no longer throws an error --->
102
-
103
-
## Consent Observability
104
-
105
-
<!--- You can view consent preference events in your [Tracking Plan](/docs/protocols/tracking-plan/create/) and view discarded events in [Delivery Overview](/docs/connections/delivery-overview/). --->
106
-
<!---### Tracking Plan
107
-
### Delivery Overview
108
-
out of current scope--->
109
-
Events discarded due to consent preferences appear in [Delivery Overview](/docs/connections/delivery-overview/) at the "Filtered at destination" step with the discard reason `Filtered by end user consent`.
96
+
2. On the Consent Management page, disable the toggle for the category you'd like to disable.
97
+
3. On the "Disable [category-name]?" popup, enter the category name in the Consent category name field and click **Disable category**.
Copy file name to clipboardExpand all lines: src/privacy/consent-management.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ related:
10
10
11
11
When an end user visits your site, they set **consent preferences**, or make decisions about the types of data they want you to collect, use, and share. These consent preferences are typically presented as a set list of categories that describe how your company intends to use that data. Common categories include personalization, advertising, and site performance.
12
12
13
-
Segment works with your third-party consent management platform (CMP) or bespoke consent solution to capture an end user's consent preferences and enforce those preferences by routing events to the categories consented to by an end user.
13
+
Segment works with your third-party consent management platform (CMP) or bespoke consent solution to capture an end user's consent preferences and enforce those preferences by only routing events to the categories consented to by an end user.
14
14
15
15

16
16
@@ -21,7 +21,7 @@ After a user sets their consent preferences, Segment captures them with the [Ana
21
21
22
22
If a user changes the categories they consent to or if they consent using a different device or identifier, any events they generate after updating their consent preferences will contain the updated consent information.
23
23
24
-
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:
24
+
<!--- 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:
25
25
26
26
``` json
27
27
{
@@ -52,6 +52,8 @@ For example, if a user agreed to share their information with you for all catego
52
52
>
53
53
> See the [Semantic Events](/docs/connections/spec/semantic/) docs for more details.
54
54
55
+
--->
56
+
55
57
To learn more about configuring consent categories in your workspace, see the [Configure Consent Management documentation](/docs/src/privacy/configure-consent-management).
56
58
57
59
## Consent object
@@ -96,4 +98,4 @@ If the consent object and integrations object have conflicting destination infor
96
98
<!---### Tracking Plan
97
99
### Delivery Overview
98
100
out of current scope--->
99
-
Events discarded due to consent preferences appear in [Delivery Overview](/docs/connections/delivery-overview/) at the "Filtered at destination" step with the discard reason `Filtered by end user consent`.
101
+
Events discarded due to consent preferences appear in [Delivery Overview](/docs/connections/delivery-overview/) at the "Filtered at destination" step with the discard reason __Filtered by end user consent__.
0 commit comments