संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ई-कॉमर्स में items कलेक्शन
इवेंट की मदद से, अपनी ई-कॉमर्स वेबसाइट पर प्रॉडक्ट या सेवाओं के बारे में बताया जा सकता है.
Google ज़रूरी और सुझाए गए पैरामीटर की सूची उपलब्ध कराता है
items कलेक्शन में शामिल करने के लिए.
इन पैरामीटर के अलावा, आप
items कलेक्शन. इन कस्टम पैरामीटर को आइटम के स्कोप वाले कस्टम पैरामीटर कहा जाता है
पैरामीटर और इनकी मदद से आप ऐसा डेटा कैप्चर कर सकते हैं जो आपके
कारोबार. इन 27 कस्टम आइटम पैरामीटर में से, ये कॉन्फ़िगर किए जा सकते हैं:
स्टैंडर्ड प्रॉपर्टी के लिए, आइटम के स्कोप वाले 10 कस्टम डाइमेंशन
Analytics 360 प्रॉपर्टी के लिए, आइटम के स्कोप वाले 25 कस्टम डाइमेंशन
पहले ज़रूरी और सुझाए गए पैरामीटर की सूची को एक बार ज़रूर देखें
आइटम के स्कोप वाले कस्टम पैरामीटर बनाने पर.
आइटम के स्कोप वाला कस्टम पैरामीटर जोड़ना
आइटम के स्कोप वाला कस्टम पैरामीटर जोड़ने के लिए, पैरामीटर को इसमें
items कलेक्शन. उदाहरण के लिए, अगर आपको यह जानना है कि कोई प्रॉडक्ट स्टॉक में है या नहीं, तो
इवेंट में यह in_stock कस्टम पैरामीटर जोड़ें:
ध्यान दें कि यह तरीका gtag.js और Google Tag Manager, दोनों पर लागू होता है
लागू करना.
अगले चरण
आइटम के स्कोप वाले कस्टम पैरामीटर का विश्लेषण करने के लिए, आपको आइटम के स्कोप वाला कस्टम पैरामीटर बनाना होगा
डाइमेंशन. आइटम के स्कोप वाला कस्टम डाइमेंशन सेट अप करने के तरीके के बारे में जानने के लिए,
कस्टम डाइमेंशन और मेट्रिक देखें.
[[["समझने में आसान है","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"]],["आखिरी बार 2024-09-13 (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)."]]