Method: properties.getAttributionSettings
Найдите синглтон AttributionSettings.
HTTP-запрос
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/attributionSettings}
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
name | string Необходимый. Имя настроек атрибуции, которые необходимо получить. Формат: свойства/{свойство}/attributionSettings. |
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа содержит экземпляр AttributionSettings
.
Области авторизации
Требуется одна из следующих областей OAuth:
-
https://www.googleapis.com/auth/analytics.readonly
-
https://www.googleapis.com/auth/analytics.edit
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-10-25 UTC.
[null,null,["Последнее обновление: 2024-10-25 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"]]