Только вывод. Имя ресурса. Формат:accounts/{account}/dataSharingSettings. Пример: «accounts/1000/dataSharingSettings».
sharing With Google Support Enabled
boolean
Предоставляет службе поддержки Google доступ к данным для устранения неполадок.
sharing With Google Assigned Sales Enabled
boolean
Позволяет отделам продаж Google, закрепленным за клиентом, получать доступ к данным, чтобы предлагать изменения конфигурации для улучшения результатов. Ограничения отдела продаж по-прежнему применяются, если они включены.
sharing With Google Any Sales Enabled
boolean
Позволяет любому отделу продаж Google получать доступ к данным, чтобы предлагать изменения конфигурации для улучшения результатов.
sharing With Google Products Enabled
boolean
Позволяет Google использовать данные для улучшения других продуктов или услуг Google.
sharing With Others Enabled
boolean
Позволяет Google анонимно передавать данные в совокупной форме другим лицам.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-01-14 UTC."],[[["Get data sharing settings for a Google Analytics account using an HTTP GET request."],["This request requires the account ID as a path parameter and an empty request body."],["The response provides a JSON representation of the account's data sharing settings, including various sharing options with Google and others."],["Authorization is necessary using specific OAuth scopes related to Analytics read or edit permissions."]]],["This document details how to retrieve data sharing settings for a Google Analytics account. A `GET` request is sent to `https://analyticsadmin.googleapis.com/v1alpha/{name=accounts/*/dataSharingSettings}`, where `name` specifies the account. The request body must be empty. The response contains a JSON object with fields such as `name`, and boolean values indicating sharing settings (e.g., `sharingWithGoogleSupportEnabled`). Access requires either `analytics.readonly` or `analytics.edit` OAuth scopes.\n"]]