Skip to content

Commit 82d5fe9

Browse files
committed
add consent mgmt to sidenav, redirects
1 parent a300458 commit 82d5fe9

File tree

6 files changed

+13
-4
lines changed

6 files changed

+13
-4
lines changed

src/_data/sidenav/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,16 @@ sections:
499499
title: Complying With GDPR
500500
- path: /privacy/user-deletion-and-suppression
501501
title: User Deletion and Suppression
502+
- section_title: Consent Management
503+
slug: privacy/consent-management
504+
expanded: true
505+
section:
506+
- path: /privacy/consent-management
507+
title: Consent Management Overview
508+
- path: /privacy/consent-management/consent-in-segment-connections
509+
title: Consent in Segment Connections
510+
- path: /privacy/consent-management/configure-consent-management
511+
title: Configure Consent Management
502512
- path: /privacy/account-deletion
503513
title: Account & Data Deletion
504514
- path: /privacy/hipaa-eligible-segment

src/privacy/configure-consent-management.md renamed to src/privacy/consent-management/configure-consent-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure Consent Management
33
related:
44
- "/privacy/consent-management/"
55
- "/privacy/consent-in-segment-connections/"
6-
- "/privacy/consent-in-unify/"
6+
redirect_from: "/privacy/configure-consent-management"
77
---
88

99
After setting up your consent management platform (CMP), you can enforce the consent collected from your users by adding the [consent object](/docs/privacy/consent-in-segment-connections/#consent-object) to your events.

src/privacy/consent-in-segment-connections.md renamed to src/privacy/consent-management/consent-in-segment-connections.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Consent in Segment Connections
33
related:
44
- "/privacy/consent-management/"
55
- "/privacy/configure-consent-management/"
6+
redirect_from: "/privacy/consent-in-segment-connections"
67
---
78

89
Segment Connections users can add the [consent object](#consent-object) to their sources to stamp events with the end user consent preferences captured by your consent management platform (CMP) and send them downstream to destinations in categories that an end user consented to share data with. Events without the consent object continue to flow to destinations without consent enforcement.
File renamed without changes.

src/privacy/consent-management.md renamed to src/privacy/consent-management/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ related:
55
- "/privacy/consent-in-segment-connections/"
66
- "/privacy/consent-in-unify/"
77
---
8-
> info "Consent Management is in public beta"
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.
108

119
When an end user visits your web or mobile app, 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. Some common categories include personalization, advertising, and site performance.
1210

1311
Segment integrates with your commercial third-party or bespoke consent management platform (CMP) that captures an end user's consent preferences and enforces those preferences by only routing events to the categories consented to by an end user.
1412

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

1715
After a user sets their consent preferences on your web or mobile app, Segment requires you to add the [consent object](/docs/privacy/consent-in-segment-connections/#consent-object) to all events. If you are using OneTrust, Segment provides a wrapper for your web and mobile libraries that can add the consent object to your events. If you are using another CMP, you are required to add the consent object to your events by either creating your own wrapper or using another mechanism. For more information, see the [Configure Consent Management documentation](/docs/privacy/configure-consent-management/#step-2-integrating-your-cmp-with-segment).
1816

0 commit comments

Comments
 (0)