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。
[[["易于理解","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"]],["最后更新时间 (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."]]],[]]