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(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
ユーザーの削除リクエストを挿入または更新します。