What GA4 is and why it replaced the old Analytics
Google Analytics 4, or GA4, is the current version of Google's free website analytics tool. It replaced the old Universal Analytics, which Google switched off in 2023, so if you set up Analytics years ago and haven't touched it since, your data has likely stopped collecting and you need GA4 to start again.
GA4 works differently from the old version. Instead of focusing on pageviews and sessions, it's built around "events", individual actions like a page view, a button click, or a form submission. This is more flexible but also why it feels unfamiliar and, frankly, overwhelming to a lot of business owners the first time they open it.
The aim of this guide is to cut through that overwhelm. You don't need to master every report. You need to install GA4 correctly, track the handful of actions that matter to your business, and know which few reports actually tell you something useful. Everything else you can safely ignore at first.
Setting up your GA4 account step by step
Getting started is more straightforward than the interface suggests. You create an account, then a "property" for your website, then a "data stream" that generates the tracking code you'll add to your site. Don't be put off by the jargon, it's really just three nested layers: your business, your site, and the connection to it.
Here's the path from nothing to a working setup:
- check_circleGo to analytics.google.com and sign in with a Google account you'll keep long-term
- check_circleCreate an Account (your business), then a Property (your website)
- check_circleSet your reporting time zone to United Kingdom and currency to GBP
- check_circleCreate a Web data stream and enter your site address
- check_circleCopy the Measurement ID (it starts with G-) and the tracking snippet
- check_circleAdd the snippet to every page of your site, ideally in the <head>
Installing the tracking code on your site
The Measurement ID (a code like G-XXXXXXXXXX) is the key that links your site to GA4. How you install it depends on how your site is built. On WordPress, a plugin like Site Kit or GTM lets you paste the ID without touching code. On a hand-built or static site, you add the tracking snippet directly into the page template's <head> section so it loads on every page.
The most common beginner mistake is adding the code to only one page, usually the homepage, so every other page goes untracked. The snippet must appear on every page. If your site uses a shared header or template, add it there once and it propagates everywhere.
Many people prefer Google Tag Manager as the middle layer. It lets you manage GA4 and other tracking tags in one place without editing your site each time. For a simple small business site, though, the direct snippet is perfectly fine and one less thing to learn.
Check it's actually working before you trust it
Never assume tracking works just because you pasted the code. GA4 has a Realtime report that shows visitors on your site right now. Open it, then visit your own site in another tab or on your phone, and you should see yourself appear within a few seconds. If you do, the basic install is working.
The DebugView feature goes further, showing exactly which events are firing as you click around. This is invaluable when you start tracking specific actions like form submissions, because it lets you confirm each one registers before you rely on the numbers.
It's worth doing this check the day you install and again a week later. A surprising number of businesses run for months thinking they're collecting data when a small error means they're not, and there's no way to recover the missing period.
Track the events that actually matter to your business
GA4 automatically tracks some basics like page views and scrolling. But the numbers that matter to your business are the specific actions that lead to money: a phone number tapped, a contact form submitted, a quote requested, a WhatsApp click, a purchase. These are your "key events" (previously called conversions).
Some of these GA4 picks up with its "enhanced measurement" feature, which you can toggle on to capture outbound clicks, file downloads and more without extra setup. Others, like a form submission or a click-to-call, you'll mark as key events so GA4 treats them as goals worth counting.
Resist the urge to track everything. Pick the three or four actions that genuinely indicate a lead or sale for your business and focus on those. A clear count of "how many people requested a quote this month" is worth more than fifty vanity metrics you'll never look at twice.
The handful of reports worth your attention
GA4 has dozens of reports, and most beginners get lost in them. In reality, four answer almost every question a small business actually has. Learn these and ignore the rest until you have a specific reason not to.
Start with these:
- check_circleReports > Realtime — confirms tracking works and shows live activity
- check_circleAcquisition > Traffic acquisition — shows where visitors come from (Google search, social, direct, referrals)
- check_circleEngagement > Pages and screens — shows which pages get the most visits and attention
- check_circleEngagement > Events / Key events — shows how many of your important actions happened
Common GA4 mistakes to avoid
Beyond installing the code on only one page, a few errors trip up nearly everyone. The first is not filtering out your own visits, so your daily checking inflates the numbers and makes your traffic look healthier than it is. GA4 lets you create an internal traffic filter using your IP address to exclude yourself.
Another is panicking at numbers without context. A single day or week tells you very little, GA4 data is noisy, and you should look at trends over weeks and months instead. Comparing this month to last is far more useful than fretting over a quiet Tuesday.
Finally, plenty of people set GA4 up and never look at it again, or never set up key events, so they have traffic numbers but no idea whether those visitors do anything valuable. The whole point is to connect to actions that matter to your bottom line, not just to count heads.
Linking GA4 to Search Console for the full picture
GA4 tells you what people do on your site. Google Search Console tells you how people find it, what they searched for, where you rank, and which queries bring clicks. They answer different questions, and linking them gives you the complete journey from search to action.
The link takes a couple of minutes in GA4's admin settings, and once connected you can see search query data inside your Analytics reports. For any business relying on showing up in Google, this pairing is far more valuable than GA4 alone.
If you do nothing else after the basic setup, connect Search Console and check it monthly. Knowing which searches bring people to your site, and which pages they land on, is the foundation of every sensible decision about what content to create next.
Frequently asked questions
Is Google Analytics 4 free to use?expand_more
Yes, GA4 is completely free for the vast majority of businesses. There's a paid enterprise version (GA4 360) aimed at very large organisations with huge data volumes, but a typical small or medium business will never need it. You can track your traffic, events and key conversions at no cost, which makes it one of the best-value tools available to a website owner.
Do I need GA4 if I already have Google Search Console?expand_more
They do different jobs, so ideally you want both. Search Console shows how people find your site on Google, including search queries and rankings. GA4 shows what visitors do once they arrive, which pages they view and whether they take valuable actions. Linking the two gives you the full picture from search to enquiry, which neither provides alone.
How long before GA4 shows useful data?expand_more
Realtime data appears within seconds, which is how you confirm the setup works. Meaningful reports need time to accumulate, though, so give it a few weeks before drawing conclusions, and judge performance on trends over months rather than individual days. GA4 only collects data from the moment you install it, so the sooner you set it up, the sooner you build a useful history.
What's the difference between GA4 events and conversions?expand_more
Events are any tracked action on your site, a page view, a scroll, a click. Key events (which GA4 used to call conversions) are the specific events you've flagged as important to your business, like a form submission or a quote request. You mark these so GA4 counts them prominently, letting you see at a glance how many genuine leads or sales your site generated.
Why is my GA4 not tracking any data?expand_more
The usual culprits are the tracking code missing from some or all pages, the wrong Measurement ID, or the snippet placed outside the <head> where it should sit. Check the Realtime report while visiting your own site, if you don't appear, the install isn't working. DebugView helps pinpoint exactly what's firing. Also confirm the code is on every page via your shared template, not just the homepage.
