تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
بعد التحقّق من صحة الأحداث، عليك التحقّق من صحة عملية التنفيذ. يتأكّد خادم التحقّق من صحة البيانات من أنّ أحداثك تتضمّن البنية الصحيحة، ولكن للتأكّد من أنّه يتم إرسالها بشكل صحيح إلى موقعك، عليك اتّباع الخطوات التالية:
إذا لم تظهر لك أحداثك بعد اتّباع هذه الخطوات، راجِع تحديد المشاكل وحلّها لمعرفة الأخطاء الشائعة في التنفيذ.
إرسال حدث من جهاز عميل
اختَر عميلك:
إرسال حدث إلى موقعك
الاطّلاع على "عرض الوقت الفعلي"
بعد إرسال حدث باستخدام Measurement Protocol، راجِع "العرض في الوقت الفعلي" لموقعك. تظهر الأحداث عادةً في غضون بضع ثوانٍ.
انتقِل إلى عرض "الوقت الفعلي" من خلال فتح إحصاءات Google، ثم الانتقال إلى التقارير > الوقت الفعلي في شريط التنقّل الأيمن. عليك التركيز على الرسوم البيانية في أسفل الصفحة، مثل "عدد الأحداث حسب اسم الحدث" و"الأحداث الرئيسية حسب اسم الحدث".
التحقّق من DebugView
إذا لم يوفّر لك عرض "الوقت الفعلي" تفاصيل كافية للتحقّق من عملية التنفيذ، فعِّل وضع تصحيح الأخطاء في بعض الأحداث التجريبية من خلال تضمين المَعلمات التالية في عملية جمع البيانات params حتى تتمكّن من مراقبة الأحداث ومراجعتها في DebugView:
"debug_mode": true أو "debug_mode": 1
يتم ضبط قيمة "engagement_time_msec" على رقم موجب
على سبيل المثال، يرسل ما يلي ردّ أموال مع تفعيل وضع تصحيح الأخطاء:
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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,["# Verify implementation\n\nAfter going through [validating events](/analytics/devguides/collection/protocol/ga4/validating-events), you'll want to verify your\nimplementation. The validation server validates that your events have the\ncorrect structure, but to verify that they are being sent correctly to your\nproperty, you'll need to do the following:\n\n- [Send an event from a client](#client_send)\n- [Send an event to your property](#send)\n- [Check the Realtime view](#realtime)\n- [Check DebugView](#debugview)\n\nIf you're not seeing your events after going through these steps, check\n[troubleshooting](/analytics/devguides/collection/protocol/ga4/troubleshooting) for common implementation errors.\n\nSend an event from a client\n---------------------------\n\nChoose your client: \nFirebase gtag.js\n\n\u003cbr /\u003e\n\nSend an event to your property\n------------------------------\n\nCheck the Realtime view\n-----------------------\n\nAfter sending an event using the Measurement Protocol, check the Realtime view\nfor your property. Events typically show up within a few seconds.\n\nGo to the Realtime view by opening [Google Analytics](https://analytics.google.com), then going to\n**Reports** \\\u003e **Realtime** in the left navigation. You'll want to focus on the\nbottom charts, such as \"Event count by Event name\" and \"Key Events by Event\nname.\"\n\nCheck DebugView\n---------------\n\nIf the Realtime view doesn't provide enough detail for you to verify your\nimplementation, enable debug mode in some test events by including the following\nparameters in the `params` collection so you can monitor and review the events\nin **DebugView**:\n\n1. `\"debug_mode\": true` or `\"debug_mode\": 1`\n2. `\"engagement_time_msec\"` set to a positive number\n\nFor example, the following sends a [refund](/analytics/devguides/collection/protocol/ga4/reference/events#refund) with debug mode enabled:\n\nAfter you send events with debug mode enabled, follow the instructions for\n[monitoring events using **DebugView**](//support.google.com/analytics/answer/7201382) to verify your implementation."]]