เอกสารนี้อธิบายวิธีลบข้อมูลที่เชื่อมโยงกับรหัสผู้ใช้ที่ระบุโดยใช้ User Deletion API ของ Google Analytics เครื่องมือนี้เป็นหนึ่งในเครื่องมือหลายอย่างที่พร้อมให้ใช้งานเพื่อช่วยคุณปกป้องข้อมูล
[[["เข้าใจง่าย","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"]]