What Does Google Analytics Capture?
Your Google Analytics account is a goldmine of information, but staring at all those charts and tables can feel like trying to read a different language. To really leverage its power, you first need a clear understanding of a basic question: what data is it actually collecting? This article breaks down the four main categories of data Google Analytics captures to help you connect the dots between your dashboards and your business goals.
How Does Google Analytics Actually Work? (The Short Version)
Google Analytics operates through a small piece of JavaScript code, often called a "GA tag," which you install on every page of your website. When a visitor lands on a page, this tag executes in their browser.
Here's a quick-and-dirty summary of what happens next:
- The tag places a small text file, a "cookie," in the user's browser. This cookie contains a random, anonymous identifier, which lets Google Analytics recognize a returning user without knowing who they are personally.
- As the user navigates your site, the tag sends information about their activity back to Google's servers. These bits of information are called "hits" and include interactions like viewing a page, clicking a button, or watching a video.
- Google Analytics then processes these hits, organizes them into sessions (a group of interactions within a specific timeframe), and presents the aggregated data in your reports.
It's all session-based and anonymous. Google isn't tracking "Jane Doe" from Marketing, it's tracking "User ID 123456" from San Francisco who arrived on a mobile device. Now, let's look at the kinds of data it packages for you.
The Four Core Data Categories in GA4
The best way to understand the data in Google Analytics 4 is to think of it as four different lenses you can use to examine your website or app's performance. Each answers a fundamental question about your audience and their journey.
- Acquisition: Where do my users come from?
- Users & Demographics: Who are these users?
- Engagement: What do they do once they're on my site?
- Conversions: Are they completing the actions that matter most?
Let's go through each one.
Acquisition: How People Find Your Site or App
The Acquisition reports answer one of the most critical questions for any marketer or business owner: Are my marketing efforts actually working? This data shows you the "front door" through which users enter your digital world.
Source, Medium, and Channel
These terms are the backbone of acquisition reporting. Here's what they mean:
- Source: This is where the user came from. It's the specific domain or origin, like google, facebook.com, or news.yourcompany.com (your weekly newsletter).
- Medium: This is the category of the source. Think of it as the general how. Common examples include
organic(unpaid search engine traffic),cpc(cost-per-click, or paid ads), andreferral(a link from another website). - Channel Grouping: This is GA4's way of rolling up source/medium combinations into clean, understandable categories like "Organic Search," "Paid Social," and "Direct."
For example, if someone clicks on an unpaid link to your site from a Google search results page, its Source / Medium in GA4 will be recorded as google / organic. The "Default Channel Grouping" for this traffic would be "Organic Search."
Campaigns and UTM Parameters
This is where acquisition data becomes truly powerful. Let's say you're running three different ad campaigns on Facebook and sending out a weekly email newsletter. How do you tell which one is driving the most traffic, and more importantly, the most leads?
The answer is UTM parameters. These are simple tags you add to the end of your URLs. They tell Google Analytics exactly which campaign, ad, or link the user clicked. A URL with UTMs might look something like this:
www.yourwebsite.com/?utm_source=facebook&utm_medium=cpc&utm_campaign=summer_sale
By tagging your links this way, GA4 will neatly categorize this traffic for you, allowing you to prove whether that summer sale campaign on Facebook actually drove results or just clicks.
Users & Demographics: Who is Visiting Your Site?
Once you know where users are coming from, the next step is to understand who they are. This data is aggregated and anonymized to protect user privacy, but it still offers powerful insights for tailoring your content and user experience.
Geographic Data
On a basic level, Google Analytics captures the country, state/region, and city of your users based on their IP address. This can help you answer questions like:
- "Are we reaching our target audience in the UK?"
- "Is there an unexpected interest in our product from a new city that we should explore with targeted ads?"
- If you run an e-commerce store exclusively shipping to the US, seeing huge traffic from India may indicate that your ad targeting is off.
Technology & Device Data
What tools are people using to access your site? The technology reports tell you everything you need to know about your users' devices, including:
- Device Category: Are they on Desktop, Mobile, or Tablet?
- Operating System: Are they using iOS, Android, Windows, or MacOS?
- Web Browser: Are most of your users on Chrome, Safari, or something else?
This information is critically important for optimizing your website's design and functionality. If you discover that 85% of your traffic is from mobile devices, but your mobile site is slow and clunky, you've just identified a huge opportunity for improvement.
Demographic and Interest Data
On an opt-in basis, Google can also provide general demographic data about your audience, such as age ranges, gender, and general "affinity categories" (e.g., "Technology Enthusiast," "Foodie"). This data comes from users who are signed into their Google accounts and have ads personalization turned on. It’s directional, not exact, but it can still help you build a richer profile of your average visitor.
Engagement: What People Do After They Arrive
GA4 revolutionized how we measure user behavior. The old model was primarily based on "pageviews." The new model is based on "events." An event is almost any user interaction you can think of.
The Shift to Event-Based Tracking
In GA4, 'what people do' is captured through events. This is a far more flexible and telling way to measure behavior. Here are the different types of events:
- Automatically Collected Events: These are captured by default when you install GA4. They include
session_start,first_visit, andpage_view. - Enhanced Measurement Events: You can enable these with a single click in your settings. They automatically track things like
scrolls(when a user scrolls 90% of a page),file_downloads, outboundclicks, and video engagement. - Recommended Events: Google provides a list of suggested event names for different industries. For an ecommerce site, this might include
add_to_cartandbegin_checkout. - Custom Events: You can define and track almost any other interaction that is unique to your site. This could be a click on a specific "Request a Demo" button or a submission on a newsletter form.
Key Engagement Metrics
With this event-driven model, we get more meaningful engagement metrics. Gone is the often-misleading "Bounce Rate." Instead, GA4 focuses on positive signals:
- Engaged sessions: A session is counted as "engaged" if the visitor remained on your site for more than 10 seconds, viewed 2 or more pages, or completed a conversion event.
- Engagement rate: The percentage of sessions that were engaged sessions. This instantly tells you what proportion of your traffic is actually sticking around and interacting.
- Views: The modern equivalent of pageviews. It counts the number of web pages or app screens your users saw.
Conversions: Tracking Your Most Important Goals
This is where all the other data comes together. A conversion is any action that you define as valuable for your business. It's the ultimate goal of your site, whether that's making a sale, generating a lead, or getting someone to subscribe.
The beauty of GA4 is its simplicity here: any event you track can be marked as a conversion.
For example, you could create a custom event called consultation_form_submit that fires every time someone fills out your contact form. Once that event is reporting in Google Analytics, you can simply go into your Admin settings, find the event in your list, and flip a toggle to mark it as a conversion.
From that moment on, GA4 will track it as a primary business goal. You'll be able to see exactly which ad campaigns, traffic sources, page content, and user demographics are most effective at driving conversions - the actions that actually grow your business.
For ecommerce businesses, GA4 has specific events built to capture the entire customer journey, including view_item, add_to_cart, add_shipping_info, and of course, purchase. This lets you track revenue, transaction volume, and other key business metrics directly within the platform.
A Quick Note on What Google Analytics Doesn't Capture
It's also important to understand the platform's limitations:
- Personally Identifiable Information (PII): Capturing information like names, email addresses, or phone numbers is strictly against Google's terms of service and can get your account suspended. All data is anonymized.
- Perfect Individual User Journeys: You see aggregated trends and anonymous user paths, not a video log of what "John Smith" did last Tuesday.
- Offline data (by default): Unless you do an advanced data import, GA4 has no idea about phone calls, in-person store visits, or deals closed inside your CRM.
Final Thoughts
In short, Google Analytics captures the vital information you need to understand how people find you (acquisition), who they are (demographics), what they do on your pages (engagement), and whether they achieve key goals (conversions). Understanding these four pillars is the first step toward turning raw data into an actionable growth strategy.
Figuring out what the data means is one thing, but merging it with information from other platforms like Shopify, HubSpot, or Facebook Ads to get a full picture is often a manual, time-consuming nightmare. We built Graphed to remove that friction. By connecting all your key tools, you can simply ask questions in plain English - like "show me which of our Facebook ads drove the most Shopify abandoned checkouts" - and get instant, real-time dashboards that tell you the full story.
Related Articles
How to Enable Data Analysis in Excel
Enable Excel's hidden data analysis tools with our step-by-step guide. Uncover trends, make forecasts, and turn raw numbers into actionable insights today!
What SEO Tools Work with Google Analytics?
Discover which SEO tools integrate seamlessly with Google Analytics to provide a comprehensive view of your site's performance. Optimize your SEO strategy now!
Looker Studio vs Metabase: Which BI Tool Actually Fits Your Team?
Looker Studio and Metabase both help you turn raw data into dashboards, but they take completely different approaches. This guide breaks down where each tool fits, what they are good at, and which one matches your actual workflow.