Skip to content

Commit 2f9a1ab

Browse files
committed
Merge branch 'consent-management-private-beta' of https://github.com/segmentio/segment-docs into consent-management-private-beta
2 parents 6543240 + 00e9baa commit 2f9a1ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/privacy/configure-consent-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure Consent Management
33
hidden: true
44
---
55
> info "Consent Management is in private beta"
6-
> This means that the Consent Management features are in active development, and some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
6+
> This means that Consent Management features are in active development, and some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
77
88
After setting up a third-party consent management platform (CMP), you can enforce the consent collected from your users by configuring consent categories in your your Segment workspace and adding the [consent object](/docs/privacy/consent-management/#consent-object) to your web libraries.
99

@@ -37,7 +37,7 @@ Before you can configure consent in Segment, take the following steps:
3737
5. Once you've finished setting up your category or categories, click **Save**.
3838

3939
> warning "Segment recommends mapping all destinations to a category"
40-
> Destinations without a mapping are assumed to not require user consent and will receive all events containing a consent object.
40+
> Segment assumes all destinations without a mapping do not require user consent and will receive all events containing a consent object.
4141
4242
## Step 2: Add the consent wrapper to Analytics.js
4343

src/privacy/consent-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ After a user sets their consent preferences, Segment captures them with the [Ana
2222
## Enforce consent
2323
Segment routes events with a consent object to the destinations in categories consented to by a user and to destinations that do not have a consent category.
2424

25-
If an end 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. Events will be sent only to the destinations in the categories that are currently consented to.
25+
If an end 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. Segment only sends events to the destinations in the categories that are currently consented to.
2626

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.

src/privacy/reconcile-consent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hidden: true
66
Segment sends data only to destinations in categories consented to by the end user. When conflicts arise between the consent object and integrations object or your consent management tool, Segment reconciles consent according to the following tables.
77

88
> info "Consent Management is in private beta"
9-
> This means that the Consent Management features are in active development, and some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
9+
> This means that Consent Management features are in active development, and some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
1010
1111
## Reconcile consent category trait conflicts
1212

0 commit comments

Comments
 (0)