Google Analytics के लिए, एमसीपी सर्वर आज़माएं. इसे
GitHub से इंस्टॉल करें. साथ ही, ज़्यादा जानकारी के लिए
सूचना देखें.
AccessDimension
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
डाइमेंशन आपके डेटा के एट्रिब्यूट होते हैं. उदाहरण के लिए, userEmail
डाइमेंशन से, रिपोर्टिंग डेटा को ऐक्सेस करने वाले उपयोगकर्ता के ईमेल पते की जानकारी मिलती है. रिपोर्ट के जवाबों में डाइमेंशन वैल्यू, स्ट्रिंग होती हैं.
JSON के काेड में दिखाना |
{
"dimensionName": string
} |
फ़ील्ड |
dimensionName |
string
डाइमेंशन का एपीआई का नाम. इस एपीआई के साथ काम करने वाले डाइमेंशन की सूची के लिए, डेटा ऐक्सेस स्कीमा देखें. dimensionFilter और orderBys में डाइमेंशन को नाम से रेफ़र किया जाता है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\u003eDimensions are attributes of your data, like \u003ccode\u003euserEmail\u003c/code\u003e indicating the user's email.\u003c/p\u003e\n"],["\u003cp\u003eDimension values in report responses are strings and represented in JSON format with the structure \u003ccode\u003e{"dimensionName": string}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003edimensionName\u003c/code\u003e is a string field representing the API name of the dimension, which can be found in the Data Access Schema.\u003c/p\u003e\n"],["\u003cp\u003eDimensions are used in \u003ccode\u003edimensionFilter\u003c/code\u003e and \u003ccode\u003eorderBys\u003c/code\u003e by referencing their names.\u003c/p\u003e\n"]]],["The core content defines dimensions as attributes of data, using `userEmail` as an example. Dimension values are strings. The JSON representation of a dimension is `{ \"dimensionName\": string }`. The `dimensionName` field, a string, specifies the API name of the dimension. A list of supported dimensions can be found in the Data Access Schema. Dimensions are referenced by name in `dimensionFilter` and `orderBys`.\n"],null,["# AccessDimension\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDimensions are attributes of your data. For example, the dimension `userEmail` indicates the email of the user that accessed reporting data. Dimension values in report responses are strings.\n\n| JSON representation |\n|-------------------------------------|\n| ``` { \"dimensionName\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dimensionName` | `string` The API name of the dimension. See [Data Access Schema](https://developers.google.com/analytics/devguides/config/admin/v1/access-api-schema) for the list of dimensions supported in this API. Dimensions are referenced by name in `dimensionFilter` and `orderBys`. |"]]