From 97cebb2da1d528d2fd4b599f1c1e4d4e25f52dd6 Mon Sep 17 00:00:00 2001 From: Anand Ramakrishnan Date: Tue, 27 Aug 2024 23:10:27 -0700 Subject: [PATCH 1/3] Note on additional charges for deletions --- src/privacy/faq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/privacy/faq.md b/src/privacy/faq.md index 1e9d08c4d6..7035eb917e 100644 --- a/src/privacy/faq.md +++ b/src/privacy/faq.md @@ -78,3 +78,5 @@ Segment supports the following regulation types: - **SUPPRESS_WITH_DELETE**: Suppress new data based on the `userId` and also delete all existing data for that ID from your workspace and our internal archives. While Segment forwards the deletion request to your downstream destinations, Segment cannot guarantee deletion in your third-party tools. - **DELETE_INTERNAL**: Deletes user data from within Segment archives only and not from any connected destinations. - **DELETE_ONLY**: Deletes user data from Segment and your connected warehouses. Also sends a deletion request to your downstream destinations. + +**Note**: Using **SUPPRESS_WITH_DELETE** or **DELETE_ONLY** regulation types might incur additional charges levied by your destination provider. From 3cd26a550dc18477287c904a61bc1b7d581319dc Mon Sep 17 00:00:00 2001 From: Anand Ramakrishnan Date: Tue, 27 Aug 2024 23:13:59 -0700 Subject: [PATCH 2/3] Update user-deletion-and-suppression.md --- src/privacy/user-deletion-and-suppression.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/privacy/user-deletion-and-suppression.md b/src/privacy/user-deletion-and-suppression.md index ab97bca482..069e475b65 100644 --- a/src/privacy/user-deletion-and-suppression.md +++ b/src/privacy/user-deletion-and-suppression.md @@ -31,6 +31,8 @@ The following regulation types are available: - **SUPPRESS_WITH_DELETE_INTERNAL:** Suppress new data and delete from Segment internals only - **DELETE_ONLY:** Delete existing data without suppressing any new data +**Note**: Using **SUPPRESS_WITH_DELETE** or **DELETE_ONLY** regulation types might incur additional charges levied by your destination provider. + ## Suppression Support and the Right to Revoke Consent `SUPPRESS` regulations add a user to your suppression list by the `userId`. Segment blocks suppressed users across all sources; messages you send to Segment with a suppressed `userId` are blocked at the API. These messages do not appear in the debugger, are not saved in archives and systems, and are not sent to any downstream server-side destinations. However, if you set up a destination in [device-mode](/docs/connections/destinations/#connection-modes), the events are sent directly to destinations as well. In this case, Suppression doesn't suppress the events. From ab74e7143091c7f6f02b27beea08f8894c28b28a Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:29:03 -0400 Subject: [PATCH 3/3] Apply suggestions from code review --- src/privacy/faq.md | 3 ++- src/privacy/user-deletion-and-suppression.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/privacy/faq.md b/src/privacy/faq.md index 7035eb917e..4ec5c9535d 100644 --- a/src/privacy/faq.md +++ b/src/privacy/faq.md @@ -79,4 +79,5 @@ Segment supports the following regulation types: - **DELETE_INTERNAL**: Deletes user data from within Segment archives only and not from any connected destinations. - **DELETE_ONLY**: Deletes user data from Segment and your connected warehouses. Also sends a deletion request to your downstream destinations. -**Note**: Using **SUPPRESS_WITH_DELETE** or **DELETE_ONLY** regulation types might incur additional charges levied by your destination provider. +> info "" +> Using **SUPPRESS_WITH_DELETE** or **DELETE_ONLY** regulation types might lead to additional charges levied by your destination providers. diff --git a/src/privacy/user-deletion-and-suppression.md b/src/privacy/user-deletion-and-suppression.md index 069e475b65..0a398f11e9 100644 --- a/src/privacy/user-deletion-and-suppression.md +++ b/src/privacy/user-deletion-and-suppression.md @@ -31,7 +31,8 @@ The following regulation types are available: - **SUPPRESS_WITH_DELETE_INTERNAL:** Suppress new data and delete from Segment internals only - **DELETE_ONLY:** Delete existing data without suppressing any new data -**Note**: Using **SUPPRESS_WITH_DELETE** or **DELETE_ONLY** regulation types might incur additional charges levied by your destination provider. +> info "" +> Using **SUPPRESS_WITH_DELETE** or **DELETE_ONLY** regulation types might lead to additional charges levied by your destination providers. ## Suppression Support and the Right to Revoke Consent