डाइमेंशन आपके डेटा के एट्रिब्यूट होते हैं. उदाहरण के लिए, डाइमेंशन 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-01-14 (UTC) को अपडेट किया गया."],[[["Dimensions are attributes of your data, like `userEmail`, and their values in reports are strings."],["Dimensions are represented in JSON format as `{ \"dimensionName\": string }`, where `dimensionName` is the API name of the dimension."],["You can find a list of supported dimensions in the [Data Access Schema](https://developers.google.com/analytics/devguides/config/admin/v1/access-api-schema)."],["`dimensionName` is used to reference dimensions in `dimensionFilter` and `orderBys`."]]],[]]