Method: properties.customMetrics.archive
Archiwizuje dane niestandardowe w usłudze.
Żądanie HTTP
POST https://analyticsadmin.googleapis.com/v1beta/{name=properties/*/customMetrics/*}:archive
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagane. Nazwa danych niestandardowych, które chcesz zarchiwizować. Przykładowy format: properties/1234/customMetrics/5678
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi to pusty obiekt JSON.
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."],[[["Archives a specific CustomMetric associated with a Google Analytics 4 property."],["Requires an HTTP POST request to a formatted URL including the property and custom metric IDs."],["Uses an empty request body and returns an empty response body upon successful archival."],["Needs authorization with the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["This document outlines how to archive a CustomMetric within a property using a POST request. The core action is initiated via a specific URL (`POST https://analyticsadmin.googleapis.com/v1beta/{name=properties/*/customMetrics/*}:archive`), where the `name` parameter, representing the CustomMetric's identifier, is required within the path. The request body must be empty and the response upon successful completion is an empty JSON object. This operation mandates the `https://www.googleapis.com/auth/analytics.edit` authorization scope.\n"]]