Skip to content

Commit 78b1901

Browse files
committed
[netlify-build]
1 parent 247e436 commit 78b1901

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

src/privacy/configure-consent-management.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ oneTrust(analytics)
7979
analytics.load({ writeKey: '<MY_WRITE_KEY'> })
8080
```
8181

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-
8582
## Edit consent categories
8683

8784
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
9390

9491
## Disable consent categories
9592

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

9895
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**.

src/privacy/consent-management.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ related:
1010
1111
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.
1212

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

1515
![Diagram outlining information flowing from an end user to Segment destinations](/docs/privacy/images/consent-overview.png)
1616

@@ -21,7 +21,7 @@ After a user sets their consent preferences, Segment captures them with the [Ana
2121
2222
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.
2323

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:
2525
2626
``` json
2727
{
@@ -52,6 +52,8 @@ For example, if a user agreed to share their information with you for all catego
5252
>
5353
> See the [Semantic Events](/docs/connections/spec/semantic/) docs for more details.
5454
55+
--->
56+
5557
To learn more about configuring consent categories in your workspace, see the [Configure Consent Management documentation](/docs/src/privacy/configure-consent-management).
5658

5759
## Consent object
@@ -96,4 +98,4 @@ If the consent object and integrations object have conflicting destination infor
9698
<!---### Tracking Plan
9799
### Delivery Overview
98100
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

Comments
 (0)