GA4: What It Is — and What Can It Actually Tell You About Your Website? (2026)

You probably have GA4 installed, but do you ever open it? Here's the practical walkthrough: what GA4 is, what channels it measures, and how to find what actually matters.

By Anabel Hafstad11 min read
Flat editorial illustration: an outlined frame around a bar chart with one chartreuse-filled tall bar and four outlined ones, and four bold ink arrows pointing in from the right edge — various traffic channels leading to one dashboard.
In this article

You likely have Google Analytics 4 installed on your website. The question is whether you ever open it — and if you understand what you're seeing when you do.

What is GA4 — and why did Google switch?

Google Analytics 4, or GA4, is Google's free tool for understanding what's happening on your website. It measures traffic, user behaviour, and — if set up correctly — conversions.

In July 2023, Google switched off the old system, Universal Analytics (UA), forcing everyone to GA4. This caused frustration because GA4 is built on a fundamentally different logic. UA measured page views and sessions. GA4 measures events, i.e. specific actions users take on the page.

The good news: once you understand the logic, GA4 is actually more flexible and more precise than the old system. The bad news: the interface isn't particularly intuitive, and it takes some time to find what actually matters.

What you need in place before you start

GA4 is not particularly complicated to set up, but three things must be in place for the data to make sense.

1. GA4 must be correctly installed on the website.

Either via Google Tag Manager (recommended) or directly in the code. The quickest place to check: open your website in Chrome, right-click and select "Inspect", go to "Network" and reload the page. Search for "collect" in the filter. Do you see traffic to google-analytics.com? Then it's installed.

2. Google Search Console must be linked to GA4.

This allows you to see keyword data directly in GA4, not just in Search Console. Link under: Admin → Product Links → Search Console links. If you're unsure about Search Console, I've written a dedicated introduction to Google Search Console.

3. Conversion events must be defined.

A conversion is what you want visitors to do: fill out a contact form, click on an email, complete a purchase. Without this, you don't know if the website is actually performing. Set up under Admin → Events → Mark as conversion.

Where does traffic come from? — the most important report

This is the report I always open first. It tells you which channels are actually sending visitors to your website, and in what quantity.

You can find it under: Reports → Life cycle → Acquisition → Traffic acquisition.

Five bold ink arrows at different angles point towards one chartreuse-filled vertical bar — illustrating various traffic channels leading to your website.
The Traffic acquisition report shows which channels actually deliver visitors — and which only look big on paper.

Here are the channels you'll encounter, and what they actually mean:

Organic Search — free traffic from Google

This is traffic from people who have searched for something on Google and clicked on your website. It's the channel SEO work directly impacts. Is this growing over time? Then your content efforts are working.

Direct — but not always what you think

Direct traffic refers to visitors who type your URL directly, or have it saved as a bookmark. But Direct is also a catch-all: traffic GA4 cannot track ends up here. High direct traffic can mean your tracking is missing somewhere, for example, email campaigns without UTM parameters.

Referral — who is sending you visitors?

Referral is traffic from other websites that link to you. A partner mentioning you on their website, an online newspaper that has featured you, or a directory you're listed in. Here you can drill down and see exactly which websites are sending you traffic, and what kind of visitors they send.

Organic Social — traffic from social media

Traffic from organic posts on Facebook, Instagram, LinkedIn, and similar platforms. Not paid advertising, but posts that generate clicks. For many small businesses, this is surprisingly low compared to the effort put into social media.

Traffic from Google Ads and paid ads on social media. Requires campaigns to be correctly tagged with UTM parameters to appear here.

How to find out who's sending you traffic: Referral step by step

You notice that the Referral channel shows traffic. But who is actually sending visitors? Here's how to drill down to the source.

Find referral sources

StepHow to do it
1Go to Reports → Life cycle → Acquisition → Traffic acquisition
2Find "Referral" in the channel list and click on it
3You will now see a new table where each row is a source URL, for example leads.io, finn.no, or a partner website
4The columns show the number of sessions, engaged time, and conversions from each source
5Click on a specific source to see which pages visitors landed on

Filter by a specific source

Do you want to isolate traffic from one specific website, for example, leads.io?

StepHow to do it
1In the same report, click on "Add filter" at the top of the table (the small filter icon)
2Select "Session source" as the dimension
3Choose "contains" as the condition
4Type in "leads.io" (or the website you want to investigate) and click "Apply"
5You will now only see traffic from this source: how many, which pages they visited, and if they converted

Other reports that are actually useful

Which pages are working — and which aren't?

Reports → Engagement → Pages and screens.

Here you see which pages are getting traffic, the average engaged time per page, and the number of conversions from each page. A page with a lot of traffic and low engaged time signals that the content didn't meet visitors' expectations. A page with low traffic but a high conversion rate signals that you should send more traffic there.

Who is visiting the website?

Reports → User → User attributes → Overview.

Here you see country, device (mobile vs. desktop), browser, and whether they are new or returning visitors. Is 80 percent of your traffic on mobile? Then the mobile experience is critical. Does most of your traffic come from outside the UK? That could signal that your content is attracting the wrong target audience.

Are visitors doing what you want?

Reports → Engagement → Conversions.

This assumes you have defined conversion events. Here you see the number of conversions per event, and which channel generates the most. Organic search might bring many visitors, but Referral might bring fewer but better quality ones. This report actually tells you if your traffic is valuable.

A simple funnel: one wide outlined bar at the top, a chartreuse-filled bar in the middle, a shorter chartreuse-filled bar at the bottom, with arrows between.
Traffic → engagement → conversion. It's the bottom of the funnel that tells you if your GA4 numbers are actually worth something.

The three numbers I always look at first

When I open GA4 for a client, I always go to these three first. Everything else is context.

1. Organic Search traffic — month-over-month

Is it going up or down compared to the previous month and the same month last year? This is the most direct measure of whether SEO efforts are delivering results. Use the date picker in the top right and select "Compare to previous period".

2. Conversion rate per channel

Which channel sends visitors who actually do something? A referral source that sends 50 visitors with a 10 percent conversion rate is more valuable than one that sends 500 with zero conversions.

3. Which pages get traffic — and which don't

Pages you've invested time in should appear here. If they don't, it's a signal that they're not ranking or that the content isn't hitting the mark. There's a direct link between this report and what you should prioritise in your content efforts.

What I often see go wrong with GA4

Installed, but never checked

GA4 is set up by a developer at launch, and no one has opened it since. This is the most common situation I encounter. Data is collected, but no one uses it to make decisions.

No conversion events

You see traffic, but you don't know if it's doing anything useful. Without conversions, GA4 is like counting people entering a shop without knowing who buys something.

Too many numbers, no conclusion

GA4 can show you an extreme amount. It's easy to spend an hour clicking around without coming to any conclusion. The solution: always start with one question. "Where did traffic come from this month?" is a question. "Show me everything" is not.

Comparing the wrong periods

Comparing January with December won't give you useful information because traffic varies seasonally. Always compare with the same period last year, or use a longer average. Use the "Compare" function in the date picker.

Action plan: Get started with GA4 this week

  1. Check that GA4 is installed and collecting data. analytics.google.com → see if you have data from the last 30 days.
  2. Link Google Search Console. Admin → Product Links → Search Console links.
  3. Define one conversion event. What's the most important thing a visitor can do on your website? Contact form, purchase, email click. Admin → Events → Mark as conversion.
  4. Open the traffic acquisition report. Reports → Life cycle → Acquisition → Traffic acquisition. Which channel is sending you the most traffic?
  5. Set aside 30 minutes monthly. The same report, the same questions, month after month. That's where patterns emerge.

In summary: My opinion on GA4

GA4 isn't intuitive, and the transition from the old system was unnecessarily confusing. But it's the tool we have, and once you know which three to four reports actually matter to you, it takes no more than 30 minutes a month.

The most important thing isn't to understand everything. It's to use it regularly enough that you discover trends over time. A single month tells you little. Six months of data tells you which channels are growing, which pages are bringing traffic, and if your website is actually converting.

Here you can read more about GA4

Anabel — grunnlegger av SmåSeo

Struggling with GA4?

Let SmåSeo help you understand the numbers

Whether you don't know if GA4 is correctly installed, or you want help setting up reports that actually give you useful information — I make the job simple.

  • GA4 setup and verification: I check that GA4 is correctly installed, linked to Search Console, and measuring what matters.
  • Conversion tracking: I set up events and conversions that give you actual insight into whether your website is performing.
  • Monthly reporting: I review the data for you and give you concrete recommendations based on what we see.
  • Training: I teach you or your team to read and use GA4 yourselves, without creating dependency on an external consultant.

Ofte stilte spørsmål

  • Universal Analytics measured page views and sessions. GA4 measures events — specific actions users take. GA4 is more flexible, but the interface is different and many reports need to be configured. Google shut down Universal Analytics in July 2023.