How to View Events in Google Analytics

Cody Schneider8 min read

One of the biggest shifts in Google Analytics 4 is its event-based data model, which tracks every user interaction as a distinct "event." But with all this useful data being collected, a common question arises: where exactly do you go to view it all? This guide will walk you through exactly where to find your event data in GA4, how to understand the reports, and how you can build your own custom reports to get the specific insights you need.

GraphedGraphed

Build AI Agents for Marketing

Build virtual employees that run your go to market. Connect your data sources, deploy autonomous agents, and grow your company.

Watch Graphed demo video

What Even Are Events in GA4?

In the old days of Universal Analytics, the world revolved around sessions and pageviews. In GA4, everything is an event. A page view is an event called page_view, scrolling down the page is a scroll event, and a purchase is a purchase event. This model gives you a much more granular view of what people are actually doing on your website or app, not just where they’re going.

Events in GA4 fall into four main categories, and understanding them helps you know what data you should be seeing out of the box versus what you need to set up yourself.

Automatic Events

These are events a GA4 property collects by default as soon as you install the base tracking code. You don’t have to do anything to enable them. They form the foundation of your reporting and include essential interactions like:

  • session_start: Counts when a user begins a new session.
  • first_visit: Tracks the first time a user visits your site or app.
  • user_engagement: Fires when a session lasts longer than 10 seconds, has a conversion event, or has at least 2 pageviews.

Enhanced Measurement Events

These are also collected automatically, but you have the option to turn them on or off. They track common but more specific user interactions without you needing to edit any code or configure Google Tag Manager. In your GA4 property settings (Admin > Data Streams > Select your stream), you can enable these handy events:

  • Scrolls: Captures a scroll event when a user gets to the bottom (90%) of a page.
  • Outbound clicks: Tracks when a user clicks a link that leads them away from your domain.
  • Site search: Records what users are typing into your site's search bar.
  • Video engagement: Tracks plays, progress, and completions for embedded YouTube videos.
  • File downloads: Logs an event each time a user clicks a link to a common file type like a PDF, document, or spreadsheet.

Recommended Events

Google provides a list of recommended event names for common scenarios across different industries (like e-commerce or gaming). While you don't have to use these exact names, it's a very good idea. Following Google's suggested naming structure, like using add_to_cart for when someone adds an item to their shopping cart, helps GA4 understand your data better and unlocks certain features in future 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.

Custom Events

This is where you get complete control. A custom event is any event you name and implement yourself. These are vital for tracking interactions that are unique to your business. You typically use Google Tag Manager (GTM) to set these up. Examples include:

  • newsletter_signup
  • pricing_plan_viewed
  • demo_request_form_submitted
  • A specific call-to-action button click like learn_more_button_click

Where to Find Your Event Data in GA4

Once your events are firing, you'll want to see the numbers. GA4 has built-in reports that serve as your primary source for top-level event information.

The Events Report: Your Command Center

Your main destination for all event data lives right in the standard reports section. Here is how you can get to it:

  1. On the left-hand navigation menu, click on Reports.
  2. Under the "Life cycle" collection, click on Engagement.
  3. Finally, click on Events.

This screen gives you a high-level overview of all the events firing on your site. You will see a table with a few key metrics:

  • Event name: The name of the event as it’s tracked (e.g., page_view, scroll, newsletter_signup).
  • Event count: The total number of times an event was triggered.
  • Total users: The number of unique users who triggered the event.
  • Event count per user: The average number of times an event was fired per user.
  • Total revenue: If you're tracking e-commerce, this shows the revenue associated with specific events.

This view is great for a quick pulse-check. You can see your top-performing events and ensure everything is firing as expected. For a little more detail, you can click on an individual event name in the list. This will bring you to a more focused report that shows a timeline of that specific event over the selected date range, along with cards for things like location or gender — if you have Google Signals enabled.

Level Up: Creating Custom Event Reports in GA4

The standard Events report is a good start, but its customization options are limited. What if you want to see how many people on an iPhone clicked your newsletter_signup button? Or compare form_submission events across different landing pages?

For this level of analysis, you'll need to jump into Explore.

The Explore section is GA4's sandbox for building custom reports and visualizations from scratch. It might look intimidating, but once you get the hang of it, you'll unlock the full potential of your event data.

GraphedGraphed

Build AI Agents for Marketing

Build virtual employees that run your go to market. Connect your data sources, deploy autonomous agents, and grow your company.

Watch Graphed demo video

Step-by-Step: Building a Simple Custom Event Report

Let's say we want to see a list of our top events, but we want to break them down by the kind of device someone was using (desktop, mobile, or tablet).

Step 1: Create a New Exploration

Navigate to Explore in the left-hand navigation and click on "Blank exploration" to start with a fresh canvas.

Step 2: Import Your Dimensions

Dimensions are the “what” or “who” of your data — the categories you use to describe things. In our case, we need two dimensions. In the "Variables" column on the left, click the "+" sign next to "Dimensions." Search for and import:

  • Event name
  • Device category

Step 3: Import Your Metrics

Metrics are the numbers — the "how many." In the "Variables" column, click the "+" icon next to "Metrics." Search for and import:

  • Event count
  • Total users

Step 4: Build the Report Canvas

Now all you need to do is drag your dimensions and metrics from the "Variables" column into the "Tab Settings" column.

  • Drag Event name to the "Rows" box.
  • Drag Device category to the "Columns" box.
  • Drag Event count and Total users to the "Values" box.

Instantly, a report will populate on the right side of the screen. You'll now have a table showing all of your event names down the first column, with Desktop, Mobile, and Tablet as separate columns showing the event counts and user counts for each. This type of customized view is impossible in the standard GA4 reports and shows just how powerful Explorations can be.

Practical Tips for Analyzing Events Like a Pro

Now that you know where to find and how to create reports, here are a few key tips to help you get the most out of your data.

1. Remember to Register Custom Dimensions and Metrics

This is one of the most common pitfalls for new GA4 users. When you send custom events, you often send extra information with them, known as parameters. For example, with a video_engagement event, you might send a video_title parameter.

To use these custom parameters in your Explore reports, you must register them first. To do this, go to Admin > Custom definitions > Create custom dimensions. Name your dimension (e.g., "Video Title"), choose the event parameter (video_title), and hit save. After 24-48 hours, you'll be able to use "Video Title" as a dimension in your custom reports!

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.

2. Mark Key Events as Conversions

All conversions are events, but not all events are conversions. A conversion is any event that represents a valuable action for your business. By flagging an event as a conversion, you tell GA4 that it's important, which unlocks special reporting features and allows you to analyze attribution more easily.

To mark an event as a conversion, navigate to Admin > Conversions. Click "New conversion event," type in the exact name of an existing event (e.g., newsletter_signup), and save it. Now, that event will appear in the main Conversions report moving forward.

3. Use DebugView to Test Your Events

When you're setting up new custom events in Google Tag Manager, how do you know if they're working correctly before they get buried in your reports? The answer is DebugView.

In GA4, go to Admin > DebugView. Then, using GTM's "Preview" mode on your website, any event you trigger will show up in the DebugView in real time. It's an indispensable tool for troubleshooting and verifying your tracking setup is working as intended.

Final Thoughts

Viewing your event data in Google Analytics 4 is straightforward once you know where to look. By toggling between the standard Events report for a high-level overview and building custom views in Explore for deep dives, you have all the tools necessary to understand exactly how users are interacting with your site.

While GA4's Explorations are powerful, they still involve a significant learning curve of adding dimensions and metrics to build reports from scratch. This is exactly why we built Graphed. Instead of building those reports manually and dragging and dropping variables, we let you create them with simple, conversational language. For instance, you could just ask, "Show me my top 10 purchase events from last week, broken down by country," and Graphed builds the report instantly. We connect directly to your GA4 data to give you fast answers and live dashboards in seconds, so you can spend less time navigating menus and more time acting on your insights.

Related Articles