> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/merchant-tokenization/ja/sdk-tong-he/guidelines/google-play-data-safety-form.md).

# Google Play のデータ安全性フォーム

Thales SDK を統合する際に、マーチャントネイティブアプリの Google Play データ セーフティ フォームを記入するためにこの情報を使用してください。

## データ収集とセキュリティ <a href="#data-collection-and-security" id="data-collection-and-security"></a>

これらの項目は Google Play データ セーフティ フォームで必須です：

| アプリは必須のユーザーデータ型のいずれかを収集または共有しますか？                                                      | はい  |
| -------------------------------------------------------------------------------------- | --- |
| アプリが収集するすべてのユーザーデータは転送中に暗号化されていますか？                                                    | はい  |
| ユーザーが自分のデータの削除をリクエストする方法を提供していますか？                                                     | いいえ |
| アプリは現在、Mobile Application Security Assessment (MASA) フレームワークに従って認定機関の試験所によって認証されていますか？ | いいえ |

## データの種類、使用、および取り扱い <a href="#data-types-usage-and-handling" id="data-types-usage-and-handling"></a>

使用されるデータの種類の詳細については、次を参照してください。 [Google ドキュメント](https://support.google.com/googleplay/android-developer/answer/10787469?hl=en#types\&zippy=%2Cdata-types).

| カテゴリ                  | デバイスまたはその他の ID                                                                                              |
| --------------------- | ----------------------------------------------------------------------------------------------------------- |
| データ型                  | デバイスまたはその他の ID                                                                                              |
| 説明                    | <p>個々のデバイス、ブラウザ、またはアプリに関連する識別子。<br>例えば、IMEI 番号、MAC アドレス、Widevine デバイス ID、Firebase インストール ID、または広告識別子など。</p> |
| データは収集されますか？          | はい（デバイス ID が SDK API を通じて渡されます）                                                                             |
| データは一時的に処理されますか？      | いいえ                                                                                                         |
| このデータは SDK にとって任意ですか？ | いいえ                                                                                                         |
| データ収集の目的は？            | アプリの機能、詐欺防止                                                                                                 |
| データは共有されますか？          | いいえ                                                                                                         |
| データ共有の目的は？            | 該当なし                                                                                                        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.payments.thalescloud.io/merchant-tokenization/ja/sdk-tong-he/guidelines/google-play-data-safety-form.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
