Skip to content

Commit c5d2033

Browse files
committed
init consent management
1 parent 2e8cb27 commit c5d2033

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed

src/_data/sidenav/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,16 @@ sections:
444444
title: Complying With GDPR
445445
- path: /privacy/user-deletion-and-suppression
446446
title: User Deletion and Suppression
447+
- section_title: Consent Management
448+
slug: /privacy/consent-management
449+
expanded: true
450+
section:
451+
- path: /privacy/consent-management
452+
title: Consent Management Overview
453+
- path: /privacy/configure-consent-management
454+
title: Configure Consent Management
455+
- path: /privacy/enforce-consent
456+
title: Enforce Consent Management
447457
- path: /privacy/account-deletion
448458
title: Account & Data Deletion
449459
- path: /privacy/hipaa-eligible-segment
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Configure Consent Management
3+
---
4+
> info "Consent Management is currently in private beta"
5+
> 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+
7+
## Step 1:
8+
9+
## Step 2:
10+
11+
## Ingesting consent data

src/privacy/consent-management.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Consent Management Overview
3+
---
4+
> info "Consent Management is currently in private beta"
5+
> 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+
7+
## Consent preferences
8+
9+
## Consent object
10+
11+
### Consent object vs integrations object

src/privacy/enforce-consent.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Enforce Consent
3+
---
4+
5+
Segment sends data only to destinations in categories the end user has consented to sending data to.
6+
7+
> info "Consent Management is currently in private beta"
8+
> 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+
10+
## Reconcile consent object and integrations object conflicts
11+
12+
If the consent object and integrations object have conflicting destination <!--find an appropriate word-->, Segment reconciles them according to the following table:
13+
14+
| Consent Preference | Integration Object | Result |
15+
| ------------------ | ------------------ | ------ |
16+
| No data | No data | |

0 commit comments

Comments
 (0)