Skip to content

Commit ef10a61

Browse files
committed
add enforce consent header [netlify-build]
1 parent 1bd942d commit ef10a61

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/privacy/consent-management.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,16 @@ After a user sets their consent preferences, Segment captures them with the [Ana
1919
> success ""
2020
> Segment collects consent for both registered users and anonymous users.
2121
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.
22+
## Enforce consent
23+
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.
24+
25+
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 and will be sent only to the destinations in the categories that are currently consented to.
26+
27+
> warning "Segment recommends mapping all destinations to a category"
28+
> For more fine-grained control of your end user consent, Segment recommends that you map all destinations to a consent category.
29+
>
30+
> Any destinations without a mapping are assumed to not require user consent and will receive all events containing a consent object.
31+
2332

2433
<!--- 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:
2534

0 commit comments

Comments
 (0)