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 (世界標準時間)。
[[["容易理解","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-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."]]],[]]