UserDeletion.userDeletionRequest | Google Analytics | Google for Developers (original) (raw)
如需本資源的方法清單,請見本頁結尾。
資源表示法
{ "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 和/或其關聯企業的註冊商標。
上次更新時間:2026-02-18 (世界標準時間)。