UserDeletion.userDeletionRequest
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Listę metod dla tego zasobu znajdziesz na końcu tej strony.
Reprezentacje zasobów
{
"kind": "analytics#userDeletionRequest",
"id": {
"type": string,
"userId": string
},
"webPropertyId": string,
"firebaseProjectId": string,
"propertyId": string,
"deletionRequestTime": datetime
}
Nazwa usługi |
Warto���� |
Opis |
Uwagi |
deletionRequestTime |
datetime |
Oznacza moment, w którym firma Google otrzymała prośbę o usunięcie
Analytics. |
|
firebaseProjectId |
string |
Identyfikator projektu Firebase (wycofane i zastąpione polem propertyId) |
|
id |
object |
Identyfikator użytkownika. |
|
id.type |
string |
Typ użytkownika. Jedna z instancji APP_INSTANCE_ID, CLIENT_ID lub USER_ID. |
|
id.userId |
string |
Identyfikator użytkownika. |
|
kind |
string |
Wartość to „analytics#userDeletionRequest”. |
|
propertyId |
string |
Identyfikator usługi w GA4 lub wewnętrzny identyfikator usługi internetowej. |
|
webPropertyId |
string |
Identyfikator usługi internetowej o formacie UA-XXXXX-YY. |
|
Metody
- Upert,
- Wstaw lub zaktualizuj prośbę o usunięcie użytkownika.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-12 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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."]]],[]]