UserDeletion.userDeletionRequest
Stay organized with collections
Save and categorize content based on your preferences.
For a list of methods for this resource, see the end of this page.
Resource representations
{
"kind": "analytics#userDeletionRequest",
"id": {
"type": string,
"userId": string
},
"webPropertyId": string,
"firebaseProjectId": string,
"propertyId": string,
"deletionRequestTime": datetime
}
Property name |
Value |
Description |
Notes |
deletionRequestTime |
datetime |
This marks the point in time at which the deletion request was received by Google
Analytics. |
|
firebaseProjectId |
string |
Firebase Project Id (deprecated in favor of propertyId field) |
|
id |
object |
User ID. |
|
id.type |
string |
Type of user. One of APP_INSTANCE_ID, CLIENT_ID or USER_ID. |
|
id.userId |
string |
The User's id. |
|
kind |
string |
Value is "analytics#userDeletionRequest". |
|
propertyId |
string |
Property ID of a GA4 Property, or Internal Web Property ID. |
|
webPropertyId |
string |
Web property ID of the form UA-XXXXX-YY. |
|
Methods
- upsert
- Insert or update a user deletion request.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 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."]]],[]]