UserDeletion.userDeletionRequest
資源表示法
{
"kind": "analytics#userDeletionRequest",
"id": {
"type": string,
"userId": string
},
"webPropertyId": string,
"firebaseProjectId": string,
"propertyId": string,
"deletionRequestTime": datetime
}
屬性名稱 |
值 |
說明 |
附註 |
deletionRequestTime |
datetime |
用於標示 Google 收到刪除要求的時間點
分析 |
|
firebaseProjectId |
string |
Firebase 專案 ID (已淘汰,請改用 resourceId 欄位) |
|
id |
object |
User ID。 |
|
id.type |
string |
使用者類型。APP_INSTANCE_ID、CLIENT_ID 或 USER_ID 其中之一。 |
|
id.userId |
string |
使用者的 ID。 |
|
kind |
string |
值為「analytics#userDeletionRequest」。 |
|
propertyId |
string |
GA4 資源的資源 ID 或內部網站資源 ID。 |
|
webPropertyId |
string |
格式為 UA-XXXXX-YY 的網站資源 ID。 |
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-12 (世界標準時間)。
[null,null,["上次更新時間:2024-09-12 (世界標準時間)。"],[[["This resource outlines the format and properties associated with user deletion requests in Google Analytics."],["A user deletion request includes details like `deletionRequestTime`, `firebaseProjectId`, user ID (`id`), `kind`, `propertyId`, and `webPropertyId`."],["The `id` object further specifies the user type and the actual user ID."],["You can insert or update user deletion requests using the `upsert` method."]]],["The provided content describes the structure and properties of a user deletion request in Google Analytics. Key data includes the `deletionRequestTime`, `propertyId` (or `webPropertyId`/`firebaseProjectId`), and a user `id` containing the `type` (e.g., CLIENT_ID) and `userId`. The `kind` field indicates the request type. The document also specifies an \"upsert\" method to insert or update a user deletion request.\n"]]