Method: properties.getAttributionSettings
Procura um Singleton do AttributionSettings.
Solicitação HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/attributionSettings}
O URL usa a sintaxe de transcodificação gRPC.
Parâmetros de caminho
Parâmetros |
name |
string
Obrigatório. O nome das configurações de atribuição a serem recuperadas. Formato: Properties/{property}/attributionSettings
|
Corpo da solicitação
O corpo da solicitação precisa estar vazio.
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta conterá uma instância de AttributionSettings
.
Escopos de autorização
Requer um dos seguintes escopos de OAuth:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-05-06 UTC.
[null,null,["Última atualização 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"]]