Method: properties.getDataRetentionSettings
Gibt die Einstellungen für die Singleton-Datenaufbewahrung für diese Property zurück
HTTP-Anfrage
GET https://analyticsadmin.googleapis.com/v1beta/{name=properties/*/dataRetentionSettings}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name der zu suchenden Einstellungen. Format: properties/{property}/dataRetentionSettings Beispiel: "properties/1000/dataRetentionSettings"
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von DataRetentionSettings
.
Autorisierungsbereiche
Erfordert einen der folgenden OAuth-Bereiche:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-05-06 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-05-06 (UTC)."],[[["Retrieve data retention settings for a specific Google Analytics 4 property using an HTTP GET request."],["The request URL requires a property ID and utilizes gRPC Transcoding syntax."],["An empty request body is necessary, while a successful response returns a DataRetentionSettings object."],["Authorization requires specific OAuth scopes for either read-only or edit access to Analytics data."]]],["This document details retrieving data retention settings for a property using a `GET` request. The core action is to `GET` data from the specified URL, `https://analyticsadmin.googleapis.com/v1beta/{name=properties/*/dataRetentionSettings}`, using gRPC Transcoding syntax. The `name` path parameter, formatted as \"properties/{property}/dataRetentionSettings\", is required. The request body must be empty. A successful response will include an instance of `DataRetentionSettings`. Authorization requires either `analytics.readonly` or `analytics.edit` OAuth scopes.\n"]]