Google Analytics के लिए, एमसीपी सर्वर आज़माएं. इसे
GitHub से इंस्टॉल करें. साथ ही, ज़्यादा जानकारी के लिए
सूचना देखें.
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 |
object |
यूज़र आईडी. |
|
id.type |
string |
उपयोगकर्ता किस तरह का है. APP_INSTANCE_ID, CLIENT_ID या USER_ID में से एक. |
|
id.userId |
string |
उपयोगकर्ता का आईडी. |
|
kind |
string |
वैल्यू "analytics#userDeletionRequest" है. |
|
propertyId |
string |
GA4 प्रॉपर्टी का प्रॉपर्टी आईडी या इंटरनल वेब प्रॉपर्टी के आईडी. |
|
webPropertyId |
string |
UA-XXXXX-YY फ़ॉर्म की वेब प्रॉपर्टी आईडी. |
|
तरीके
- अप्सर्ट
- उपयोगकर्ता की जानकारी मिटाने का अनुरोध डालें या उसे अपडेट करें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (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."]]],["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"]]