Apenas saída. Nome do recurso desta configuração. Formato: propriedades/{property_id}/googleSignalsSettings Exemplo: "properties/1000/googleSignalsSettings"
Status das configurações dos indicadores do Google.
Enums
GOOGLE_SIGNALS_STATE_UNSPECIFIED
O status dos indicadores do Google é definido por padrão como GOOGLE_SIGNALS_STATE_UNSPECIFIED para indicar que o usuário não fez uma escolha explícita.
GOOGLE_SIGNALS_ENABLED
Os Indicadores do Google estão ativados.
GOOGLE_SIGNALS_DISABLED
Os Indicadores do Google estão desativados.
GoogleSignalsConsent
Campo de consentimento das configurações dos Indicadores do Google.
Enums
GOOGLE_SIGNALS_CONSENT_UNSPECIFIED
O valor de consentimento dos Indicadores do Google é definido por padrão como GOOGLE_SIGNALS_CONSENT_UNSPECIFIED. Isso será tratado como GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-09-08 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"]]