শুধুমাত্র আউটপুট। এই CustomDimension সম্পদের জন্য সম্পদের নাম। বিন্যাস: বৈশিষ্ট্য/{property}/customDimensions/{customDimension}
parameterName
string
প্রয়োজন। অপরিবর্তনীয়। এই কাস্টম মাত্রার জন্য ট্যাগিং প্যারামিটার নাম।
যদি এটি একটি ব্যবহারকারী-স্কোপড মাত্রা হয়, তাহলে এটি ব্যবহারকারীর সম্পত্তির নাম। যদি এটি একটি ইভেন্ট-স্কোপড মাত্রা হয়, তাহলে এটি হল ইভেন্ট প্যারামিটারের নাম।
যদি এটি একটি আইটেম-স্কোপড মাত্রা হয়, তাহলে এটি ইকমার্স আইটেম অ্যারেতে পাওয়া প্যারামিটারের নাম।
একটি অক্ষর দিয়ে শুরু করে শুধুমাত্র আলফানিউমেরিক এবং আন্ডারস্কোর অক্ষর থাকতে পারে। ইউজার-স্কোপড ডাইমেনশনের জন্য সর্বোচ্চ 24 অক্ষর, ইভেন্ট-স্কোপড ডাইমেনশনের জন্য 40 অক্ষর।
displayName
string
প্রয়োজন। Analytics UI-তে দেখানো এই কাস্টম মাত্রার জন্য প্রদর্শনের নাম। সর্বাধিক দৈর্ঘ্য 82 অক্ষর, আলফানিউমেরিক প্লাস স্পেস এবং একটি অক্ষর দিয়ে শুরু আন্ডারস্কোর। লিগ্যাসি সিস্টেম-জেনারেটেড ডিসপ্লে নামগুলিতে বর্গাকার বন্ধনী থাকতে পারে, তবে এই ক্ষেত্রের আপডেটগুলি কখনই বর্গাকার বন্ধনীকে অনুমতি দেবে না।
description
string
ঐচ্ছিক। এই কাস্টম মাত্রা জন্য বর্ণনা. সর্বোচ্চ দৈর্ঘ্য 150 অক্ষর।
[[["সহজে বোঝা যায়","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-04-02 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`CustomDimension` resource allows defining custom dimensions with specific parameters like name, display name, description, scope, and whether it's excluded from ads personalization."],["The scope of a custom dimension can be `EVENT`, `USER`, or `ITEM`, determining the level at which the dimension is applied."],["You can manage custom dimensions using methods like `create`, `get`, `list`, `update`, and `archive` to control their lifecycle within your Google Analytics 4 property."],["Custom dimensions can be user-scoped, event-scoped or item-scoped, each with specific requirements for the parameter name used."],["The JSON representation of a `CustomDimension` includes fields for essential properties, allowing programmatic management of custom dimensions."]]],["Custom dimensions are defined with properties like `name`, `parameterName`, `displayName`, `description`, `scope`, and `disallowAdsPersonalization`. The `parameterName` is a tagging parameter, while `scope` defines if it's for events, users, or items. Actions include creating, getting, listing, patching, and archiving a custom dimension. The `DimensionScope` can be `EVENT`, `USER`, or `ITEM`. `disallowAdsPersonalization` excludes the dimension from ads personalization and is only supported for user-scoped custom dimensions.\n"]]