Skip to content

Glossary Web Analytics

What Is Web Analytics?

  • Analytics
Definition

Web analytics is the systematic collection, measurement and analysis of visitor behavior on a website, used to make decisions based on real data instead of guesswork.

A seismograph drum, its paper without a single trace — beside the title Web Analytics
The seismograph records the tremor, not its cause
On this page 6
  1. What web analytics means
  2. The most common web analytics metrics
  3. How it works
  4. Why it matters
  5. Best practices
  6. Common mistakes
In brief

What sessions, users and engagement rate actually measure in GA4, why the classic bounce rate has meant something different since 2022, and what role the tracking pixel, cookies and server-side tracking play in all of it.

A seismograph drum, its paper without a single trace — beside the title Web Analytics
The seismograph records the tremor, not its cause

What web analytics means

Web analytics is the systematic collection, measurement and interpretation of what visitors do on a website: how many arrive, where they came from, which pages they view, what they click, and whether they end up completing a purchase or a form. It's about replacing gut feeling with decisions backed by data anyone can check.

The discipline doesn't depend on any single tool. Google Analytics 4 is the most widely used free option today, but the concept predates that platform and works the same way with any other measurement system. What changes between tools is how the data gets collected, not what actually gets measured underneath: sessions, users, traffic source and conversion events.

Applied well, web analytics ties every step of the customer journey to a concrete number: which content keeps a visitor around, where exactly the checkout process loses people, and which channel brings in the audience that actually converts. Without that data, any claim about user behavior stays a guess; with it, that claim can be checked against real numbers.

The most common web analytics metrics

Before reading any report, it helps to know exactly what each metric counts, since some names have changed meaning between tools and versions.

MetricWhat it measures
SessionsThe number of visits to a site within a defined period of inactivity; the same user can trigger several sessions across different days.
UsersThe people behind those sessions. GA4 distinguishes total users from active users, meaning those with at least one engaged session.
Engagement rateThe percentage of sessions that count as "engaged": they last longer than 10 seconds, include a key event, or reach two or more page views.
Bounce rateSince July 2022, simply the percentage of sessions that met none of those three criteria; it no longer means "a single page viewed," the way it did in Universal Analytics.
Conversion rateThe percentage of sessions or users that completed an action defined as a goal, from a purchase to a submitted form.

Confusing GA4's bounce rate with the old Universal Analytics one is one of the most common misreadings of a report: same name, different definition.

How it works

Every visit gets logged through a measurement tag, usually a snippet of JavaScript or a tracking pixel, that fires when the page loads and sends the event to the analytics tool's server. That request should only fire after the user has given consent, since it's usually paired with a cookie that stores an identifier so the same visitor can be recognized across sessions.

Google Analytics 4 also changed the underlying data model compared to its predecessor: instead of organizing everything around the page view, it treats every interaction, from a click to a scroll, as its own event. The page view still exists, but it's just one event type among many, which lets metrics like the engaged session get calculated without depending on any single action. GA4 captures some of these events automatically once the tag is installed, things like page_view, scroll or file_download, while others, like a click on a specific button, need to be set up manually as a custom event.

A site collects these events through its own first-party cookie whenever it can, rather than relying on a third-party cookie that Safari and Firefox block by default. That's one of the reasons server-side tracking has grown: the site's own server forwards the event to the analytics platform through an API, regardless of whether the browser lets the request through.

Why it matters

Without web analytics, decisions about a website rest on whoever argues loudest in the meeting. With it, a pricing change, a redesigned form, or the performance of a campaign aimed at a specific target audience can be measured in actual visits, sessions and conversions, not in subjective impressions.

Specific functions sit inside this broader practice: demographic data and Google Signals add age, gender or location to sessions already logged; segmentation groups those sessions by shared traits so they can be compared against each other. Linking that data to a CRM connects what happens before the purchase, on the site, with what happens after, in the customer relationship.

Google Analytics 4 dominates the market for being free and tied into the rest of the Google ecosystem, but it isn't the only option: tools like Matomo offer a self-hosted alternative, built for teams that don't want their data sitting with an outside vendor.

Best practices

  • Define what counts as a conversion before implementation, not after looking at the first reports.
  • Check that no tag fires before the user accepts the consent banner.
  • Use segmentation to compare groups of users against each other, instead of only looking at the aggregate total.
  • Connect web analytics data with the CRM to see what happens to a visitor after converting, not just before.
  • Check regularly, in debug mode, that key events are still arriving correctly.
  • Explain to the team that GA4's bounce rate isn't the same metric as Universal Analytics' bounce rate, before comparing numbers across periods.

Common mistakes

  • Comparing GA4's bounce rate with the old Universal Analytics one as if they were the same metric.
  • Treating "total users" as real individual people without checking for duplication across a visitor's different devices.
  • Turning on Google Signals without reviewing the site's consent settings first.
  • Drawing conclusions from a single week of data without first ruling out bot traffic or a one-off anomaly.
  • Relying only on standard browser-based tracking without checking how it holds up against Safari or Firefox traffic.
Manuel Riveiro Rodriguez CEO & Digital Strategist

A technical audit covers this and everything else in one pass.

Request an audit

Frequently asked

What's the difference between sessions and users in web analytics?

A session is a single visit, with a start and an end marked by a period of inactivity. A user is the person behind that visit. The same user can trigger several sessions on different days, so a report's session count almost always runs higher than its user count.

Why did bounce rate change in Google Analytics 4?

Universal Analytics defined it as single-page sessions, a criterion that ignored someone who read an entire article without clicking anything else. GA4 redefined it in 2022 as the percentage of sessions with no real engagement, the exact inverse of engagement rate.

Is web analytics the same thing as Google Analytics?

No. Google Analytics is one specific tool, the most widely used because it's free. Web analytics is the broader discipline behind it: measuring and interpreting how visitors behave on a website. Alternatives like Matomo handle largely the same job with a different approach to privacy and self-hosting.

Do I need user consent to run web analytics?

Yes, whenever the tool uses cookies or similar identifiers to recognize the same visitor across sessions, which covers nearly every common setup. The exact legal basis depends on the country, but in the European Union, the GDPR requires that consent upfront, before any data collection starts.

What is server-side tracking, and why is it gaining ground?

It's sending the event from the site's own server straight to the analytics platform through an API, instead of relying only on the browser. It's growing because Safari and Firefox block third-party cookies by default, which limits what web analytics can measure through the browser alone.

Sources

  1. Google Analytics Help, "Engagement rate and bounce rate": defines GA4's engagement rate and bounce rate, and the three criteria for an engaged session. Accessed August 8, 2026.
  2. Google Analytics Help, "How a session is calculated": explains what a session is in Google Analytics 4 and when it starts and ends. Accessed August 8, 2026.
  3. Google Analytics Help, "Introducing the next generation of Analytics": confirms that standard Universal Analytics properties stopped processing data on July 1, 2023. Accessed August 8, 2026.