Method: properties.getAttributionSettings
Ricerca di un singleton AttributionSettings.
Richiesta HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/attributionSettings}
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
name |
string
Obbligatoria. Il nome delle impostazioni di attribuzione da recuperare. Formato: Properties/{property}/attributionSettings
|
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 AttributionSettings
.
Ambiti di autorizzazione
Richiede uno dei seguenti ambiti OAuth:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-05-06 UTC.
[null,null,["Ultimo aggiornamento 2024-05-06 UTC."],[[["This page details how to retrieve Attribution Settings for a specific Google Analytics 4 property using the Google Analytics Admin API."],["The request requires specifying the property name as a path parameter and uses an HTTP GET method."],["A successful response will provide an AttributionSettings object containing the configurations."],["Authentication is necessary using either analytics.readonly or analytics.edit scope."]]],["This document outlines the process for retrieving AttributionSettings. It involves sending a `GET` request to a specific URL: `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/attributionSettings}`. The `name` parameter in the URL path is required and specifies the resource. The request body must be empty. A successful response will contain an instance of `AttributionSettings`. Access requires either `analytics.readonly` or `analytics.edit` OAuth scope. The documentation use gRPC Transcoding syntax.\n"]]