AI-generated Key Takeaways
- 
          Google Signals Settings is a singleton resource providing settings values for Google Signals. 
- 
          The JSON representation of Google Signals Settings includes fields for name,state, andconsent.
- 
          stateindicates the status of the Google Signals setting, which can be unspecified, enabled, or disabled.
- 
          consentindicates the acceptance status of the terms of service, which can be unspecified (treated as not consented), consented, or not consented.
Settings values for Google Signals. This is a singleton resource.
| JSON representation | 
|---|
| { "name": string, "state": enum ( | 
| Fields | |
|---|---|
| name | 
 Output only. Resource name of this setting. Format: properties/{property_id}/googleSignalsSettings Example: "properties/1000/googleSignalsSettings" | 
| state | 
 Status of this setting. | 
| consent | 
 Output only. Terms of Service acceptance. | 
GoogleSignalsState
Status of the Google Signals settings.
| Enums | |
|---|---|
| GOOGLE_SIGNALS_STATE_UNSPECIFIED | Google Signals status defaults to GOOGLE_SIGNALS_STATE_UNSPECIFIED to represent that the user has not made an explicit choice. | 
| GOOGLE_SIGNALS_ENABLED | Google Signals is enabled. | 
| GOOGLE_SIGNALS_DISABLED | Google Signals is disabled. | 
GoogleSignalsConsent
Consent field of the Google Signals settings.
| Enums | |
|---|---|
| GOOGLE_SIGNALS_CONSENT_UNSPECIFIED | Google Signals consent value defaults to GOOGLE_SIGNALS_CONSENT_UNSPECIFIED. This will be treated as GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED. | 
| GOOGLE_SIGNALS_CONSENT_CONSENTED | Terms of service have been accepted | 
| GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED | Terms of service have not been accepted |