Where to Find Automatic Events in Google Analytics 4?
Finding your way around a new Google Analytics 4 property can feel like searching for a light switch in a dark room. You know the data is in there somewhere, but figuring out exactly where to look is the real challenge. This is especially true for "automatic events" - the foundational data GA4 collects the moment you install your tracking code. This guide will show you exactly where to find automatic events in GA4 and how to start making sense of them.
What Are GA4 Automatic Events?
In Google Analytics 4, almost everything is measured as an event. An "event" is simply any specific interaction a user has with your website or app. GA4 pre-packages several types of events right out of the box so you can get valuable data immediately, without having to configure a single thing.
Automatic events are the most basic of these. They are collected by default from your website or app once the GA4 tracking code (or SDK for apps) is installed. You cannot turn these events off, and they form the core of your analytics data stream.
It's helpful to understand them in context with other event types:
- Automatic Events: These are collected automatically without any setup. Examples include
session_start,first_visit, anduser_engagement. They are fundamental to how GA4 reports work. - Enhanced Measurement Events: These are also collected automatically for web data streams but can be toggled on or off in your settings. They track common interactions like page scrolls (
scroll), outbound link clicks (click), site searches (view_search_results), and file downloads (file_download). - Recommended Events: These are events Google recommends you set up manually for specific business types (e.g.,
add_to_cartfor e-commerce orgenerate_leadfor lead generation). They have predefined names and parameters that unlock specific reporting features. - Custom Events: These are events you name and implement yourself to track interactions unique to your business that aren't covered by the other categories. For example, you might create a custom event called
webinar_signup.
For this article, we're focusing on that first category: the truly automatic events that provide the bedrock of your GA4 reporting.
Free PDF · the crash course
AI Agents for Marketing Crash Course
Learn how to deploy AI marketing agents across your go-to-market — the best tools, prompts, and workflows to turn your data into autonomous execution without writing code.
Why Automatic Events Are So Important
Before we jump into finding them, it’s worth understanding why these events matter. Their primary benefit is providing immediate, foundational insights into user behavior without requiring any technical overhead.
For marketers, founders, or small teams, this is huge. You don't need a developer or deep knowledge of Google Tag Manager to start answering basic questions like:
- How many new users visited my site for the first time? (
first_visitevent) - How many total sessions did my site have last month? (
session_startevent) - Are users actually interacting with my content, or are they leaving immediately? (
user_engagementevent)
This out-of-the-box tracking ensures that from day one, you have a baseline of data to measure website performance, user growth, and overall engagement.
Where to Find and View Your Automatic Events in GA4
Now, let's get to the main event. There are a few key places inside your GA4 property where you can see a list of your events and analyze their data. We'll start with the most direct method and move to more advanced options.
Method 1: The Standard "Events" Report
The most straightforward place to see all your events - automatic, enhanced, and custom - is in the standard Events report. This report acts as your central hub for all tallied event interactions.
Here’s how to get there:
- Log in to your Google Analytics 4 property.
- On the left-hand navigation menu, click on Reports (the chart icon).
- Under the Life cycle collection, expand the Engagement section.
- Click on Events.
Here you'll see a table listing all the events that have been tracked on your site during the selected date range. This list will include automatic events like session_start and user_engagement right alongside any enhanced or custom events you may have configured.
The columns in this report give you a high-level overview:
- Event name: The name of the event as it's recorded by GA4.
- Event count: The total number of times the event was triggered.
- Total users: The number of unique users who triggered the event.
- Event count per user: The average number of times the event was triggered per user.
To dig deeper into a specific automatic event, just click on its name in the table. For example, clicking on session_start will take you to a detailed report about that event, showing you trends over time, counts by country, and other related data.
Method 2: Check the "Realtime" Report
If you just installed your GA4 tag or want to see if events are firing correctly at this very moment, the Realtime report is your best friend. It displays activity on your site from the last 30 minutes.
Here's how to access it:
- In the left-hand navigation, click on Reports.
- Click on Realtime at the top of the reporting section.
On this dashboard, you’ll see several cards. Look for the card titled "Event count by Event name." This card will show a live list of the events being triggered by active users on your site. You should see session_start and first_visit (for new users) pop up here as people land on your homepage.
This view is less for historical analysis and more for immediate verification and debugging. It’s a great way to confirm everything is working as expected.
Method 3: Create a Custom "Exploration" Report
While the standard Events report is good for a quick overview, the real power of GA4 lies in the Explore section. Explorations allow you to build custom reports, tables, and visualizations that go far beyond the standard reports.
Let's create a simple Free-form exploration to analyze our automatic events more deeply. This gives you full control over which dimensions and metrics you see.
Steps to build the exploration:
- On the left-hand navigation, click on Explore (the overlapping boxes icon).
- Click on Blank exploration to start a new report from scratch.
- Add Dimensions: In the "Variables" column on the left, click the "+" icon next to "Dimensions." Search for and import the "Event name" dimension. You might also want to add others like "Device category" or "Country" for more detailed analysis.
- Add Metrics: In the same "Variables" column, click the "+" icon next to "Metrics." Search for and import metrics like "Event count" and "Total users."
- Build the Report: Now, drag your desired dimensions and metrics from the "Variables" column into the "Tab Settings" column.
Instantly, the main panel on the right will populate with a clean, customizable table showing all your events and the metrics you chose. The advantage here is flexibility. You can add the Device category dimension to the "Columns" field to see a breakdown of automatic events by desktop, tablet, and mobile. Or, you can add filters to show only automatic events and exclude everything else.
Free PDF · the crash course
AI Agents for Marketing Crash Course
Learn how to deploy AI marketing agents across your go-to-market — the best tools, prompts, and workflows to turn your data into autonomous execution without writing code.
Putting Automatic Event Data to Use
Finding the events is the first step, knowing what they mean is the next. Here’s a quick interpretation of a few key automatic events:
first_visit: This event fires the very first time a user visits your website or app. The total count of this event is your number of new users. It's fantastic for measuring the effectiveness of campaigns aimed at attracting a new audience.session_start: This is triggered when a user begins a new session. A session is a period of active engagement that ends after 30 minutes of inactivity. The count ofsession_startevents essentially equals your total number of sessions. Tracking this over time gives you a clear view of your overall traffic trends.user_engagement: This is one of the most useful automatic events and is a massive improvement over Universal Analytics' "Bounce Rate." Auser_engagementevent fires when a session either lasts longer than 10 seconds, has at least one conversion event, or has at least two pageviews. It helps you distinguish between users who landed and immediately left versus those who showed at least some level of interest.
Troubleshooting: Can't Find Your Events?
If you've followed the steps and you're not seeing any data, don't panic. Here are a few common culprits:
- Incorrect Tag Installation: The most common issue is that the GA4 tracking code isn't properly installed on every page of your site. Use the Realtime report to check if your own visit is being tracked. If not, revisit your installation steps.
- Date Range Issues: Double-check the date range in the top right corner of your report. If your GA4 property is brand new, you may only have a day or two's worth of data. Make sure your lookback window is appropriate.
- Data Thresholding: If you have a low-traffic site and Google Signals is enabled, GA4 might apply "thresholding" to your reports. This hides data to prevent you from identifying individual users. You might see a notice about it in GA4. If this is an issue, you can try expanding your date range or, for a more technical fix, changing your 'Reporting Identity' in the Admin settings to "Device-based."
Final Thoughts
Understanding and locating GA4's automatic events is a fundamental skill for getting value from the platform. By using the standard Events report for a quick look, the Realtime report for verification, and Explorations for deep dives, you have all the tools you need to analyze the foundational user interactions happening on your site without any complicated setup.
Of course, analyzing data directly in GA4 is only part of the story. Most marketing and sales funnels are scattered across a dozen platforms - Google Analytics, social media ads, your CRM, your e-commerce platform, and more. To solve this, we built Graphed. We make it easy to connect all your data sources in one place and build custom dashboards in seconds just by describing what you want to see. Instead of spending hours hunting for metrics, you can just ask plain-English questions and get instant answers.
Related Articles
Facebook Ads for Painters: The Complete 2026 Strategy Guide
Learn how to run profitable Facebook ads for painters in 2026. This complete guide covers audience targeting, ad formats, budgeting, and optimization strategies to generate leads at $20-60 per lead.
Facebook Ads for Chiropractors: The Complete 2026 Strategy Guide
Discover how chiropractic practices can leverage Facebook advertising to attract new patients in 2026. Learn the top strategies, compliance requirements, and proven ad templates that drive appointments.
Facebook Ads for Lawyers: The Complete 2026 Strategy Guide
Master Facebook ads for lawyers with this comprehensive 2026 strategy guide. Learn proven targeting, budgeting, and conversion tactics that deliver 200-500% ROI.