Obbligatoria. Il nome delle impostazioni da cercare. Formato: proprietà/{property}/dataConservazioneSettings. Esempio: "properties/1000/dataConservazioneSettings"
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di DataRetentionSettings.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-05-06 UTC."],[[["Retrieves the data retention settings for a specific Google Analytics 4 property."],["Uses an HTTP GET request with the property ID specified in the path parameter."],["Requires authentication with appropriate OAuth scopes for read or edit access to Analytics data."],["Returns a DataRetentionSettings object containing the property's data retention configuration upon successful execution."],["Request body should be empty."]]],["This document details retrieving data retention settings for a specific property. A `GET` request is made to a URL containing the property's name, using gRPC Transcoding syntax. The `name` path parameter, formatted as \"properties/{property}/dataRetentionSettings,\" is required. The request body must be empty. A successful response returns `DataRetentionSettings`. Authorization requires either `analytics.readonly` or `analytics.edit` OAuth scopes.\n"]]