Skip to content

Commit 06d3d75

Browse files
Merge pull request #7516 from segmentio/update-data-retention-policy
hotfix data retention policy
2 parents 48f05cf + 32c6c09 commit 06d3d75

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

src/privacy/data-retention-policy.md

+13-20
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ Segment enforces a data retention period of up to 3 years for Business Tier cust
2929

3030
The default data retention period for each of the data types is as follows:
3131

32-
| Tier | Archive Event Data Retention | Profile Event Data Retention | Object Data Retention | Audit | HIPAA Audit |
33-
| ------------ | ---------------------------- | ---------------------------- | --------------------- | ------- | -------------- |
32+
| Tier | Archive Event Data Retention | Profile Event Data Retention | Object Data Retention | Audit | HIPAA Audit |
33+
| ------------ | ---------------------------- | ---------------------------- | --------------------------------- | ------- | -------------- |
3434
| **Business** | 3 years | 3 years | 180 days | 3 years | 3 years |
3535
| **Team** | 365 days | Not applicable | 90 days | 365 days | Not applicable |
3636
| **Free** | 180 days | Not applicable | 60 days | 180 days | Not applicable |
3737

3838
> info ""
39-
> Segment calculates your data retention period starting from the date Segment ingests an event, not from the date an event originally occurred.
39+
> Segment calculates your data retention period for archive event and profile event data starting from the date Segment ingests an event, not from the date an event originally occurred. Object data retention periods are calculated from the date an object was last updated.
4040
41-
Through the self-serve Data Retention configuration in your workspace, you can configure a custom data retention period through the [Workspace Default Archive Retention Period](#workspace-default-archive-retention-period) setting.
41+
Segment will unrecoverably delete a disabled [Unify Space](/docs/unify/identity-resolution/space-setup/#step-one-create-a-new-dev-space) 90 days after it was disabled.
4242

4343
Segment recommends keeping your data for at least 30 days to enable [replays](/docs/guides/what-is-replay/) of your data.
4444

@@ -48,17 +48,13 @@ To change your data retention settings, open Segment and navigate to **Privacy >
4848

4949
Select the default retention period for the workspace in this setting. This value applies to all sources in the workspace, unless overridden in the [Source-Level Archive Retention Periods](#source-level-archive-retention-periods) setting.
5050

51-
> warning "7 day Retention Periods will be deprecated on March 6, 2025"
52-
> After March 6, you will no longer be able to set your workspace's retention period to 7 days. All workspaces with 7 day retention periods will be updated to have 14 day retention periods.
53-
54-
You can select from the following Archive Retention time periods:
55-
5651
- 14 days
5752
- 30 days
5853
- 90 days
5954
- 180 days
6055
- 365 days
61-
- Unlimited (**default**)
56+
- 3 years (the default setting starting July 15, 2025)
57+
- Unlimited (deprecated July 15, 2025)
6258

6359
### Source-Level Archive Retention Periods
6460

@@ -68,34 +64,31 @@ You can select from the following Archive Retention time periods:
6864
Override the workspace default retention period on a per-source level.
6965

7066
You can select from the following Archive Retention time periods:
71-
72-
- Default (This is the default value you set in the [Workspace Default Archive Retention Period](#workspace-default-archive-retention-period))
67+
- Default (This is the default value you set in the [Workspace Default Archive Retention Period](#workspace-default-archive-retention-period) setting)
7368
- 14 days
7469
- 30 days
7570
- 90 days
7671
- 180 days
7772
- 365 days
78-
- Unlimited
79-
8073

8174
### What data is impacted?
8275

8376
With this data retention policy, all data beyond the retention period is unrecoverably deleted from all of Segment and impacts the following:
8477

8578
* [Data Replays](/docs/guides/what-is-replay/) will only be available for data within the retention period. Unify, Engage and Linked customers that replay data to recreate Unify Spaces or Profiles may encounter variations in the number of profiles, as well as in the identifiers, traits and properties associated with the profiles, depending on the data available.
86-
* Backfill Data is only available for data within the retention period.
79+
* Backfill Data is only available for data within the retention period when sources are connected to your warehouse.
8780
* [Data residency](/docs/guides/regional-segment/) migrations across regions (US and EU) is only available for data within the retention period.
88-
* Additional impacts to Object data:
89-
* Cloud Object Data (using push) updated using the [Object API](/docs/connections/sources/catalog/libraries/server/object-api/#set), [Bulk API](/docs/connections/sources/catalog/libraries/server/object-bulk-api/), or webhook cloud sources (for example, [SendGrid](/docs/connections/sources/catalog/cloud-apps/sendgrid/#streaming) or [Mandrill](/docs/connections/sources/catalog/cloud-apps/mandrill/#streaming)): Any data older than 180 days is treated as a new record and may not contain any historic properties. To prevent loss of data properties, Segment recommends that you always send full objects with all properties.
90-
* Users and Accounts: Segment aggregates data from Identify and Group events for entities active within the last 180 days. Any data older than 180 days is treated as a new record and won't have historic properties. To prevent loss of data properties, Segment advises customers to migrate to using Profile Sync.
81+
* Additional impacts to Object data:
82+
* [Object API](/docs/connections/sources/catalog/libraries/server/object-api/#set), [Bulk API](/docs/connections/sources/catalog/libraries/server/object-bulk-api/), or [SendGrid](/docs/connections/sources/catalog/cloud-apps/sendgrid/#streaming) and [Mandrill](/docs/connections/sources/catalog/cloud-apps/mandrill/#streaming) streaming sources: Any data older than 180 days is treated as a new record and may not contain any historic properties. To prevent loss of data properties, Segment recommends that you always send full objects with all properties.
83+
* Users and Accounts: Segment aggregates data from Identify and Group events into [Users and Account objects and tables for warehouse destinations](/docs/connections/storage/warehouses/schema/#warehouse-tables) object store records. Any object store records not updated in the last 180 days will be deleted from Segment's object stores. Any new data after object store records are deleted for inactivity is treated as a new object store record. If the source is connected to a Warehouse destination, object store entities are synced into [`<source>.users` and `<source>.accounts` tables](/docs/connections/storage/warehouses/schema/#warehouse-tables), and the existing record in the warehouse will be replaced with the new object store record, resulting in possible loss of attribute data. To prevent loss of attributes, Segment advises customers to migrate to using [Profiles Sync](/docs/unify/profiles-sync/overview/), always send complete Identify and Group calls, or back up your `<source>.users` and `<source>.accounts` tables.
9184
* [Computed traits](/docs/unify/Traits/computed-traits/) is built using the available data within the retention period. Recreating these traits may result in different values based on the available data.
9285
* [Profiles](/docs/unify/), [Engage](/docs/engage/) [Audiences](/docs/engage/audiences/) and [Journeys](/docs/engage/journeys/) that are built using Events will use available data within the retention period. Recreating these may result in different Profiles based on the available data. Depending on how the conditions are defined, Profiles may or may not exit Computed traits, Engage Audiences, and Journeys due to the data retention policy, and this may result in mismatches in counts when comparing against a preview.
9386

9487
### What data is not impacted?
9588

9689
With this policy the following data is not impacted, but may be subject to other policies:
9790

98-
* **Cloud Object Data (using pull)**: This involves Segment fetching object data from third party Cloud Sources. Since Segment always fetches the full objects, the retention policy will have no impact.
91+
* **[Object Cloud Sources](/docs/connections/sources/#object-cloud-sources)**: This involves Segment fetching object data from third party Cloud Sources. Since Segment always fetches the full objects, the retention policy will have no impact.
9992
* **Profiles**: Unify Profiles, Identifiers, and Traits created are not subject to this data retention policy.
10093
* **Third Party Destinations**: Data in your third party destinations shared by Segment in the course of your implementation remains unaffected. Data stored in a third party system may be subject to the data retention policy of that system.
10194
* Anything a user creates in the Segment App, like Audiences, Journeys, Data Graphs, Connections, and more, **are not subject to this data retention policy**.
@@ -152,4 +145,4 @@ Segment unrecoverably deletes the workspace after 30 days of inactivity, unless
152145

153146
### Data deletion delays
154147

155-
When data reaches the end of its retention period, deletion is scheduled in accordance with Segment’s data retention policy. While Segment aims to complete the deletion process promptly, there may be occasional delays due to processing times or technical constraints. Segment is committed to initiating data deletions as soon as possible and strives to complete deletions within 7 days of the scheduled date.
148+
When data reaches the end of its retention period, deletion is scheduled in accordance with Segment’s data retention policy. While Segment aims to complete the deletion process promptly, there may be occasional delays due to processing times or technical constraints. Segment is committed to initiating data deletions as soon as possible and strives to complete deletions within 7 days of the scheduled date.

0 commit comments

Comments
 (0)