Chỉ có đầu ra. Tên tài nguyên của chế độ cài đặt này. Định dạng: thuộc tính/{property_id}/googleSignalsSettings Ví dụ: "properties/1000/googleSignalsSettings"
Trạng thái của các chế độ cài đặt về tín hiệu của Google.
Enum
GOOGLE_SIGNALS_STATE_UNSPECIFIED
Trạng thái Tín hiệu của Google được đặt mặc định là GOOGLE_SIGNALS_STATE_UNSPECIFIED để thể hiện rằng người dùng chưa đưa ra lựa chọn rõ ràng.
GOOGLE_SIGNALS_ENABLED
Tín hiệu của Google đang bật.
GOOGLE_SIGNALS_DISABLED
Tín hiệu của Google đã bị tắt.
GoogleSignalsConsent
Trường lấy sự đồng ý trong các chế độ cài đặt về tín hiệu của Google.
Enum
GOOGLE_SIGNALS_CONSENT_UNSPECIFIED
Giá trị mặc định cho tín hiệu của Google Tín hiệu là GOOGLE_SIGNALS_CONSENT_UNSPECIFIED. Giá trị này sẽ được coi là GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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"]]