Firebase プロジェクトまたは Google アナリティクスのプロパティを使用して、User Deletion API リクエストを送信できます。このガイドのリクエストには、https://www.googleapis.com/auth/analytics.user.deletion OAuth 2.0 スコープが必要です。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-11-07 UTC。"],[[["The Google Analytics User Deletion API allows you to delete data associated with a specific user ID, helping safeguard user data."],["Data is removed from the Individual User Report within 72 hours of the request and permanently deleted from Analytics servers within two months."],["The API requires the `https://www.googleapis.com/auth/analytics.user.deletion` OAuth 2.0 scope and utilizes the `upsert` method for deletion requests."],["Supported user ID types for deletion include `CLIENT_ID`, `USER_ID`, and `APP_INSTANCE_ID`, requiring separate requests for each ID associated with a user."],["It's crucial to note that the API doesn't remove previously aggregated data or data exported to external platforms like BigQuery, requiring separate deletion processes."]]],["The Google Analytics User Deletion API allows deletion of user data using the `upsert` method with a `userDeletionRequest`. Specify the user's ID ( `CLIENT_ID`, `USER_ID`, or `APP_INSTANCE_ID`) and its type. Each ID requires a separate request. Data is removed from the Individual User Report within 72 hours and from Analytics servers within two months, but not from aggregated reports or external exports. OAuth 2.0 scope `https://www.googleapis.com/auth/analytics.user.deletion` is necessary.\n"]]