Where to Find Events in Google Analytics?

Cody Schneider7 min read

Finding your event data in Google Analytics 4 can feel like a scavenger hunt if you're used to the old Universal Analytics. GA4 is built entirely around events - from page views to purchases - so knowing exactly where to look is fundamental. This tutorial will show you precisely where to find and analyze your event data in GA4, giving you a clear picture of user interactions on your site.

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 Are Events in Google Analytics 4?

Before jumping into the reports, it's essential to understand that in GA4, everything is an event. A page view is an event, a button click is an event, a form submission is an event, and a purchase is an event. This is a big shift from the older session-based model of Universal Analytics.

This event-driven approach makes GA4 incredibly flexible, but it's helpful to know the different types of events you'll encounter:

  • Automatically collected events: These are events that GA4 collects by default as soon as you install the tracking code. Examples include session_start, first_visit, and page_view.
  • Enhanced measurement events: These are powerful events you can enable with a simple toggle switch in your GA4 property settings. They automatically track common interactions like scrolls (scroll), outbound clicks (click), file downloads (file_download), and video engagement.
  • Recommended events: These are events that Google suggests for specific industries or scenarios, complete with predefined names and parameters. Examples include purchase for e-commerce or sign_up for lead generation. Sticking to these names helps GA4 understand your data better for future reporting features.
  • Custom events: These are events that you define and name yourself to track interactions unique to your website or business. For example, you might create a custom event called quote_request_submitted or demo_watched_at_75_percent.

Where to Find Your Events in GA4 Reports

Now that we've covered the basics, let's get to the main question: where do you actually see all of this valuable data? There are three primary places inside your GA4 property to look.

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.

1. The Core 'Events' Report for a High-Level Overview

Your first stop for seeing a summary of all events is the main Events report. This gives you a quick snapshot of the most-fired events across your website or app.

How to get there:

  1. In the left-hand navigation menu, click on Reports.
  2. Under the 'Life cycle' collection, expand the Engagement section.
  3. Click on Events.

Here you'll see a table listing all the events collected on your property. Key columns include:

  • Event name: The name of the event (e.g., page_view, click, file_download).
  • Event count: The total number of times the event has been logged.
  • Total users: The number of unique users who have triggered the event.
  • Event count per user: The average number of times a user has triggered that specific event.

Practical Tip: By default, this table is sorted by "Event count." This is great for an initial analysis, as it immediately shows you the most common user interactions. Clicking on any event name in this list will take you to a detailed report for just that event, allowing you to see trends over time and a breakdown by demographics.

2. The 'Real-time' Report for Testing and Debugging

The Real-time report is your best friend when you’ve just set up a new custom event and want to verify it's working properly. It shows you activity as it happens, letting you confirm that your tracking is firing correctly without waiting for the standard reports to process the data.

How to get there:

  1. In the left-hand navigation menu, click on Reports.
  2. Click on Real-time.

On the Real-time dashboard, look for the card titled "Event count by Event name." This card shows a live count of events triggered in the last 30 minutes. As you navigate your website in a separate tab or window and perform actions (like clicking a button or downloading a file), you can watch events appear in this list almost instantly. This is the fastest way to debug your tracking setup and ensure your data collection is accurate from the start.

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

3. Using 'Explorations' for In-Depth Event Analysis

While the standard Events report gives you the "what" (e.g., 250 file_download events), the Explorations tool helps you find the "who," "where," and "why." This is where you can dig deep into the parameters that are sent along with each event.

An event parameter provides extra context about an event. For example, a file_download event comes with parameters like file_name and file_extension, while a page_view event comes with parameters like page_title and page_location.

Let's create a simple Exploration to find out which PDF files users are downloading most often.

How to build an Explore report for specific events:

  1. In the left-hand menu, click on Explore.
  2. Start a new exploration by clicking the Free form template.
  3. Add Your Dimensions: In the 'Variables' column on the left, click the '+' icon next to 'Dimensions.' Search for and import Event name and File name.
  4. Add Your Metric: In the 'Variables' column, click the '+' icon next to 'Metrics.' Search for and import Event count.
  5. Set Up the Report Rows: Drag the File name dimension from the 'Variables' column into the 'Rows' box in the 'Tab Settings' column.
  6. Set Up the Report Values: Drag the Event count metric into the 'Values' box. You should now see a list of file names with their download counts.
  7. Add a Filter: Right now, the report is showing data for multiple events. We only want to see file downloads. In the 'Tab Settings' column, drag the Event name dimension into the 'Filters' box. Set the filter to “exactly matches” and type file_download. Click Apply.

Voila! You now have a custom report showing precisely which files have been downloaded and how many times. Explorations are the key to unlocking true insights from your event data by letting you analyze the specific parameters attached to each interaction.

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.

Using Custom Parameters in Your Reports

What if you created a custom event with your own custom parameters? For example, imagine you have a multi-step form and tracked an event named form_progress with a parameter called form_step to track which step the user completed (step_1, step_2, etc.).

By default, GA4 won’t automatically make form_step available in your reports as a usable dimension. For GA4 to recognize and process this custom parameter for analysis, you must register it as a custom dimension.

How to register a custom dimension:

  1. Go to Admin (the gear icon in the bottom-left).
  2. Under the 'Property' column, select Data display > Custom definitions.
  3. Click the Create custom dimensions button.
  4. Give your dimension a name. This is what you'll see in your reports, like "Form Step Name."
  5. Leave the Scope set to "Event."
  6. Provide an optional Description for context.
  7. In the "Event parameter" field, select its corresponding parameter from the list (e.g., form_step).
  8. Click Save.

Once you've done this, it can take up to 48 hours for the data to populate. After that, your new custom dimension ("Form Step Name") will be available to use in your Explorations, just like any other dimension, allowing you to build reports that analyze the custom context specific to your business needs.

Final Thoughts

In summary, finding your event data in Google Analytics 4 is straightforward once you know where to look. Use the Engagement > Events report for a quick summary, lean on the Real-time report for testing, and dive into Explorations to analyze event parameters and answer detailed questions about user behavior.

While powerful, digging through GA4's interface to manually build reports can consume hours a marketer just doesn't have. At Graphed , we created a way to eliminate that manual work. You can connect your Google Analytics account in seconds and then use simple, natural language prompts like, "Show me a line chart of new user sign-ups coming from our Facebook ads last quarter" to get instant dashboards and insights without ever opening the Explore tool again.

Related Articles