Google Analytics के लिए, एमसीपी सर्वर आज़माएं. इसे
GitHub से इंस्टॉल करें. साथ ही, ज़्यादा जानकारी के लिए
सूचना देखें.
ReportingIdentitySettings
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह एक ऐसा संसाधन है जिसमें रिपोर्टिंग आइडेंटिटी से जुड़ी सेटिंग होती हैं.
JSON के काेड में दिखाना |
{
"name": string,
"reportingIdentity": enum (ReportingIdentity )
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. आइडेंटिफ़ायर. रिपोर्टिंग आइडेंटिटी की सेटिंग के इस सिंगलटन रिसॉर्स का संसाधन नाम. फ़ॉर्मैट: properties/{property_id}/reportingIdentitySettings उदाहरण: "properties/1234/reportingIdentitySettings"
|
reportingIdentity |
enum (ReportingIdentity )
रिपोर्ट में उपयोगकर्ता की पहचान करने के लिए इस्तेमाल की गई रणनीति.
|
ReportingIdentity
रिपोर्ट में उपयोगकर्ताओं की पहचान करने के लिए अलग-अलग रणनीतियां.
Enums |
IDENTITY_BLENDING_STRATEGY_UNSPECIFIED |
ब्लेंडिंग की रणनीति तय नहीं की गई है. |
BLENDED |
ब्लेंड की गई रिपोर्टिंग आइडेंटिटी की रणनीति. |
OBSERVED |
रिपोर्टिंग आइडेंटिटी की रणनीति का पालन किया गया. |
DEVICE_BASED |
डिवाइस पर आधारित रिपोर्टिंग आइडेंटिटी की रणनीति. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-19 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-19 (UTC) को अपडेट किया गया."],[],[],null,["# ReportingIdentitySettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ReportingIdentity](#ReportingIdentity)\n\nA resource containing settings related to reporting identity.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"reportingIdentity\": enum (/analytics/devguides/config/admin/v1/rest/v1alpha/ReportingIdentitySettings#ReportingIdentity) } ``` |\n\n| Fields ||\n|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: \"properties/1234/reportingIdentitySettings\" |\n| `reportingIdentity` | `enum (`[ReportingIdentity](/analytics/devguides/config/admin/v1/rest/v1alpha/ReportingIdentitySettings#ReportingIdentity)`)` The strategy used for identifying user identities in reports. |\n\nReportingIdentity\n-----------------\n\nVarious strategies for identifying user identities in reports.\n\n| Enums ||\n|------------------------------------------|-------------------------------------------|\n| `IDENTITY_BLENDING_STRATEGY_UNSPECIFIED` | Unspecified blending strategy. |\n| `BLENDED` | Blended reporting identity strategy. |\n| `OBSERVED` | Observed reporting identity strategy. |\n| `DEVICE_BASED` | Device-based reporting identity strategy. |"]]