WebmasterID logoWebmasterID
Event tracking

The screen_view event (apps)

screen_view is the GA4 event that records when a screen is displayed in a mobile app, the app analogue of the web's page_view. It carries firebase_screen and firebase_screen_class parameters identifying the screen. It is collected automatically by the Firebase/GA4 SDKs and is the basis for app navigation and screen-engagement analysis.

Verified against primary sources

What this means

screen_view is GA4's app-side counterpart to page_view. When a screen is displayed in a mobile app, the Firebase/GA4 SDK logs a screen_view with `firebase_screen` (the screen name) and `firebase_screen_class` (the underlying class). It is collected automatically as part of the SDK's measurement, and you can also set screen names manually for clarity.

It is the unit of navigation for apps the way pageviews are for websites.

Web pages versus app screens

On the web GA4 records page_view with page_location and page_title; in an app it records screen_view with firebase_screen. They are parallel concepts but not interchangeable — a web property and an app stream count navigation differently, so combining them needs care. Use clear, stable screen names so screen-flow reports are readable rather than a list of class names.

How it appears in analytics and logs

A screen_view event means an app screen was shown. Screen sequences reveal in-app navigation paths; a screen with high views but quick exits may be a dead end or a confusing step.

Diagnostic use case

Measure which app screens are viewed and how users move between them — the app equivalent of pageview-based site navigation analysis.

What WebmasterID can help detect

WebmasterID focuses on web first-party analytics; screen_view is documented here so you understand the app-side analogue of page_view when comparing web and app data.

Common mistakes

Privacy and accuracy notes

screen_view records the screen name and class, not the user. The firebase_screen parameters are app structure metadata, not personal data.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.