Uniquement en sortie. Nom de ressource de ce paramètre. Format: Properties/{property_id}/googleSignalsSettings. Exemple : "properties/1000/googleSignalsSettings"
Uniquement en sortie. Acceptation des conditions d'utilisation.
GoogleSignalsState
État des paramètres des signaux Google.
Enums
GOOGLE_SIGNALS_STATE_UNSPECIFIED
L'état des signaux Google est défini par défaut sur GOOGLE_SIGNALS_STATE_UNSPECIFIED pour indiquer que l'utilisateur n'a pas fait de choix explicite.
GOOGLE_SIGNALS_ENABLED
Les signaux Google sont activés.
GOOGLE_SIGNALS_DISABLED
Les signaux Google sont désactivés.
GoogleSignalsConsent
Champ de consentement des paramètres des signaux Google.
Enums
GOOGLE_SIGNALS_CONSENT_UNSPECIFIED
La valeur du consentement pour les signaux Google est définie par défaut sur GOOGLE_SIGNALS_CONSENT_UNSPECIFIED. Cette information sera traitée comme GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED.
GOOGLE_SIGNALS_CONSENT_CONSENTED
Les conditions d'utilisation ont été acceptées
GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED
Veuillez accepter les conditions d'utilisation
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/08 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 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"]]