संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इवेंट की पुष्टि करने के बाद, आपको लागू करने की पुष्टि करनी होगी. पुष्टि करने वाला सर्वर यह पुष्टि करता है कि आपके इवेंट का स्ट्रक्चर सही है. हालांकि, यह पुष्टि करने के लिए कि उन्हें आपकी प्रॉपर्टी में सही तरीके से भेजा जा रहा है, आपको यह काम करना होगा:
अगर आपको इन चरणों को पूरा करने के बाद भी अपने इवेंट नहीं दिख रहे हैं, तो लागू करने से जुड़ी सामान्य गड़बड़ियों के लिए समस्या हल करने का तरीका देखें.
किसी क्लाइंट से इवेंट भेजना
अपना क्लाइंट चुनें:
अपनी प्रॉपर्टी में कोई इवेंट भेजना
रीयलटाइम व्यू देखना
मेज़रमेंट प्रोटोकॉल का इस्तेमाल करके इवेंट भेजने के बाद, अपनी प्रॉपर्टी के लिए रीयल टाइम व्यू देखें. आम तौर पर, इवेंट कुछ सेकंड में दिखने लगते हैं.
रीयलटाइम व्यू पर जाने के लिए, Google Analytics खोलें. इसके बाद, बाईं ओर मौजूद नेविगेशन पैनल में, रिपोर्ट > रीयलटाइम पर जाएं. आपको सबसे नीचे दिए गए चार्ट पर फ़ोकस करना होगा. जैसे, "इवेंट के नाम के हिसाब से इवेंट की संख्या" और "इवेंट के नाम के हिसाब से मुख्य इवेंट."
DebugView की जांच करना
अगर रीयलटाइम व्यू में, लागू करने की पुष्टि करने के लिए ज़रूरी जानकारी नहीं मिलती है, तो कुछ टेस्ट इवेंट में डीबग मोड चालू करें. इसके लिए, params कलेक्शन में ये पैरामीटर शामिल करें, ताकि DebugView में इवेंट को मॉनिटर और उनकी समीक्षा की जा सके:
"debug_mode": true या "debug_mode": 1
"engagement_time_msec" को पॉज़िटिव नंबर पर सेट किया गया हो
उदाहरण के लिए, यहां दिए गए कोड में डीबग मोड चालू करके रिफ़ंड भेजा गया है:
डीबग मोड चालू करके इवेंट भेजने के बाद, DebugView का इस्तेमाल करके इवेंट मॉनिटर करने से जुड़े निर्देशों का पालन करें. इससे आपको यह पुष्टि करने में मदद मिलेगी कि आपने इवेंट को सही तरीके से लागू किया है.
[[["समझने में आसान है","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-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThis guide provides steps to verify your analytics implementation after validating your events.\u003c/p\u003e\n"],["\u003cp\u003eYou'll learn how to send events from a client and your property, then monitor them in Realtime view and DebugView.\u003c/p\u003e\n"],["\u003cp\u003eIf events aren't appearing, refer to the troubleshooting section for common implementation errors.\u003c/p\u003e\n"]]],["To verify events are sent to your property, send an event from a client and to your property. Then, check the Realtime view in Google Analytics under **Reports**. Focus on the \"Event count by Event name\" and \"Key Events by Event name\" charts. For more detail, enable debug mode by including `\"debug_mode\": true` or `\"debug_mode\": 1` and `\"engagement_time_msec\"` in the `params` collection of test events. Monitor these events in the DebugView. If issues occur, consult troubleshooting.\n"],null,[]]