# How to fill the Google Play Data Safety in the Play Console?

## About Google Play's Data Safety section <a href="#h_e8ba89a46a" id="h_e8ba89a46a"></a>

In May 2021, Google rolled out a new **Data Safety Section** in the Play Console, where developers must declare their apps' privacy and security practices such as:

* **Collected data:** type of data collected and purposes of the data collection.
* **Data shared:** data collected and communicated with third parties.
* **Security practices** and data handling.

<figure><img src="https://509463063-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfiAYaWDWqtFZeXxyg67F%2Fuploads%2FaYpKar6SEekWNJmEruUX%2Ftechnical_guides_google_play_console_data_safety_180625.png?alt=media&#x26;token=8bdc04bc-29a8-40e3-9259-b2fe86953c90" alt=""><figcaption><p>Google Play Store - Data safety</p></figcaption></figure>

Information provided by developers is shown in your app listing on the PlayStore, allowing final users to know the kind of data your app collects before installing your app.

<figure><img src="https://509463063-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfiAYaWDWqtFZeXxyg67F%2Fuploads%2FhfuJdAFrVFWVDvKnvVCc%2Ftechnical_guides_google_play_data_safety_user_180625.png?alt=media&#x26;token=e1c1bf86-abef-48fe-b7af-a8f590f98c9b" alt=""><figcaption><p>User-side Data safety sharing</p></figcaption></figure>

## Completing the Data Safety form <a href="#h_a9aa1f3233" id="h_a9aa1f3233"></a>

### Important note <a href="#h_da8778f8ff" id="h_da8778f8ff"></a>

Before filling in the questionnaire, please take some time to:

* 📚 **Read the documentation:** Make sure you read [Batch documentation](https://app.gitbook.com/s/UIK868wiiK9XOVyETGZS/other/faq/what-kind-of-data-is-collected-via-batch-by-default) on the data you are collecting by default via the SDK.
* ⚙️ **Check your integration:** Developers can disable part of the data collection or collect additional data if needed. Review your current integration of Batch SDK to be sure you provide the correct information in the Data Safety form.
* 🔒 **Consult your data privacy / legal team:** As a data controller, you are responsible for defining the data collected via Batch and the purposes of the data collection. This article only provides basic information on the Data Safety form and must not be considered legal advice.

### Starting the questionnaire <a href="#h_a5021688f0" id="h_a5021688f0"></a>

CommentShare feedback on the editorFirst of all, go to the [Play Console](https://play.google.com/console/about/). Select your project, then scroll down and click "App content" in the left panel. Locate the "Data safety" section and click "Start". The questionnaire is divided into three parts:CommentShare feedback on the editor

1. CommentShare feedback on the editor**Data collection and security**
2. CommentShare feedback on the editor**Data types**
3. CommentShare feedback on the editor**Data usage and handling**

CommentShare feedback on the editorThe information provided will be reviewed by Google teams as part of the app review process.CommentShare feedback on the editor

### Data collection and security <a href="#h_576cd73f91" id="h_576cd73f91"></a>

| Quesitons                                                                                                                                                                                                        | Answers related to Batch SDK                                                                                                                                                                                                                                         |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Does your app collect or share any of the required user data types? ([see more here on data types](https://support.google.com/googleplay/android-developer/answer/10787469?hl=en-GB#types\&zippy=%2Cdata-types)) | Yes, data is collected via Batch SDK based on choices made by the developer.                                                                                                                                                                                         |
| Is all of the user data collected by your app encrypted in transit?                                                                                                                                              | Yes, data collected via Batch SDK and sent to Batch servers is encrypted in transit.                                                                                                                                                                                 |
| Do you provide a way for users to request that their data be deleted?                                                                                                                                            | Yes, data collected via Batch SDK can be deleted. You will find more details on that point in the "Actionable features for GDPR compliance" part of our [GDPR compliance](https://doc.batch.com/guides-and-best-practices/privacy-and-gdpr/gdpr-compliance) article. |

### Data types <a href="#h_07f65478bd" id="h_07f65478bd"></a>

To help you fill the Data Safety form required by Google, we sorted the data collected by default by Batch using categories provided by Google in [their documentation](https://support.google.com/googleplay/android-developer/answer/10787469).

| Category                 | Answers related to Batch SDK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Location                 | <p><strong>Approximate location:</strong> By default, Batch uses IP geolocation to determine approximately the city where users are located.<br></p><p><strong>Precise location:</strong> Not collected by default. Only collected if the app uses Batch SDK methods to share precise locations with Batch (<a href="https://doc.batch.com/developer/sdk/android/profile-data/events#tracking-user-location">see documentation</a>).</p>                                                                                                                                                                                                                                                                                                                                 |
| Personal info            | <p>Not collected by default.</p><p>Only collected if the app uses Batch SDK methods to send user IDs, email addresses, phone numbers, attributes, etc (<a href="https://doc.batch.com/developer/sdk/android/profile-data/attributes">see documentation</a>).</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Financial info           | <p>Not collected by default.</p><p>Only collected if the app uses Batch SDK methods to send data on purchase history (<a href="https://doc.batch.com/developer/sdk/android/profile-data/events">see documentation</a>).</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Health and Fitness       | <p>Not collected by default.</p><p>Only collected if the app uses Batch SDK methods to send data on fitness habits via attributes or events (<a href="https://doc.batch.com/developer/sdk/android/profile-data/events">see documentation</a>).</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Messages                 | <p></p><p><strong>Other in-app messages:</strong> By default, Batch SDK will track user activity related to push notifications and In-App messages for analytics and segmentation purposes:<br></p><ul><li>Push notifications: push received/opened.</li><li>In-App messages: displays, clicks on In-App buttons and on the close button.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Photo and videos         | Not collected.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Audio files              | Not collected.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Files and docs           | Not collected.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Calendar                 | Not collected.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Contacts                 | Not collected.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| App activity             | <p><strong>App interactions:</strong> Batch SDK collects some app activity data like lifecycle events, In-App messages interactions, Inbox messages interactions or push opt-in status.<br></p><p><strong>Other data subcategories:</strong> Not collected by default. Only collected if the app uses Batch SDK methods to track user interactions (<a href="https://doc.batch.com/developer/sdk/android/profile-data/events">see documentation</a>).</p>                                                                                                                                                                                                                                                                                                                |
| Web browsing             | Not collected.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| App info and performance | **Diagnostics:** Batch SDK tracks internal metrics on the performance of Batch web services.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Device or other IDs      | <p>Batch SDK generates an anonymous ID the first it starts, the "installation id" (<a href="https://doc.batch.com/getting-started/features/customer-engagement-platform/profiles/data-lifecycle">see more here</a>).</p><p>Other IDs, attached to the installation, can be collected:<br></p><ul><li>A push token is required to send push notifications to the device.</li><li><p>Advertising ID :</p><ul><li>SDK < v2.0 : if the app can share it with Batch SDK. The collection of this data can be deactivated (<a href="https://doc.batch.com/developer/sdk/ios/advanced/migration-guides/2x-migration#a-dvertising-identifier">see documentation</a>).</li><li>SDK > v2.0 : Advertising IDs are <strong>no longer collected by Batch</strong>.</li></ul></li></ul> |
