Google Analytics-এর জন্য MCP সার্ভার ব্যবহার করে দেখুন।
GitHub থেকে ইনস্টল করুন এবং আরও বিশদ বিবরণের জন্য
ঘোষণাটি দেখুন।
AccessDimension
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
মাত্রা হল আপনার ডেটার বৈশিষ্ট্য। উদাহরণস্বরূপ, ডাইমেনশন userEmail
সেই ব্যবহারকারীর ইমেল নির্দেশ করে যে রিপোর্টিং ডেটা অ্যাক্সেস করেছে। রিপোর্ট প্রতিক্রিয়ায় মাত্রা মান হল স্ট্রিং।
JSON প্রতিনিধিত্ব |
---|
{
"dimensionName": string
} |
ক্ষেত্র |
---|
dimensionName | string মাত্রার API নাম। এই API-এ সমর্থিত মাত্রার তালিকার জন্য ডেটা অ্যাক্সেস স্কিমা দেখুন। dimensionFilter এবং orderBys নাম দ্বারা মাত্রা উল্লেখ করা হয়েছে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 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`."]]],["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"]]