What Are the 4 Types of Google Analytics?
If you've been in marketing or managed a website for more than a few years, you've probably heard several different names for Google's analytics tool. You might have heard of "Urchin," "Universal Analytics," or the current "Google Analytics 4." They aren’t different products but rather different generations of the same tool, each built for a different era of the internet. This article will walk you through the four main versions of Google Analytics to help you understand how we got to where we are today and why the new GA4 works the way it does.
The Four Generations of Google Analytics
Google Analytics has evolved dramatically since it was first introduced. Each version was a response to changes in how we use the internet - from a world of simple desktop websites to one dominated by mobile apps, cross-device browsing, and increasing concerns over user privacy. Let's look at each one.
1. Urchin Analytics (The Original)
Before it was a Google product, the foundation of modern web analytics was a tool called Urchin. In the late 90s and early 2000s, Urchin Software Corporation created a powerful analytics program that businesses could buy and install on their own servers. Google acquired the company in 2005, and Urchin became the bedrock of what we now know as Google Analytics.
How Urchin Worked
Urchin was fundamentally different from today’s analytics tools. It worked by analyzing web server log files. Every time a visitor requested a file from your website (like an image, an HTML page, etc.), your server would record that request in a massive text file. Urchin would read this log file, process the data, and generate static reports showing metrics like:
- Number of visitors
- Pages viewed per visit
- How visitors found the site (referring domains)
Key Characteristics
- Server-side Analysis: It relied on data collected by the server, not the user's browser. This meant it was backward-looking, you had to wait for the logs to be processed to see data.
- Not Real-Time: Reporting wasn't instant. Administrators had to run the software to process the logs, which could take hours.
- Self-Hosted: Businesses were responsible for installing, maintaining, and running the Urchin software themselves.
Think of Urchin like developing film from a camera. You had to finish the roll of film (collect the server logs), take it to a lab (run the software), and wait to see your pictures (get your reports). It was a powerful tool for its time but was technically demanding and couldn't provide the live feedback modern marketers rely on.
Free PDF · the crash course
AI Agents for Marketing Crash Course
Learn how to deploy AI marketing agents across your go-to-market — the best tools, prompts, and workflows to turn your data into autonomous execution without writing code.
2. Classic Google Analytics (GA1 & GA2)
After acquiring Urchin, Google rebranded the technology and released it to the public for free under the name Google Analytics in 2005. This was a revolutionary move that democratized web analytics, making it accessible to anyone with a website, not just large corporations with big budgets and IT teams.
This early version, often called "Classic Analytics," moved away from server logs and introduced a more modern, client-side approach using JavaScript.
How Classic GA Worked
Instead of relying on server logs, a small piece of JavaScript code (using the ga.js library) was placed on every page of a website. When a user visited a page, this script would run in their browser. It collected information about the visit - like the page they were on, their browser type, and screen resolution - and sent it directly to Google's servers. This was a seismic shift in how web data was collected.
Key Characteristics
- Client-Side Tracking: Data collection moved from the server to the user's browser (the "client"), making it much faster and more flexible.
- The Session-Based Model: It introduced the concept of a "session" or "visit" as the core unit of measurement. Google Analytics would track a series of interactions (pageviews, clicks, etc.) a user took within a given timeframe (typically 30 minutes of inactivity). All reports were based around sessions, users, and pageviews.
- Near Real-Time Data: Because data was sent directly to Google from the browser, reports became available within minutes or hours instead of days.
- Event Tracking: Marketers could now manually code "events" to track interactions that weren't page loads, like clicking a download button or playing a video, using the
_trackEvent()function.
This session-based model works well for simple websites where a 'visit' means looking at a few pages and then leaving. But as the internet changed with the launch of the iPhone in 2007 and the rise of mobile browsing, its limitations started to show. It had no good way of knowing that a person visiting your site on a desktop was the same person who later visited on their phone - to Classic GA, they were two completely separate "users."
3. Universal Analytics (GA3 / UA)
Universal Analytics (UA), rolled out around 2012, was Google's answer to the multichannel, multi-device world that Classic Analytics wasn't built for. For over a decade, UA was the gold standard and the version most marketers are most familiar with. If you've ever seen a tracking ID that looks like UA-XXXXXX-Y, you were working with Universal Analytics.
How Universal Analytics Worked
UA's mission was to shift the focus from anonymous sessions to the actual users behind them. It introduced a new tracking code (analytics.js) and powerful features designed to follow a single user's journey across different browsers, devices, and sessions.
While still based on sessions and pageviews, Universal Analytics gave developers the tools to connect the dots. A key feature was the "User-ID," which allowed businesses with login systems to associate all of a registered user's activity with a single, unique ID. This meant you could finally see how a user might discover a product on their phone, add it to their cart on a tablet, and complete the purchase later on their desktop.
Key Characteristics
- User-Centric Measurement: This was the main goal. By focusing a bit more on users than just sessions, UA tried to provide a more holistic view of customer behavior.
- Custom Dimensions & Metrics: A game-changer for businesses. You could now send your own custom data to Google Analytics. For a blog, you could create a custom dimension for "Post Author," for a software company, you might track "Subscription Level."
- Enhanced Ecommerce: Provided a much more detailed way to track the entire shopping journey. You could not only track purchases but also product impressions, add-to-carts, and checkout funnel drop-offs.
- Measurement Protocol: This powerful feature allowed developers to send data to GA from non-website sources. A business could send in-store purchase data from a point-of-sale system or usage data from an internet-connected kiosk.
Despite these massive improvements, UA was still an evolution of the old model. It still viewed the world through the lens of sessions and pageviews, which made it clunky for tracking single-page applications and mobile apps. And as data privacy regulations like GDPR and CCPA became stricter, its reliance on cookies made its future uncertain. Recognizing this, Google made a huge change, announcing that Universal Analytics would be fully replaced, and processing of all data would stop on July 1, 2023.
Free PDF · the crash course
AI Agents for Marketing Crash Course
Learn how to deploy AI marketing agents across your go-to-market — the best tools, prompts, and workflows to turn your data into autonomous execution without writing code.
4. Google Analytics 4
Google Analytics 4 isn't just an update, it is a complete reinvention of Google Analytics from the ground up. Rolled out starting in 2020, it is designed for the modern digital landscape: a world that is mobile-first, privacy-conscious, and driven by complex customer journeys that span across websites and apps.
How Google Analytics 4 Works
The most profound change in GA4 is its shift to an event-based data model. In Universal Analytics, there were many different types of "hits" (pageviews, events, transactions). In GA4, everything is an event.
- Viewing a page is a
page_viewevent. - Scrolling down a page is a
scrollevent. - The first time someone visits is a
first_visitevent. - Making a purchase triggers a
purchaseevent.
This flexible model allows for a much more unified and granular understanding of user behavior. It no longer matters if a user is clicking around a website or tapping through a mobile app - every interaction is simply treated as an event, allowing you to measure a complete user journey in one place.
Key Characteristics
- Unified Web + App Tracking: The biggest advantage. GA4 lets you combine data from your website(s) and mobile app(s) into a single property, providing a true cross-platform view of your users.
- Privacy-Focused: GA4 was built to be less reliant on cookies and instead uses a combination of first-party data and machine learning to model user behavior and fill in any data gaps created by privacy settings.
- AI and Machine Learning is Core: The new framework enables predictive metrics. GA4 can predict which users are likely to make a purchase or which users are likely to churn, allowing you to create proactive marketing audiences.
- Free BigQuery Integration: Previously a very expensive feature for large enterprises, GA4 gives every user free access to connect their raw analytics data to BigQuery, Google's data warehouse. This unlocks incredibly deep and sophisticated analysis.
- Engaged Sessions: The much-debated "Bounce Rate" metric is gone. In its place is "Engagement Rate," which measures the percentage of sessions that lasted longer than 10 seconds, had a conversion event, or had at least 2 pageviews. This is a much better indicator of actual user interest.
Final Thoughts
The history of Google Analytics mirrors the history of the internet. It began as a technical tool for analyzing server files (Urchin), grew into a session-based system for the desktop web (Classic & Universal Analytics), and has now become a flexible, event-based platform built for a privacy-first, cross-platform world. Each generation solved the problems of its time while paving the way for the next.
While the new event-based model in GA4 is extremely powerful, it comes with a steep learning curve. Finding simple answers now requires navigating complex "Explore" reports, which can feel overwhelming. At Graphed, we knew there had to be an easier way, so we've built a platform that plugs directly into your GA4 data. Instead of learning a new interface, you can just ask Graphed questions in plain English, like, "Compare traffic from Organic Search vs. Paid Search this quarter" or "Build a dashboard of my most effective marketing channels," and get a live, sharable report in seconds.
Related Articles
Facebook Ads for Roofers: The Complete 2026 Strategy Guide
Learn how to run effective Facebook ads for roofers in 2026. Discover proven targeting strategies, ad types, and campaign funnels that generate high-quality roofing leads.
Facebook Ads for Hair Salons: The Complete 2026 Strategy Guide
Learn how to run profitable Facebook ads for hair salons in 2026. This guide covers audience targeting, ad creatives, retargeting strategies, and budget optimization to get more bookings.
Facebook Ads For Yoga Studios: The Complete 2026 Strategy Guide
Learn how to use Facebook ads for yoga studios to drive trial memberships and grow your practice in 2026. Complete setup guide, expert tips, and retargeting strategies.