
Google Analytics is a free platform from Google that tracks what people do on your website or app, then turns that activity into reports you can act on. The current version, Google Analytics 4 (GA4), records every visit as a series of events, page views, clicks, scrolls, purchases, and more, instead of the old session-and-pageview model. You add one short tracking tag to your site, and GA4 starts showing you who visits, where they came from, and what they did once they arrived.
Google Analytics works by running a small piece of tracking code, called a tag, on every page of your site. Each time someone visits, the tag sends pseudonymous data about that visit, the page viewed, the device used, how the visitor arrived, back to Google's servers. GA4 organizes that raw activity into events, then aggregates events into the reports inside your account. Per Google Analytics Help, once the data is processed it is stored in a form that cannot be edited, which is why your historical reports stay consistent over time.
Most sites install the tag one of two ways. The simplest is gtag.js, a snippet of JavaScript you paste directly into your site's code or add through your CMS. Larger or more complex sites usually use Google Tag Manager instead, a free container that lets you add and manage GA4 and other tracking tags without touching site code every time something changes. Either method sends the same underlying event data to the same GA4 property.
Nothing gets tracked until the tag actually loads and fires. That is the single most common reason a new GA4 property shows no data at all: the tag was never installed, was installed on the wrong pages, or is blocked by a cookie consent tool before the visitor accepts. If you want a full walkthrough of installing GA4 correctly the first time, our step-by-step guide to setting up GA4 on a website covers property creation, the data stream, and tag verification.
GA4 tracks four core things: users, sessions, events, and conversions. Everything in a GA4 report is built from those four building blocks, plus dimensions like traffic source, device, and location that describe each one.
| What GA4 tracks | What it means | Example |
|---|---|---|
| Users | The distinct people who visited your site or app | 1,200 users this month |
| Sessions | A period of active engagement by one user | A visitor browses for 4 minutes across 3 pages |
| Events | Every individual action GA4 records, automatic or custom | page_view, scroll, click, purchase |
| Conversions (key events) | The specific events you have marked as meaningful to your business | form_submit, purchase, sign_up |
| Traffic source / channel | Where the session originated | Organic search, paid ads, direct, referral |
GA4 automatically collects a set of events the moment the tag fires, including page_view, scroll (when a visitor reaches 90% of the page), and outbound click, with no extra setup required. You add your own custom events, and then mark the ones that matter as conversions, sometimes still called key events in GA4's interface. For a full walkthrough of setting that up correctly, see our guide to GA4 conversion tracking.
GA4 measures every action as an event, while Universal Analytics (UA) organized data into sessions and pageviews. Google fully retired UA: standard UA properties stopped processing new data on July 1, 2023, and the enterprise UA 360 properties followed in 2024, according to Google's own communications and reporting from Search Engine Land. GA4 is now the only current version of Google Analytics, so any guide or dashboard still built around UA is describing a product that no longer exists.
The shift is more than cosmetic. Because GA4 counts every scroll, click, and view as its own event, a single visit can generate far more data points than it would have under UA's session model. That change also reshaped basic metrics: GA4's bounce rate, for instance, is based on engaged sessions rather than a single-pageview rule, so the same page can report a different number than it once did under UA. If you are migrating old reports or explaining the change to a client, our full GA4 vs Universal Analytics comparison breaks down every practical difference side by side.
Yes. GA4, the standard version of Google Analytics, costs nothing to set up or run: no credit card, no trial limit, no per-seat fee. Google sells one paid tier, Analytics 360, aimed at large enterprises with heavy data volume and strict service requirements, but almost no small or mid-sized site ever needs it. If you want the full breakdown of what free GA4 includes, its limits, and when 360 or a Google Analytics alternative might make sense, our guide to whether Google Analytics is free covers every layer of the pricing question.
GA4 primarily relies on first-party cookies to recognize repeat visits, but it is not automatically private or compliant on its own. Google states that Analytics discards any IP address it collects from EU, Switzerland, or UK visitors before logging the data, using it only to derive an approximate city or region first. GA4 also supports Google's Consent Mode, which lets the platform model activity using aggregated, cookieless signals when a visitor declines tracking consent, rather than simply losing that data entirely.
None of that removes your own compliance responsibility. If you operate under GDPR, the UK GDPR, or similar laws, you still need a consent banner and a documented lawful basis for collecting data; that banner typically comes from a separate consent management tool, not from Google Analytics itself. If cookie limits or regional privacy rules are a bigger concern for your site than they are for most, our guide to cookieless web analytics for small business looks at how to measure traffic with less reliance on cookies in the first place.
Rankings alone do not pay the bills; sessions, engagement, and conversions do, and GA4 is where you see whether your SEO work is actually producing them. Connecting GA4 to Google Search Console lets you see the query and landing page data behind each organic session, so you can tell not just that a page ranks, but whether the traffic it earns actually converts. Our guide to GA4 for SEO goes deeper into the specific reports and explorations worth setting up first.
BrightEdge reports that organic search drives around 53% of all website traffic, more than any other single channel, which is exactly why measuring it correctly matters so much. When we ran a full organic program for B2B SaaS client Swordfish AI, GA4 and Search Console together were how we proved a 400% increase in revenue from organic search, not just a rise in visits. That is the real value of Google Analytics for SEO: it turns "we rank higher" into a number a business can act on.
Most GA4 problems trace back to setup and interpretation, not the tool itself.
A structured second look usually catches these faster than guessing does. Our Google Analytics audit guide walks through the full checklist we use to review a GA4 property end to end.
What is Google Analytics in simple terms? Google Analytics is a free tool from Google that tracks what people do on your website or app, then turns that activity into reports about your visitors, traffic sources, and conversions. The current version, GA4, records every visit as a series of events rather than simple pageviews.
Is Google Analytics free? Yes. GA4, the standard version of Google Analytics, is free to set up and run with no credit card or trial limit. Google sells one paid enterprise tier, Analytics 360, but most small and mid-sized sites never need it.
What is the difference between GA4 and Universal Analytics? Universal Analytics organized data into sessions and pageviews, while GA4 treats every action, a page view, a click, a scroll, a purchase, as its own event. Google stopped processing new data in standard Universal Analytics on July 1, 2023, and GA4 is now the only current version of Google Analytics.
How does Google Analytics track visitors? You add a small piece of tracking code, called a tag, to your site through gtag.js or Google Tag Manager. When someone visits, the tag sends pseudonymous data about that visit, such as the page viewed and the device used, to Google's servers, where GA4 organizes it into reports.
What is a conversion in Google Analytics? A conversion, which GA4 calls a key event, is an event you have marked as meaningful to your business, such as a form submission, a purchase, or a newsletter signup. GA4 counts these separately from ordinary events so you can see which visits actually produced a result you care about.
Does Google Analytics use cookies? Yes, GA4 primarily uses first-party cookies to recognize repeat visits, though it can also model activity when a visitor declines consent. Google states it does not log or store IP addresses collected from EU, Switzerland, or UK users, discarding that data after deriving approximate location.
Is Google Analytics accurate? GA4 is generally accurate for standard reports, but it is not a perfect count. Ad blockers, declined cookie consent, and browser privacy settings all reduce what GA4 can measure, and very large data pulls can be sampled rather than exact, so treat the numbers as a strong directional signal rather than a precise census.
Do I need Google Analytics if I already use Google Search Console? Yes, the two tools answer different questions and work best together. Search Console shows which queries bring people to your site from Google search; Google Analytics shows what those visitors do once they land, including whether they convert.
What is the difference between users, sessions, and events in GA4? A user is a person who visited your site or app. A session is one period of active engagement by that user, which can include several pageviews. An event is a single recorded action within a session, such as a page view, a scroll, or a click. One user can have many sessions, and one session can contain many events.
How do I get started with Google Analytics? Create a free account at analytics.google.com, set up a GA4 property for your site, and install the tracking tag through gtag.js or Google Tag Manager. From there, connect Google Search Console and mark your most important actions as key events so you can see which visits actually convert.
If you have not installed GA4 yet, start with our guide to setting up GA4 on a website, then connect Search Console and mark your key conversions before you worry about anything more advanced. If GA4 is already running and the numbers do not add up, book a free local SEO audit from Rankite and we will check that your tracking, conversions, and organic measurement are all set up correctly.
Get a free, no-obligation SEO audit and a 30-minute strategy session. We'll show you exactly where the growth is hiding.
Fill out the form and we'll get back to you within one business day. Prefer email? Write to us directly at contact@rankite.com.