Subscribe to Our Newsletter

Success! Now Check Your Email

To complete Subscribe, click the confirmation link in your inbox. If it doesn’t arrive within 3 minutes, check your spam folder.

Ok, Thanks

Google Analytics 4: Complete Beginner Guide

Google Analytics 4 explained from scratch. How to set it up, navigate the interface, understand key reports, track events and conversions, and use the data to make smarter decisions about your website.

Chandraketu Tripathi profile image
by Chandraketu Tripathi

Google Analytics 4 is the tool that tells you what people actually do on your website. Not what you think they do. Not what you hope they do. What they actually do — which pages they visit, how long they stay, where they come from, what they click, and where they leave.

Every decision you make about your website — what content to create, what pages to improve, where to spend your marketing budget — should be informed by data. GA4 provides that data for free. The problem is that most people find the interface overwhelming, click around aimlessly for ten minutes, and never come back.

This guide fixes that. By the end, you will know how to set up GA4, navigate the reports that matter, and extract the specific insights that help you grow.

What Is GA4 and Why Does It Matter?

Google Analytics 4 is Google's current analytics platform. It replaced Universal Analytics in July 2023. If you had the old version, your historical data from that platform is no longer accessible in the interface.

GA4 works fundamentally differently from its predecessor. Universal Analytics was built around pageviews and sessions. GA4 is built around events. Everything a user does — viewing a page, clicking a button, scrolling, watching a video, submitting a form — is tracked as an event. This gives you a much more detailed picture of user behaviour.

GA4 also integrates data from websites and apps into a single property, uses machine learning to fill gaps in data (especially important as cookies become less reliable), and is designed to work in a privacy-focused world where tracking individual users across the internet is increasingly restricted.

You need GA4 because without it, you are making decisions about your website based on guesswork. With it, you know exactly what is working, what is failing, and where to focus your effort.

Setting Up GA4

If you do not have GA4 installed yet, here is the process.

Step 1: Create a Google Analytics account

Go to analytics.google.com. Sign in with your Google account. Click "Start measuring." Enter your account name (your business name works fine) and configure your data sharing settings.

Step 2: Create a property

A property represents your website. Enter your property name, select your time zone (GMT for UK), and select your currency (GBP). Click Next.

Fill in your business details — industry category and business size. Select the objectives that match your goals. Click Create.

Step 3: Set up a data stream

A data stream is the connection between your website and GA4. Click "Web." Enter your website URL and give the stream a name. Click "Create stream."

GA4 generates a Measurement ID — it looks like G-XXXXXXXXXX. This is what connects your site to analytics.

Step 4: Install the tracking code

You need to add the GA4 tracking code to every page of your website. How you do this depends on your platform.

Ghost: Go to Settings, then Code Injection. Paste the GA4 tracking script (called the gtag.js snippet) into the Site Header box. Save. Done. Every page on your Ghost site now sends data to GA4.

WordPress: Install the Google Site Kit plugin or paste the tracking code into your theme's header using a plugin like Insert Headers and Footers.

Shopify, Squarespace, Wix: Each platform has a dedicated Google Analytics integration in settings. Enter your Measurement ID where prompted.

Step 5: Verify it is working

Go back to GA4 and click "Realtime" in the left sidebar. Open your website in a separate browser tab. You should see yourself appear as an active user within 30 seconds. If you do, the installation is working correctly.

GA4's interface has five main sections in the left sidebar. Here is what each one does and when you need it.

Home

A dashboard showing a summary of recent traffic, active users, revenue (if applicable), and AI-generated insights. Useful for a quick glance but not for deep analysis. Check it once a week for a general pulse.

Reports

This is where you spend most of your time. Reports contains pre-built reports about your audience, how they find you, what they do on your site, and whether they convert. We will break down the key reports below.

Explore

Advanced analysis tools for custom reports. You can build funnels, path analyses, cohort reports, and more. This is powerful but complex — you do not need it as a beginner. Come back to Explore once you are comfortable with the standard reports.

Advertising

If you run Google Ads, this section shows how your ad campaigns perform alongside organic traffic. Skip this until you are running paid campaigns.

Admin

Settings for your account, property, and data streams. You will use this for setup and configuration but rarely visit it day-to-day.

The Reports That Matter

GA4 has dozens of reports. Most beginners do not need most of them. Here are the five reports that give you 90% of the insights you need.

Report 1: Traffic Acquisition

Where to find it: Reports > Acquisition > Traffic Acquisition

What it tells you: Where your visitors come from — organic search (Google), direct (typed your URL), social (Instagram, Facebook, Twitter), referral (links from other websites), email, or paid search.

Why it matters: This report shows which marketing channels are actually driving traffic. If you have been posting on Instagram daily but social traffic is only 2% of your total, Instagram is not working as well as you think. If organic search is 60% of your traffic, SEO is your most valuable channel and deserves more investment.

What to look for: Which channels drive the most users. Which channels have the highest engagement rate (people who actually interact rather than immediately leave). Which channels drive conversions if you have set up conversion tracking.

Report 2: Pages and Screens

Where to find it: Reports > Engagement > Pages and Screens

What it tells you: Which pages on your site get the most views, how long people spend on each page, and the engagement rate per page.

Why it matters: This is your content performance report. It shows your best-performing pages (create more content like these) and your worst-performing pages (improve or remove them). If a page gets lots of views but very low engagement, the content is not meeting visitor expectations — the title and meta description promise something the page does not deliver.

What to look for: Your top 20 pages by views. Pages with high views but low average engagement time (these need improvement). Pages with high engagement time but low views (these are good content that needs more distribution).

Report 3: Landing Pages

Where to find it: Reports > Engagement > Landing Pages

What it tells you: Which pages people land on first when they arrive at your site. This is different from total page views — it specifically shows entry points.

Why it matters: Your landing pages are your first impression. If a landing page has a high bounce rate (people leave immediately), something is wrong — slow load time, irrelevant content, poor design, or mismatch between what they searched for and what they found.

What to look for: High-traffic landing pages with low engagement — these are leaking visitors. High-engagement landing pages with low traffic — these perform well but need more promotion.

Report 4: User Demographics

Where to find it: Reports > User > User Attributes > Overview

What it tells you: The age, gender, location, and interests of your visitors.

Why it matters: Knowing your actual audience versus your assumed audience can change your entire strategy. If you assumed your audience was UK-based twenty-somethings but the data shows US-based thirty-somethings, your content, tone, and offers may need adjusting.

What to look for: Country breakdown — are your visitors actually from the UK? If most traffic is from the US or India, your content and monetisation strategy need to account for that. Age and gender distributions help tailor content and advertising.

Report 5: Conversions

Where to find it: Reports > Engagement > Conversions (after you set up conversion events)

What it tells you: How many users complete the actions you care about most — form submissions, email signups, purchases, or any other goal you define.

Why it matters: Traffic without conversion is vanity. This report tells you whether your website is actually achieving its purpose. A page that gets 10,000 views but zero conversions is less valuable than a page that gets 500 views and 50 conversions.

Setting up conversions requires defining which events count as conversions (covered in the next section).

Events and Conversions

Everything in GA4 is an event. Some events are tracked automatically. Others you set up yourself.

Automatically tracked events

GA4 tracks these without any configuration: page_view (someone views a page), session_start (a new visit begins), first_visit (someone visits for the first time), and user_engagement (someone stays for more than 10 seconds or interacts).

Enhanced measurement events

GA4 can automatically track additional events if you enable Enhanced Measurement in your data stream settings: scroll (someone scrolls to 90% of a page), outbound click (someone clicks a link to another website), site search (someone uses your search function), video engagement (someone plays, progresses, or completes a video), and file download (someone downloads a PDF or other file).

Enable all of these. They provide valuable data with zero setup effort.

Custom events

For actions specific to your site — like form submissions, button clicks, or adding items to a cart — you need custom events. These can be set up through GA4's interface directly or through Google Tag Manager.

For most beginners, the easiest approach is to use GA4's built-in event creation. Go to Admin, then Events, then Create Event. Define the conditions that trigger the event. For example, you could create an event that fires when someone views your contact page, suggesting they are considering reaching out.

Marking events as conversions

Once you have events tracking the actions that matter to your business, mark them as conversions. Go to Admin, then Conversions, then New Conversion Event. Enter the event name. From now on, GA4 tracks and reports on this action as a conversion.

Common conversions for business websites: form_submission, email_signup, contact_page_view, service_page_view, and purchase.

Using GA4 Data to Make Decisions

Data without action is just numbers on a screen. Here is how to turn GA4 insights into website improvements.

Find your best content and create more of it

Go to Pages and Screens. Sort by engagement time or views. Identify your top 10 pages. What do they have in common? Similar topics? Similar formats? Similar length? Create more content that matches these patterns.

Find underperforming content and fix it

Sort by views descending and look for pages with low engagement time (under 30 seconds). These pages attract visitors but fail to hold them. Possible fixes: improve the introduction, add more depth, update outdated information, improve formatting, or add images and examples.

Identify your best traffic sources and invest in them

Go to Traffic Acquisition. If organic search drives 70% of your engaged traffic, invest in SEO. If social media drives highly engaged traffic, increase your posting frequency. If email drives the highest conversion rate, grow your email list.

Discover where visitors drop off

Use the Explore section to build a path analysis. See which pages visitors go to after landing, and where they exit. If most visitors leave after your homepage without visiting any other page, your homepage needs better navigation, clearer calls to action, or more compelling content links.

Track progress over time

Compare periods — this month versus last month, this quarter versus last quarter. Are users increasing? Is engagement improving? Are conversions growing? If all three are heading upward, your strategy is working. If not, the data tells you where to investigate.

GA4 Setup Checklist

Use this checklist to ensure your GA4 installation captures everything you need.

Create GA4 property and add tracking code to your site. Verify data is flowing using the Realtime report. Enable Enhanced Measurement for scroll, outbound clicks, site search, video, and file downloads. Link Google Search Console to GA4 (Admin, then Product Links, then Search Console). This imports your search performance data into GA4, showing which Google queries drive traffic. Link Google Ads if you run paid campaigns. Set up key events as conversions — form submissions, email signups, and any other valuable actions. Create a custom dashboard in Home showing your most important metrics. Set a calendar reminder to review GA4 weekly for 15 minutes.

Common GA4 Mistakes

Not filtering out your own traffic. If you visit your own site frequently, your visits inflate the data. Create a filter in Admin to exclude your IP address or use a browser extension to opt out of tracking.

Comparing GA4 data to Universal Analytics data. The two platforms measure things differently. Session counts, bounce rates, and user numbers do not translate directly between them. Treat GA4 as a fresh start.

Ignoring engagement rate. GA4 replaced bounce rate with engagement rate. An engaged session is one where the user stayed for 10 or more seconds, viewed 2 or more pages, or completed a conversion. This is a more useful metric than the old bounce rate.

Not linking Search Console. Without this link, you cannot see which Google search queries bring people to your site. This is essential data for your SEO strategy.

Overcomplicating things. GA4 has enormous depth. As a beginner, you need five reports and a handful of events. Master these before exploring custom dimensions, segments, audiences, and advanced funnels. Simplicity first.

GA4 and Privacy

GA4 is designed for a privacy-first world. It uses data modelling to fill gaps when cookies are blocked or consent is not given. It does not store IP addresses. It supports consent mode, which adjusts data collection based on whether users have accepted cookies.

If your website serves EU or UK users, you must comply with GDPR and PECR. This means showing a cookie consent banner and only activating GA4 tracking after the user consents to analytics cookies. Most cookie consent tools (CookieYes, Cookiebot, Termly) integrate with GA4 to handle this automatically.

Not implementing consent management risks fines and erodes user trust. Set it up properly from day one.

What GA4 Cannot Tell You

GA4 tells you what happened. It does not tell you why. If your engagement rate drops, GA4 shows you the numbers but not the reason. Was the content worse? Did the audience change? Did a competitor publish something better?

For the why, you need qualitative data — user surveys, heatmaps (tools like Hotjar or Microsoft Clarity), user testing, and customer feedback. GA4 quantitative data combined with qualitative insights gives you the complete picture.

GA4 also cannot predict the future. It shows trends and patterns, but turning those into strategy requires human judgement. The data informs your decisions — it does not make them for you.

Need Help Setting Up Analytics?

If setting up GA4 feels overwhelming or you want to ensure everything is configured correctly from the start, Kael Tripton offers analytics setup and digital marketing services for UK businesses. From initial installation to custom event tracking to monthly reporting, we help businesses understand their data and use it to grow.

Final Thoughts

GA4 is not optional for any serious website. Without analytics, you are making decisions in the dark — investing time and money in content and marketing with no way to know what is working.

The setup takes 30 minutes. Learning the five key reports takes an afternoon. Reviewing the data weekly takes 15 minutes. The return on this small time investment is enormous — better content decisions, smarter marketing spend, and a website that improves month after month based on evidence rather than guesswork.

Install GA4 today. Check your first report tomorrow. Make your first data-driven improvement this week. That is how websites grow.


Last updated: March 2026. GA4 features and interface may change as Google releases updates. The principles in this guide are designed to remain relevant regardless of minor interface changes.

Chandraketu Tripathi profile image
by Chandraketu Tripathi

Subscribe to New Posts

Subscribe now to get the latest insights, trends, and strategies delivered straight to your inbox. Don’t miss out on the content that keeps you informed, motivated, and ahead of the curve. Join our community today!

Success! Now Check Your Email

To complete Subscribe, click the confirmation link in your inbox. If it doesn’t arrive within 3 minutes, check your spam folder.

Ok, Thanks

Read More