डाइमेंशन आपके डेटा के एट्रिब्यूट होते हैं. उदाहरण के लिए, userEmail डाइमेंशन से, रिपोर्टिंग डेटा को ऐक्सेस करने वाले उपयोगकर्ता के ईमेल पते की जानकारी मिलती है. रिपोर्ट के जवाबों में डाइमेंशन वैल्यू, स्ट्रिंग होती हैं.
JSON के काेड में दिखाना
{"dimensionName": string}
फ़ील्ड
dimensionName
string
डाइमेंशन का एपीआई का नाम. इस एपीआई के साथ काम करने वाले डाइमेंशन की सूची के लिए, डेटा ऐक्सेस स्कीमा देखें.
dimensionFilter और orderBys में डाइमेंशन को नाम से रेफ़र किया जाता है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[],["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"]]