По умолчанию статус Google Signals равен GOOGLE_SIGNALS_STATE_UNSPECIFIED, что означает, что пользователь не сделал явного выбора.
GOOGLE_SIGNALS_ENABLED
Сигналы Google включены.
GOOGLE_SIGNALS_DISABLED
Сигналы Google отключены.
GoogleСигналыСогласие
Поле согласия в настройках Google Signals.
Перечисления
GOOGLE_SIGNALS_CONSENT_UNSPECIFIED
Значение согласия Google Signals по умолчанию равно GOOGLE_SIGNALS_CONSENT_UNSPECIFIED. Это будет рассматриваться как GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED.
[[["Прост для понимания","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-06 UTC."],[[["Google Signals Settings control the status and consent for using Google Signals data in Google Analytics."],["These settings have three main components: `name` (resource name), `state` (enabled/disabled), and `consent` (terms of service acceptance)."],["`state` determines whether Google Signals is enabled or disabled for data collection."],["`consent` reflects whether the user has accepted the Google Signals terms of service."],["The settings are stored as a singleton resource with a specific JSON representation."]]],["Google Signals settings, a singleton resource, are defined by a `name`, `state`, and `consent`. The `state` determines if Google Signals is enabled or disabled, with an unspecified default. The `consent` indicates if the user has accepted the terms of service, with an unspecified default being treated as not consented. The resource name is output only and follows the format \"properties/{property_id}/googleSignalsSettings\". These settings can be represented in JSON.\n"]]