AboutBlogContact
Business & ProductNovember 14, 2005 2 min read 142Updated: June 22, 2026

Google Analytics: Urchin for the Masses

AunimedaAunimeda
📋 Table of Contents

It’s late 2005, and web analytics used to be divided into two camps: cheap, basic counters (like the "hit counters" from the 90s) or incredibly expensive enterprise log analyzers like Urchin, which could cost $500 a month or more.

Google acquired Urchin earlier this year, and today they’ve relaunched it as Google Analytics. The price? Zero.

Client-Side Tracking

Most old-school analytics tools worked by parsing your web server’s log files. Google Analytics uses a different approach: a small snippet of JavaScript that you include on every page.

// The tracking code that's going to be everywhere
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
   _uacct = "UA-12345-1";
   urchinTracker();
</script>

This client-side approach allows Google to capture things that server logs can't, like screen resolution, browser plugins, and even how long someone spent on a page without making another request to the server.

The Dashboard

The interface is a revelation. Instead of dry tables of data, you get beautiful graphs, "top content" lists, and even a map showing where your visitors are coming from. For the first time, small businesses can have the same data-driven insights as the big guys.

The Catch

Of course, the "catch" is that you’re giving Google all your traffic data. They are building a massive database of how the entire web is used. For some, this is a privacy concern. For others, it’s a fair trade for such a powerful tool.

Looking Ahead

Google Analytics is going to commoditize the web analytics industry. Many of the smaller players will disappear. For web developers, "installing GA" is about to become a standard part of every project launch. We’re moving into an era where "gut feeling" is no longer enough; we need to back it up with data.


Aunimeda builds software products for businesses - websites, mobile apps, automation systems, and custom platforms.

Contact us to discuss your project. See also: Web Development, Mobile App Development

Read Also

Software Development Costs: Bishkek vs Eastern Europe vs India vs USA (2026)aunimeda
Business & Product

Software Development Costs: Bishkek vs Eastern Europe vs India vs USA (2026)

Real cost comparison for outsourcing software development in 2026. Bishkek, Warsaw, Bangalore, and New York side by side - rates, quality signals, and what you actually get.

IT Salaries in Kyrgyzstan and Central Asia 2026: Developer Rates Guideaunimeda
Business & Product

IT Salaries in Kyrgyzstan and Central Asia 2026: Developer Rates Guide

Real developer salary data for Kyrgyzstan, Kazakhstan, and Uzbekistan in 2026. Rates by role and seniority, comparison with Eastern Europe and India, and what drives the market.

How to Build and Launch a Tech Startup in Kyrgyzstan (Bishkek) in 2026aunimeda
Business & Product

How to Build and Launch a Tech Startup in Kyrgyzstan (Bishkek) in 2026

Practical guide to launching a tech startup from Bishkek: legal setup, talent market, funding sources, banking for IT companies, and why Kyrgyzstan is an underrated startup base.

Need IT development for your business?

We build websites, mobile apps and AI solutions. Free consultation.

Get Consultation All articles