التحليلات وأحداث التتبع
أحداث مشاهدة الصفحة
أحداث مشاهدة الصفحة — التوثيق قيد الإعداد.
مكتمل
GA4 يبعث `page_view` افتراضياً عند كل تغيير route. المنصة تُعزّز هذا بأحداث page_view لكل موديول تحمل entity id والـ slug والسمات الأساسية — حتى تستطيع اللوحات تجميع المشاهدات حسب القطاع / الدولة / الموديول دون join.
أحداث page_view لكل موديول
- home_landing_view
- مشاهدة الصفحة الرئيسية. الخصائص: `locale`، `viewport_class` (mobile / tablet / desktop)، `referrer_class`.
- editorial_article_view
- تفاصيل مقال. الخصائص: `article_id`، `article_slug`، `article_type`، `sector?`، `country?`، `is_featured?`.
- opportunity_details_view
- تفاصيل فرصة. الخصائص: `opportunity_id`، `opportunity_slug`، `status`، `type_slug`، `country_code`، `sector_slug?`.
- founder_profile_view
- تفاصيل ملف مؤسس. الخصائص: `founder_id`، `founder_slug`، `profile_status`، `country?`، `sector?`، `stage?`.
- founder_file_view
- صفحة تفاصيل ملف (ليست القارئ). الخصائص: `file_id`، `file_slug`، `file_number`، `category`، `is_sponsored`.
- founder_file_reader_view
- صفحة قارئ الملف. تُبعَث عند المشاهدة و في `founder_file_reader_complete` منفصل حين يصل تقدّم القراءة 90%.
- event_details_view
- تفاصيل فعالية calendar. الخصائص: `event_id`، `event_slug`، `country_code`، `sector_slug?`، `event_mode`، `is_paid`.
- coverage_article_view
- مقال تغطية. الخصائص: `coverage_id`، `coverage_slug`، `parent_event_id`، `coverage_kind`.
- startup_showcase_view
- تفاصيل startup. الخصائص: `startup_id`، `startup_slug`، `sector`، `country`، `stage`، `is_verified`.
- docs_topic_view
- مشاهدة موضوع توثيق. الخصائص: `section_slug`، `topic_slug`، `status`، `audiences[]`.
