UserDeletion.userDeletionRequest
资源表示法
{
"kind": "analytics#userDeletionRequest",
"id": {
"type": string,
"userId": string
},
"webPropertyId": string,
"firebaseProjectId": string,
"propertyId": string,
"deletionRequestTime": datetime
}
属性名称 |
值 |
说明 |
备注 |
deletionRequestTime |
datetime |
它标记 Google Analytics 收到删除请求的时间点。 |
|
firebaseProjectId |
string |
Firebase 项目 ID(已废弃,取而代之的是 propertyId 字段) |
|
id |
object |
用户 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。 |
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-12。
[null,null,["最后更新时间 (UTC):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"]]