有关此类资源的方法列表,请参阅本页面的结尾部分。
资源表示法
{
  "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。 | 
方法
- upsert
 - 插入或更新用户删除请求。