Google Analytics için MCP sunucusunu deneyin.
GitHub'dan yükleyin ve daha fazla bilgi için
duyuruyu inceleyin.
UserDeletion.userDeletionRequest
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bu kaynağa yönelik yöntem listesi için bu sayfanın sonuna bakın.
Kaynak temsilleri
{
"kind": "analytics#userDeletionRequest",
"id": {
"type": string,
"userId": string
},
"webPropertyId": string,
"firebaseProjectId": string,
"propertyId": string,
"deletionRequestTime": datetime
}
Mülk adı |
Değer |
Açıklama |
Notlar |
deletionRequestTime |
datetime |
Bu, silme isteğinin Google'a ulaştığı zamanı işaret eder
Analiz. |
|
firebaseProjectId |
string |
Firebase Proje Kimliği (mülk kimliği alanının yerini alacak şekilde kullanımdan kaldırıldı) |
|
id |
object |
Kullanıcı kimliği. |
|
id.type |
string |
Kullanıcının türü. APP_INSTANCE_ID, CLIENT_ID veya USER_ID özelliklerinden biri. |
|
id.userId |
string |
Kullanıcının kimliği. |
|
kind |
string |
Değer "analytics#userDeletionRequest"tir. |
|
propertyId |
string |
Bir GA4 mülkünün mülk kimliği veya dahili web mülkü kimliği. |
|
webPropertyId |
string |
UA-XXXXX-YY biçimindeki web mülkü kimliği. |
|
Yöntemler
- upsert
- Kullanıcı silme isteği ekleyin veya güncelleyin.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eThis resource outlines the format and properties associated with user deletion requests in Google Analytics.\u003c/p\u003e\n"],["\u003cp\u003eA user deletion request includes details like \u003ccode\u003edeletionRequestTime\u003c/code\u003e, \u003ccode\u003efirebaseProjectId\u003c/code\u003e, user ID (\u003ccode\u003eid\u003c/code\u003e), \u003ccode\u003ekind\u003c/code\u003e, \u003ccode\u003epropertyId\u003c/code\u003e, and \u003ccode\u003ewebPropertyId\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eid\u003c/code\u003e object further specifies the user type and the actual user ID.\u003c/p\u003e\n"],["\u003cp\u003eYou can insert or update user deletion requests using the \u003ccode\u003eupsert\u003c/code\u003e method.\u003c/p\u003e\n"]]],["The provided content describes the structure and properties of a user deletion request in Google Analytics. Key data includes the `deletionRequestTime`, `propertyId` (or `webPropertyId`/`firebaseProjectId`), and a user `id` containing the `type` (e.g., CLIENT_ID) and `userId`. The `kind` field indicates the request type. The document also specifies an \"upsert\" method to insert or update a user deletion request.\n"],null,["\u003cbr /\u003e\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n\n\u003cbr /\u003e\n\n```carbon\n{\n \"kind\": \"analytics#userDeletionRequest\",\n \"id\": {\n \"type\": string,\n \"userId\": string\n },\n \"webPropertyId\": string,\n \"firebaseProjectId\": string,\n \"propertyId\": string,\n \"deletionRequestTime\": datetime\n}\n```\n\n| Property name | Value | Description | Notes |\n|-----------------------|------------|----------------------------------------------------------------------------------------------|-------|\n| `deletionRequestTime` | `datetime` | This marks the point in time at which the deletion request was received by Google Analytics. | |\n| `firebaseProjectId` | `string` | Firebase Project Id (deprecated in favor of propertyId field) | |\n| `id` | `object` | User ID. | |\n| id.`type` | `string` | Type of user. One of APP_INSTANCE_ID, CLIENT_ID or USER_ID. | |\n| id.`userId` | `string` | The User's id. | |\n| `kind` | `string` | Value is \"analytics#userDeletionRequest\". | |\n| `propertyId` | `string` | Property ID of a GA4 Property, or Internal Web Property ID. | |\n| `webPropertyId` | `string` | Web property ID of the form UA-XXXXX-YY. | |\n\nMethods\n\n[upsert](/analytics/devguides/config/userdeletion/v3/reference/userDeletion/userDeletionRequest/upsert)\n: Insert or update a user deletion request."]]