এই প্যারামিটারগুলি ছাড়াও, আপনি items অ্যারেতে 27টি পর্যন্ত কাস্টম প্যারামিটার অন্তর্ভুক্ত করতে পারেন। এই কাস্টম প্যারামিটারগুলিকে কাস্টম আইটেম-স্কোপড প্যারামিটার বলা হয় এবং তারা আপনাকে আপনার ব্যবসার জন্য উপযোগী ডেটা ক্যাপচার করতে দেয়। এই 27টি কাস্টম আইটেম প্যারামিটারের মধ্যে, আপনি কনফিগার করতে পারেন:
স্ট্যান্ডার্ড বৈশিষ্ট্যের জন্য 10টি আইটেম-স্কোপযুক্ত কাস্টম মাত্রা
Analytics 360 বৈশিষ্ট্যের জন্য 25টি আইটেম-স্কোপযুক্ত কাস্টম মাত্রা
আপনার নিজস্ব আইটেম-স্কোপড কাস্টম প্যারামিটার তৈরি করার আগে প্রয়োজনীয় এবং প্রস্তাবিত প্যারামিটারের তালিকা পর্যালোচনা করতে ভুলবেন না।
একটি আইটেম-স্কোপড কাস্টম প্যারামিটার যোগ করুন
একটি আইটেম-স্কোপড কাস্টম প্যারামিটার যোগ করতে, items অ্যারেতে প্যারামিটারটি অন্তর্ভুক্ত করুন। উদাহরণস্বরূপ, একটি পণ্য স্টকে আছে কিনা তা ক্যাপচার করতে, আপনি ইভেন্টে নিম্নলিখিত in_stock কাস্টম প্যারামিটার যোগ করতে পারেন:
মনে রাখবেন যে এই পদক্ষেপগুলি gtag.js এবং Google ট্যাগ ম্যানেজার উভয় ক্ষেত্রেই প্রযোজ্য।
পরবর্তী পদক্ষেপ
আইটেম-স্কোপযুক্ত কাস্টম প্যারামিটার বিশ্লেষণ করতে, আপনাকে অবশ্যই একটি আইটেম-স্কোপযুক্ত কাস্টম মাত্রা তৈরি করতে হবে। আইটেম-স্কোপযুক্ত কাস্টম মাত্রা কীভাবে সেট আপ করবেন সে সম্পর্কে তথ্যের জন্য, কাস্টম মাত্রা এবং মেট্রিক্স দেখুন।
[[["সহজে বোঝা যায়","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-06 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe \u003ccode\u003eitems\u003c/code\u003e array in ecommerce events describes products or services, using parameters defined by Google.\u003c/p\u003e\n"],["\u003cp\u003eYou can add up to 27 custom item-scoped parameters to the \u003ccode\u003eitems\u003c/code\u003e array to capture business-specific data.\u003c/p\u003e\n"],["\u003cp\u003eCustom item-scoped parameters can be added directly to the \u003ccode\u003eitems\u003c/code\u003e array within your ecommerce events, like the example showing the \u003ccode\u003ein_stock\u003c/code\u003e parameter.\u003c/p\u003e\n"],["\u003cp\u003eTo analyze item-scoped custom parameters in your reports, you need to create corresponding item-scoped custom dimensions in Google Analytics.\u003c/p\u003e\n"]]],["The `items` array in ecommerce events allows for product/service descriptions, including required and recommended parameters. You can also add up to 27 custom item-scoped parameters, like `in_stock`, within this array. For standard properties, 10 item-scoped custom dimensions are configurable, and 25 for Analytics 360 properties. Adding a custom parameter involves including it in the `items` array. To analyze these parameters, an item-scoped custom dimension needs to be created.\n"],null,["# Create item-scoped custom parameters\n\nThe [`items` array](/analytics/devguides/collection/ga4/ecommerce#implementation) in ecommerce\nevents lets you describe the products or services on your ecommerce website.\nGoogle provides a [list of required and recommended parameters](/analytics/devguides/collection/ga4/reference/events)\nto include in the `items` array.\n\nIn addition to these parameters, you can include up to 27 custom parameters in\nthe `items` array. These custom parameters are called **custom item-scoped\nparameters** and they let you capture data that's useful to your\nbusiness. Of these 27 custom item parameters, you can configure:\n\n- 10 item-scoped custom dimensions for standard properties\n- 25 item-scoped custom dimensions for Analytics 360 properties\n\nMake sure to review the list of required and recommended parameters before\ncreating your own item-scoped custom parameters.\n\nAdd an item-scoped custom parameter\n-----------------------------------\n\nTo add an item-scoped custom parameter, include the parameter in the\n`items` array. For example, to capture whether a product is in stock, you can\nadd the following `in_stock` custom parameter to the event: \n\n items: [\n {\n item_id: \"SKU_12345\",\n item_name: \"Stan and Friends Tee\",\n affiliation: \"Google Merchandise Store\",\n coupon: \"SUMMER_FUN\",\n discount: 2.22,\n index: 0,\n item_brand: \"Google\",\n item_category: \"Apparel\",\n item_category2: \"Adult\",\n item_category3: \"Shirts\",\n item_category4: \"Crew\",\n item_category5: \"Short sleeve\",\n item_list_id: \"related_products\",\n item_list_name: \"Related Products\",\n item_variant: \"green\",\n in_stock: true, // The item-scoped custom parameter \"in_stock\"\n location_id: \"ChIJIQBpAG2ahYAR_6128GcTUEo\",\n price: 10.01,\n quantity: 3\n }\n ]\n\nNote that these steps apply to both gtag.js and Google Tag Manager\nimplementations.\n\nNext steps\n----------\n\nTo analyze item-scoped custom parameters, you must create an item-scoped custom\ndimension. For information about how to set up the item-scoped custom dimension,\nsee [Custom dimensions and metrics](//support.google.com/analytics/answer/10075209)."]]