Google Analytics 4 · Metric
What is Event count?
Event count is the number of times an event was triggered in Google Analytics 4 during the selected period. Since GA4 measures everything as events, page views, clicks, scrolls, video plays and purchases are all counted with the same metric.
Every interaction GA4 records adds one to the event count.
- Data source
- Google Analytics 4
- Type
- Metric
- API field
- eventCount
Why it matters
It is the raw unit of GA4. Every other engagement number is built from it: a page view is a page_view event, a conversion is an event you marked as a key event, a session is a session_start event followed by the rest.
How to read it
The common misreading is treating event count as people: one visitor can fire the same event fifty times. Pair it with event count per user or with total users, and check which events are automatically collected, which come from enhanced measurement and which are custom, because the three arrive with different reliability.
In a Data Studio report
In a Data Studio (formerly Looker Studio) report events appear as a table of event names with their count and, for the ones marked as key events, their conversion count and value. The page that tracks user interaction usually shows the top events over time next to engagement rate.
Where to find it in Google Analytics 4
Google Analytics 4: Reports, then Engagement, then Events (Event count per event name); in Realtime as Event count by Event name.
