Solo output. Nome della risorsa di questa impostazione. Formato: proprietà/{property_id}/googleSignalsSettings Esempio: "properties/1000/googleSignalsSettings"
Solo output. Accettazione dei Termini di servizio.
GoogleSignalsState
Stato delle impostazioni di Google Signals.
Enum
GOOGLE_SIGNALS_STATE_UNSPECIFIED
L'impostazione predefinita dello stato di Google Signals è GOOGLE_SIGNALS_STATE_UNSPECIFIED, per indicare che l'utente non ha fatto una scelta esplicita.
GOOGLE_SIGNALS_ENABLED
Google Signals è attivato.
GOOGLE_SIGNALS_DISABLED
Google Signals è disattivato.
GoogleSignalsConsent
Campo del consenso delle impostazioni di Google Signals.
Enum
GOOGLE_SIGNALS_CONSENT_UNSPECIFIED
L'impostazione predefinita del valore del consenso di Google Signals è GOOGLE_SIGNALS_CONSENT_UNSPECIFIED. In questo caso, verrà considerato GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]