Method: accounts.patch
Żądanie HTTP
PATCH https://analyticsadmin.googleapis.com/v1beta/{account.name=accounts/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
account.name |
string
Tylko dane wyjściowe. Nazwa zasobu tego konta. Format: konta/{konto} Przykład: „konta/100”
|
Parametry zapytania
Parametry |
updateMask |
string (FieldMask format)
Wymagane. Lista pól do zaktualizowania. Nazwy pól muszą być zapisane w alfabecie łacińskim (np. „field_to_update”). Pominięte pola nie zostaną zaktualizowane. Aby zastąpić cały element, użyj jednej ścieżki z ciągiem znaków „*”, aby dopasować wszystkie pola. Jest to lista pełnych nazw pól rozdzielona przecinkami. Przykład: "user.displayName,photo" .
|
Treść żądania
Treść żądania zawiera wystąpienie elementu Account
.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu Account
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/analytics.edit
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: 2025-01-14 UTC.
[null,null,["Ostatnia aktualizacja: 2025-01-14 UTC."],[[["This endpoint updates an existing Google Analytics 4 account with specified changes."],["The request must include the account name in the URL path and an update mask in the query parameters defining the fields to be modified."],["You should provide the updated account details in the request body, formatted according to the `Account` object specification."],["Successful execution results in a response containing the updated `Account` object, reflecting the applied changes."],["Authorization necessitates the `https://www.googleapis.com/auth/analytics.edit` OAuth scope for access and modification permissions."]]],["This outlines the process for updating an account via a PATCH request to `https://analyticsadmin.googleapis.com/v1beta/{account.name=accounts/*}`. The account's name is specified in the URL path. A `updateMask` query parameter, formatted as a FieldMask, defines which fields to update. The request body and response body use the `Account` object. The process needs `https://www.googleapis.com/auth/analytics.edit` OAuth scope. This requires gRPC Transcoding.\n"]]