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
- ユーザーの削除リクエストを挿入または更新します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コー��サンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-12 UTC。
[[["わかりやすい","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"]],["最終更新日 2024-09-12 UTC。"],[[["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."]]],[]]