试用 Google Analytics 的 MCP 服务器。从
GitHub 安装,并参阅
公告了解详情。
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):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThis resource outlines the format and properties associated with user deletion requests in Google Analytics.\u003c/p\u003e\n"],["\u003cp\u003eA user deletion request includes details like \u003ccode\u003edeletionRequestTime\u003c/code\u003e, \u003ccode\u003efirebaseProjectId\u003c/code\u003e, user ID (\u003ccode\u003eid\u003c/code\u003e), \u003ccode\u003ekind\u003c/code\u003e, \u003ccode\u003epropertyId\u003c/code\u003e, and \u003ccode\u003ewebPropertyId\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eid\u003c/code\u003e object further specifies the user type and the actual user ID.\u003c/p\u003e\n"],["\u003cp\u003eYou can insert or update user deletion requests using the \u003ccode\u003eupsert\u003c/code\u003e method.\u003c/p\u003e\n"]]],["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"],null,["# UserDeletion.userDeletionRequest\n\n\u003cbr /\u003e\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\n\u003cbr /\u003e\n\n```carbon\n{\n \"kind\": \"analytics#userDeletionRequest\",\n \"id\": {\n \"type\": string,\n \"userId\": string\n },\n \"webPropertyId\": string,\n \"firebaseProjectId\": string,\n \"propertyId\": string,\n \"deletionRequestTime\": datetime\n}\n```\n\n| Property name | Value | Description | Notes |\n|-----------------------|------------|----------------------------------------------------------------------------------------------|-------|\n| `deletionRequestTime` | `datetime` | This marks the point in time at which the deletion request was received by Google Analytics. | |\n| `firebaseProjectId` | `string` | Firebase Project Id (deprecated in favor of propertyId field) | |\n| `id` | `object` | User ID. | |\n| id.`type` | `string` | Type of user. One of APP_INSTANCE_ID, CLIENT_ID or USER_ID. | |\n| id.`userId` | `string` | The User's id. | |\n| `kind` | `string` | Value is \"analytics#userDeletionRequest\". | |\n| `propertyId` | `string` | Property ID of a GA4 Property, or Internal Web Property ID. | |\n| `webPropertyId` | `string` | Web property ID of the form UA-XXXXX-YY. | |\n\nMethods\n-------\n\n[upsert](/analytics/devguides/config/userdeletion/v3/reference/userDeletion/userDeletionRequest/upsert)\n: Insert or update a user deletion request."]]