Skip to content

Commit 4bb1395

Browse files
Merge pull request #7764 from segmentio/master
Master to develop after one-off release
2 parents 6ed661c + e7ccca6 commit 4bb1395

File tree

3 files changed

+76
-33
lines changed

3 files changed

+76
-33
lines changed

src/_data/privacy.yml

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,48 @@ sections:
33
section_col: 6
44
section:
55
- name: Detect and classify customer data
6-
description: "The Privacy Portal helps automate preparing for new privacy regulations."
6+
description: "The Privacy Portal helps streamline your response to new privacy regulations."
77
path: /privacy/portal/
88
icon: media/classify.svg
99
- name: Control what data you collect
10-
description: "Take control over whether specific data is allowed to enter Segment"
10+
description: "Take control of the data that enters your workspace."
1111
path: /privacy/data-controls/
1212
icon: media/control.svg
1313

14-
- section_title: Prepare for GDPR & CCPA
14+
- section_title: Respect your end user's consent preferences
15+
section_col: 4
16+
section:
17+
- name: Consent in Segment Connections
18+
description: "Manage end user consent in your downstream tools with Consent Management."
19+
path: /privacy/consent-management/consent-in-segment-connections/
20+
- name: Consent in Reverse ETL
21+
description: "Enforce consent preferences stored in your data warehouse."
22+
path: /privacy/consent-management/consent-in-retl/
23+
- name: Consent stored on the Profile
24+
description: "Create Audiences of users based on consent status."
25+
path: /docs/privacy/consent-management/consent-in-unify/
26+
27+
- section_title: Delete user and workspace data
28+
section_col: 4
29+
section:
30+
- name: Delete and suppress data about end users
31+
description: "Comply with GDPR and CCPA by deleting information from Segment about your company's end users."
32+
path: /privacy/user-deletion-and-suppression/
33+
- name: Delete data from sources, a Unify space, or your entire workspace
34+
description: "Remove all data from a source, a Unify space, or a workspace."
35+
path: /privacy/account-deletion/
36+
- name: Data Deletion and Retention Policy
37+
description: "Manage your data accurately, efficiently, and securely within clearly defined retention periods."
38+
path: /privacy/data-retention-policy/
39+
40+
- section_title: Tools to comply with privacy regulations
1541
section_col: 6
1642
section:
17-
- name: Understand and Comply with regulations
18-
description: "Segment is committed to making it easier for you to comply with the GDPR."
19-
path: /privacy/complying-with-the-gdpr/
43+
- name: HIPAA-Eligible Segment
44+
icon: media/database-star.svg
45+
description: "Segment is a HIPAA eligible platform, and meets the data privacy and security requirements of healthcare customers and their stakeholders."
46+
path: /privacy/hipaa-eligible-segment/
47+
- name: Complying with the GDPR
2048
icon: media/comply.svg
21-
- name: Delete and suppress data about end-users
22-
description: "Easily remove your company's end-users from Segment and supported connections."
23-
path: /privacy/user-deletion-and-suppression/
24-
icon: media/delete.svg
49+
description: "Learn more about the tools and strategies you can use to maintain GDPR compliance."
50+
path: /privacy/hipaa-eligible-segment/

src/_data/sidenav/main.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -587,23 +587,13 @@ sections:
587587
title: Privacy Overview
588588
- section_title: Privacy Portal
589589
slug: protocols/portal
590-
expanded: true
591590
section:
592591
- path: /privacy/portal
593592
title: Detect PII
594593
- path: /privacy/data-controls
595594
title: Data Controls and Alerts
596-
- section_title: GDPR
597-
slug: protocols/complying-with-the-gdpr
598-
expanded: true
599-
section:
600-
- path: /privacy/complying-with-the-gdpr
601-
title: Complying With GDPR
602-
- path: /privacy/user-deletion-and-suppression
603-
title: User Deletion and Suppression
604595
- section_title: Consent Management
605596
slug: privacy/consent-management
606-
expanded: true
607597
section:
608598
- path: /privacy/consent-management
609599
title: Consent Management Overview
@@ -617,10 +607,17 @@ sections:
617607
title: Consent in Reverse ETL
618608
- path: /privacy/consent-management/consent-faq
619609
title: Consent FAQs
610+
- section_title: Deletion and Suppression
611+
slug: privacy/user-deletion-and-suppression
612+
section:
613+
- path: /privacy/user-deletion-and-suppression
614+
title: User Deletion and Suppression
615+
- path: /privacy/account-deletion
616+
title: Account & Data Deletion
620617
- path: /privacy/data-retention-policy
621618
title: Data Retention and Deletion Policy
622-
- path: /privacy/account-deletion
623-
title: Account & Data Deletion
619+
- path: /privacy/complying-with-the-gdpr
620+
title: Complying With GDPR
624621
- path: /privacy/hipaa-eligible-segment
625622
title: HIPAA Eligible Segment
626623
- path: /privacy/faq

src/privacy/user-deletion-and-suppression.md

Lines changed: 31 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,32 @@ All deletion and suppression actions in Segment are asynchronous and categorized
1414
- Your Segment Workspace (Settings > End User Privacy)
1515
- [Segment's Public API](https://docs.segmentapis.com/tag/Deletion-and-Suppression){:target="_blank"}. You can delete up to 5000 `userId`s per call using the Public API.
1616

17-
With Regulations, you can issue a single request to delete and suppress data about a user by `userId`. Segment scopes Regulations to all sources in your workspace.
17+
With Regulations, you can issue a single request to delete and suppress data about a user by `userId`. Segment scopes Regulations to all sources in your workspace.
1818

1919
> warning "Data sent to device-mode destinations cannot be suppressed"
20-
> Destinations set up in device mode are sent directly to destinations and bypass the point in the pipeline where Segment suppresses events.
20+
> Destinations set up in device mode are sent directly to destinations and bypass the point in the pipeline where Segment suppresses events.
2121
22-
The following regulation types are available:
22+
Segment has 2 types of Regulations:
23+
- **Segment-only Regulations**: These Regulations *only* delete or suppress data about your user from internal Segment systems.
24+
- **Segment & Destination Regulations**: These Regulations delete user data from internal Segment systems and then forward a deletion request to any connected destinations that support programmatic deletion. For a list of destination that support programmatic deletion, see [Which destinations can I send deletion requests to?](/docs/privacy/faq/#which-destinations-can-i-send-deletion-requests-to).
25+
26+
While both Regulation types are limited to 110,000 users every calendar month, you can temporarily increase your rate limit for Segment-only Regulations. To send more than 110,000 Segment-only Regulations over a 30 day period, [contact Segment Support](https://segment.com/help/contact/){:target="_blank"}.
27+
28+
### Segment-only Regulations
29+
The following Segment-only Regulation types are available:
2330

2431
- **SUPPRESS_WITH_DELETE_INTERNAL*:** Suppress new data and delete from Segment internal systems only
2532
- **DELETE_INTERNAL*:** Delete data from Segment internal systems only
2633
- **SUPPRESS_ONLY***: Suppress new data without deleting existing data
2734
- **UNSUPPRESS*:** Stop an ongoing suppression
35+
36+
### Segment & Destination Regulations
37+
38+
The following Segment & Destination Regulations are available:
39+
2840
- **SUPPRESS_WITH_DELETE:** Suppress new data and delete existing data
2941
- **DELETE_ONLY:** Delete existing data without suppressing any new data
3042

31-
> info "All regulations are rate limited to 110,000 users within a 30-day period"
32-
> To send more than 110,000 `SUPPRESS_ONLY`, `UNSUPRESS`, `DELETE_INTERNAL` and/or `SUPPRESS_WITH_DELETE_INTERNAL` Regulations over a 30 day period, [contact Segment Support](https://segment.com/help/contact/){:target="_blank"}.
3343

3444
## Deletion Support
3545

@@ -47,13 +57,23 @@ Warehouse deletions occur using a DML run against your cluster or instance. Segm
4757
<!--- not supported yet > warning "Connected warehouses deletions"
4858
> Segment will attempt to delete messages with the target `userId` from your connected warehouses for 7 days. If, after 7 days, Segment cannot delete all identified messages from your connected data warehouse, Segment displays a status of `unsuccessful`. If Segment is unable to delete all identified messages, you will be responsible for removing any --->
4959

50-
#### Deletion requests tab
60+
### Deletion requests tab
61+
62+
The deletion requests tab shows a 30-day overview of your deletions pipeline, including a Regulations usage tracker and a deletion requests status table.
63+
64+
To navigate to the deletion requests tab, open the Segment app and navigate to **Privacy > Deletion and Suppression > Deletion**.
65+
66+
#### Regulations usage tracker
67+
68+
The usage tracker on the deletion requests tab shows you how many Segment & destination Regulations and how many Segment-only Regulations you have remaining for the calendar month.
69+
70+
#### Deletion requests status
5171

52-
The deletion requests tab shows a log of all regulations and their status.
72+
The deletion requests status table allows you to see the status of each of the Regulations that you've submitted, including if the Regulation was forwarded to your destinations, the deletion type, the date the Regulation was received, and the date the Regulation was completed.
5373

54-
In the Segment App (Settings > End User Privacy > Deletion Requests), you can click a `userId` to view its status in Segment internal systems and in the connected destinations.
74+
If you need to verify if information about a specific user was deleted or suppressed, you can search for a `userId` to view its status in Segment internal systems and in the connected destinations.
5575

56-
The deletion request can have one of the following statuses:
76+
A deletion request can have one of the following statuses:
5777

5878
1. `INITIALIZED`
5979
2. `INVALID`
@@ -65,9 +85,9 @@ The deletion request can have one of the following statuses:
6585

6686
When checking the status of deletion requests using Segment's API, the deletion will report an overall status of all of the deletion processes. As a result, Segment returns a `FAILED` status because of a failure on an unsupported destination, even if the deletion from the Segment Internal Systems and supported destinations were completed successfully.
6787

68-
#### Deletion request SLA
88+
### Deletion request SLA
6989

70-
Segment has a 30-day SLA for completing deletion requests in Segment's internal stores for deletion requests of fewer than 110,000 users made over 30 days. Your requests will be rate limited if you submit more than 110,000 deletion requests within 30 days.
90+
Segment has a 30-day SLA for completing deletion requests in Segment's internal stores for deletion requests of fewer than 110,000 users made over a calendar month. Your requests will be rate limited if you submit more than 110,000 deletion requests in a calendar month.
7191

7292
> warning "This 30-day SLA is limited to only Segment's internal stores"
7393
> Segment cannot guarantee that deletions in your Amazon S3 instance, your connected data warehouse, or other third-party destinations will be completed during that 30-day period.

0 commit comments

Comments
 (0)