Quick answer. Google Analytics 4 is Google's free web and app analytics platform, and it records everything as events instead of pageviews and sessions. To get value from it, learn the event model, mark your important actions as key events, connect it to Google Ads, and start with the Acquisition, Engagement, Monetization, and Retention reports.

The first time I opened Google Analytics 4, I closed it again pretty fast. The reports looked different from what I was used to and half the numbers I wanted were not where I expected them. If you are feeling that same friction, you are in good company, and I promise it clicks once you understand one core idea.

I have spent more than a decade buying traffic, and GA4 is the free tool I lean on every day to see what people actually do after they click an ad. In this guide I will walk you through what GA4 is, the reports that matter, and the handful of setup steps that turn it from a wall of numbers into something you can act on.

What GA4 is and how it differs from Universal Analytics

Google Analytics 4 is the current version of Google Analytics, and it replaced the old Universal Analytics setup a lot of us grew up on. The biggest change is the data model. Universal Analytics was built around sessions and pageviews, so it asked how many visits a page got. GA4 is built around events, so it asks what actions people took.In GA4, almost everything is an event. A page view, a scroll, a click on an outbound link, and a purchase are all events. Google calls some of these enhanced measurement events, which means GA4 tracks them for you the moment you install it, with no extra work.Why the switch matters: the event model lets you measure actions that have nothing to do with loading a page, like a video play or a form submit, all in one consistent format. It is more flexible once it clicks.

The core concepts: events, key events, dimensions, and metrics

Before you touch a report, four words will carry you most of the way.
  • Events: any action GA4 records, such as a page view, a click, a scroll, or a purchase. Each event can carry extra detail called parameters, like the value of a purchase or the title of a page.
  • Key events: the events you care about most, the ones tied to your goals, like a lead form submit or a checkout. These used to be called conversions, and Google renamed them to key events. Marking an event as a key event tells GA4 (and Google Ads) that this action is worth money to you.
  • Dimensions: the descriptive attributes, the what and where. Country, device, landing page, and traffic source are all dimensions. Think of them as the labels you group data by.
  • Metrics: the numbers you measure, like users, sessions, event count, and revenue. If a dimension is the category, the metric is the count.
A simple way to hold it together: a report usually shows one or more metrics (numbers) broken down by a dimension (a label), like users by country or revenue by landing page. Once you see every report as metric-by-dimension, the whole tool gets a lot less intimidating.

The main reports and how to read one

On the left you will find the Reports section, where the day-to-day reports group into four buckets that follow the customer journey.
  • Acquisition: where your users come from, like organic search, paid ads, email, or direct. This is where you check which channels bring traffic.
  • Engagement: what people do once they arrive, including which pages they view, which events fire, and how long they stay.
  • Monetization: the money side, including ecommerce purchases, revenue, and items bought. If you run a store, this is home base.
  • Retention: how many users come back over time, which tells you whether your site is sticky or a one-time visit.
Reading a report is easier than it looks. Pick a report, set your date range in the top right, and look at the table. The first column is your dimension (say, session source), and the columns next to it are metrics (users, key events, revenue). You can add a secondary dimension to slice deeper, like breaking each traffic source down by device. Always sanity-check the date range first, because most confused readings come from looking at the wrong window.

Setting up a key event and connecting Google Ads

A key event is how GA4 knows what success looks like, so this is the one setup step I would never skip. If the action already exists as an event, go to Admin, then Events, find it in the list, and toggle the Mark as key event switch. That is it. GA4 now counts it as a key event and lets you optimize around it.If the action does not exist yet, you usually create it with Google Tag Manager or by defining a new event in Admin based on conditions, like firing an event when someone reaches a thank-you page. Once it shows up in the Events list (it can take a day to appear), mark it as a key event the same way.Connecting GA4 to Google Ads makes your ad spend visible end to end. In Admin, look for Product links, choose Google Ads links, and link the account. Once connected you can import your GA4 key events into Google Ads as conversions, see ad campaign data inside GA4, and build audiences from site behavior to retarget. For a paid traffic person, this link is where analytics stops being a report and starts driving decisions. If you want the bigger picture, my piece on what is marketing attribution pairs well with this step.

Beginner mistakes to avoid

Most of the early pain with GA4 comes from a small set of repeatable mistakes you can dodge now.
  • Not marking key events: if nothing is set as a key event, GA4 cannot tell you what is working and Google Ads has nothing to optimize toward.
  • Ignoring your own traffic: failing to filter out internal and developer visits inflates your numbers, especially on a low-traffic site.
  • Reading day-one data as truth: GA4 needs time to collect, and some reports lag by 24 to 48 hours, so do not panic on a fresh setup.
  • Comparing GA4 to old Universal Analytics numbers: the models are different, so the totals will never match, and chasing that match wastes hours.
  • Skipping the Google Ads link: without it, you are flying blind on what your paid spend actually produced.
None of these are hard to fix. The fix is mostly awareness, plus a habit of checking your setup before you trust the charts. Spend an hour getting the basics right and GA4 will pay you back.

Key takeaways

  • GA4 records everything as events instead of the sessions and pageviews you knew from Universal Analytics, so learning the event model is the key that unlocks the tool.
  • Focus on four concepts (events, key events, dimensions, and metrics) and four report groups (Acquisition, Engagement, Monetization, and Retention) and the interface stops feeling random.
  • Mark your important actions as key events and link GA4 to Google Ads early, because that is what turns raw data into decisions about your traffic and spend.

Frequently asked questions

Is Google Analytics 4 free?
Yes, the standard version of GA4 is free, and it is what the vast majority of businesses use. There is a paid enterprise tier called Analytics 360 with higher data limits and extra features, but you almost certainly do not need it as a beginner. Start with the free version and you will have plenty to work with for a long time.
What happened to conversions in GA4?
Google renamed conversions to key events inside GA4 itself. The idea is the same: a key event is an important action you want to measure, like a purchase or a sign-up. The word conversion still appears in Google Ads, where your imported GA4 key events show up as conversions. So you will see both terms, and they describe basically the same thing in two different products.
How long does GA4 take to show data?
Real-time reports show activity within minutes, so you can confirm your tag is firing right away. Standard reports, though, usually take 24 to 48 hours to process fully. That delay is normal, so do not assume something is broken if a fresh report looks empty on day one. Give it a couple of days before you draw any conclusions.
Do I need Google Tag Manager to use GA4?
Not for the basics. You can install GA4 directly with a Google tag and capture page views, scrolls, and other enhanced measurement events automatically. Google Tag Manager becomes useful when you want to track custom actions, like specific button clicks or form steps, without editing site code each time. Many beginners start with the direct install and add Tag Manager later as their needs grow.