Google Analytics के लिए, एमसीपी सर्वर आज़माएं. इसे
GitHub से इंस्टॉल करें. साथ ही, ज़्यादा जानकारी के लिए
सूचना देखें.
GoogleSignalsSettings
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
'Google सिग्नल' के लिए सेटिंग की वैल्यू. यह सिंगलटन रिसॉर्स है.
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. इस सेटिंग के संसाधन का नाम. फ़ॉर्मैट: प्रॉपर्टी/{property_id}/googleSignalsSettings उदाहरण: "property/1000/googleSignalsSettings"
|
state |
enum (GoogleSignalsState )
इस सेटिंग की स्थिति.
|
consent |
enum (GoogleSignalsConsent )
सिर्फ़ आउटपुट के लिए. सेवा की शर्तों को स्वीकार किया जाना.
|
GoogleSignalsState
Google सिग्नल की सेटिंग की स्थिति.
Enums |
GOOGLE_SIGNALS_STATE_UNSPECIFIED |
'Google सिग्नल' की स्थिति, डिफ़ॉल्ट तौर पर GOOGLE_SIGNALS_स्टेट_UNSPECIFIED दिखती है. इससे पता चलता है कि उपयोगकर्ता ने कोई विकल्प नहीं चुना है. |
GOOGLE_SIGNALS_ENABLED |
'Google सिग्नल' चालू है. |
GOOGLE_SIGNALS_DISABLED |
'Google सिग्नल' बंद है. |
GoogleSignalsConsent
Google सिग्नल की सेटिंग का सहमति वाला फ़ील्ड.
Enums |
GOOGLE_SIGNALS_CONSENT_UNSPECIFIED |
'Google सिग्नल' की सहमति की वैल्यू, डिफ़ॉल्ट रूप से GOOGLE_SIGNALS_CONSENT_UNSPECIFIED पर सेट होती है. इसे GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED माना जाएगा. |
GOOGLE_SIGNALS_CONSENT_CONSENTED |
सेवा की शर्तें स्वीकार कर ली गई हैं |
GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED |
सेवा की शर्तें स्वीकार नहीं की गई हैं |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eGoogle Signals Settings control the status and consent for using Google Signals data in Google Analytics.\u003c/p\u003e\n"],["\u003cp\u003eThese settings have three main components: \u003ccode\u003ename\u003c/code\u003e (resource name), \u003ccode\u003estate\u003c/code\u003e (enabled/disabled), and \u003ccode\u003econsent\u003c/code\u003e (terms of service acceptance).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003estate\u003c/code\u003e determines whether Google Signals is enabled or disabled for data collection.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003econsent\u003c/code\u003e reflects whether the user has accepted the Google Signals terms of service.\u003c/p\u003e\n"],["\u003cp\u003eThe settings are stored as a singleton resource with a specific JSON representation.\u003c/p\u003e\n"]]],["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"],null,["# GoogleSignalsSettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [GoogleSignalsState](#GoogleSignalsState)\n- [GoogleSignalsConsent](#GoogleSignalsConsent)\n\nSettings values for Google Signals. This is a singleton resource.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"state\": enum (/analytics/devguides/config/admin/v1/rest/v1alpha/GoogleSignalsSettings#GoogleSignalsState), \"consent\": enum (/analytics/devguides/config/admin/v1/rest/v1alpha/GoogleSignalsSettings#GoogleSignalsConsent) } ``` |\n\n| Fields ||\n|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of this setting. Format: properties/{property_id}/googleSignalsSettings Example: \"properties/1000/googleSignalsSettings\" |\n| `state` | `enum (`[GoogleSignalsState](/analytics/devguides/config/admin/v1/rest/v1alpha/GoogleSignalsSettings#GoogleSignalsState)`)` Status of this setting. |\n| `consent` | `enum (`[GoogleSignalsConsent](/analytics/devguides/config/admin/v1/rest/v1alpha/GoogleSignalsSettings#GoogleSignalsConsent)`)` Output only. Terms of Service acceptance. |\n\nGoogleSignalsState\n------------------\n\nStatus of the Google Signals settings.\n\n| Enums ||\n|------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|\n| `GOOGLE_SIGNALS_STATE_UNSPECIFIED` | Google Signals status defaults to GOOGLE_SIGNALS_STATE_UNSPECIFIED to represent that the user has not made an explicit choice. |\n| `GOOGLE_SIGNALS_ENABLED` | Google Signals is enabled. |\n| `GOOGLE_SIGNALS_DISABLED` | Google Signals is disabled. |\n\nGoogleSignalsConsent\n--------------------\n\nConsent field of the Google Signals settings.\n\n| Enums ||\n|----------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| `GOOGLE_SIGNALS_CONSENT_UNSPECIFIED` | Google Signals consent value defaults to GOOGLE_SIGNALS_CONSENT_UNSPECIFIED. This will be treated as GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED. |\n| `GOOGLE_SIGNALS_CONSENT_CONSENTED` | Terms of service have been accepted |\n| `GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED` | Terms of service have not been accepted |"]]