Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data doc edits pt. 3 #4649

Merged
merged 3 commits into from
Jan 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _docs/_api/data_retention.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ A User may have multiple profiles, and you may need to delete multiple profiles

## Data Retention Handled by Braze

The below retention policies pertain to Braze's compliance with GDPR and privacy regulations and are regarding transient data storage as it passes through our internal systems. These retention policies do not impact the Braze Services and are informational for your legal and privacy teams.

#### Braze Database: Automatic Archiving/Deletion of Churned Users

Each week, Braze runs a process to remove Inactive and Dormant Users from the Braze Services. In general, these are users who are not reachable (e.g., have no email address, no phone number, no push token, do not use your apps or visit your websites), have had no activity recorded on their user profile, and have not been messaged or engaged with using Braze. This is done to adhere to GDPR principles and best practices. You can read more about this process on our [user archival definitions]({{site.baseurl}}/user_guide/data_and_analytics/user_data_collection/user_archival/) page.
Expand All @@ -44,7 +46,7 @@ Each week, Braze runs a process to remove Inactive and Dormant Users from the Br

#### Braze Servers: Short-term Retention for Recovery Purposes

Data sent from the Braze Services to Braze’s Snowflake Data Lake via Braze servers is retained in such Braze servers for up to 90 days for recovery purposes.
Data sent by Braze to certain subprocessors may still exist in Braze's internal systems for up to 90 days.

#### Braze Data Lake Data Retention

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Braze accepts user data in the standard CSV format from files up to 500MB in siz
Each piece of customer data imported via CSV will overwrite the existing value on user profiles and will count as a data point, except for external IDs and blank values.

- External IDs uploaded via CSV will not consume data points. If you are uploading a CSV to segment existing Braze users by uploading only external IDs, this can be done without consuming data points. If you were to add additional data like user email or phone number in your import, that would overwrite existing user data, consuming your data points.
- CSV imports for segmentation purposes (imports made with external_id, braze_id, or user_alias_name as the only field) will not consume data points.
- Blank values will not overwrite existing values on the user profile, and you do not need to include all existing user attributes in your CSV file.
- Updating `email_subscribe`, `push_subscribe`, `subscription_group_id`, or `subscription_state` will not count towards data point consumption.

Expand Down
6 changes: 3 additions & 3 deletions _docs/_user_guide/onboarding_with_braze/data_points.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ description: "This reference article outlines what Data Points are at Braze and

At Braze, data means action: each piece of data that arrives in Braze updates segment membership, can trigger and cancel messaging, is immediately available for messaging personalization, and more. As such, data points are Braze’s way of defining a billing and pricing structure, based on pieces of information logged against user profiles. See the [Consumption count](#consumption-count) section of this article to understand what data counts toward your data point allocation.

Our Customer Success team can help recommend data best practices to fit your specific needs. You can find a more detailed breakdown of this definition in your Braze contract.
Our Customer Success team can help recommend data best practices in order to make your costs/entitlements highly predictable by accounting for seasonality and sized correctly with plenty of headroom and options for flexibility. You can find a more detailed breakdown of this definition in your Braze contract.

Data Points” shall refer to a billable unit of use of the Braze Services, measured by a session start, session end, custom event or purchase recorded, as well as any attribute set on an End User profile. Data and events collected by default by the Braze Services including, for example, push tokens, device information, and all campaign engagement tracking events, such as email opens and push notification clicks, are not counted as Data Points. For clarity, the setting of an End User’s profile information at one point in time shall count as a single Data Point.
"Data Points” shall refer to a billable unit of use of the Braze Services, measured by a session start, session end, custom event or purchase recorded, as well as any attribute set on an End User profile. Your contracted MAU volume determines your allotment of Data Points, with flexibility as to the appropriate ratio based on your business and/or user needs. Data and events collected by default by the Braze Services including, for example, push tokens, device information, and all campaign engagement tracking events, such as email opens and push notification clicks, are not counted as Data Points. For clarity, the setting of an End User’s profile information at one point in time shall count as a single Data Point.

## Management and usage

Expand Down Expand Up @@ -126,7 +126,7 @@ table td {

#### CSV

Custom attributes uploaded via CSV count towards your data points, however CSV imports for segmentation purposes (imports made with `external_id` as the only field) will not consume data points.
Custom attributes uploaded via CSV count towards your data points, however CSV imports for segmentation purposes (imports made with `external_id`, `braze_id`, or `user_alias_name` as the only field) will not consume data points.

#### Arrays

Expand Down