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。

Methods

upsert
ユーザー削除リクエストを挿入または更新します。