মাত্রা হল আপনার ডেটার বৈশিষ্ট্য। উদাহরণস্বরূপ, ডাইমেনশন userEmail সেই ব্যবহারকারীর ইমেল নির্দেশ করে যে রিপোর্টিং ডেটা অ্যাক্সেস করেছে। রিপোর্ট প্রতিক্রিয়ায় মাত্রা মান হল স্ট্রিং।
[[["সহজে বোঝা যায়","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` indicating the user's email."],["Dimension values in report responses are strings and represented in JSON format with the structure `{\"dimensionName\": string}`."],["`dimensionName` is a string field representing the API name of the dimension, which can be found in the Data Access Schema."],["Dimensions are used in `dimensionFilter` and `orderBys` by referencing their names."]]],["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"]]