HomeAnalytics Fundamentals › Overview

Overview

Purpose: Foundational concepts that everything else builds on.

Who this page is for

AudienceWhy it matters to you
EveryoneYou need these mental models before moving forward
AnalystsUnderstand what data you are and are not collecting

Analytics Fundamentals

Before diving into props, eVars, and segments, you need to understand four foundational concepts:

The hit model

Every request to Adobe Analytics is a hit — one HTTP request carrying one data payload. A hit is the atomic unit. You cannot have half a hit or 1.5 hits. Each hit either fires or doesn't.

Visit and visitor scoping

All hits get rolled up into visits and visitors. A visitor is a person (identified by ECID or logged-in user ID). A visit is a session — a bounded stretch of activity from the same person. Visits time out after 30 minutes of inactivity by default.

The collection pipeline

Data flows: your site → Adobe Edge → Adobe's data centers → report suite database. This pipeline has many places where data can be lost, modified, or rejected. Understanding this flow helps you debug.

Dimensions vs metrics

A dimension is a grouping axis (what you want to count *by*). A metric is a counter (what you want to count). "Visitors by page" means page is the dimension, visitor count is the metric.

---

Reading this section

Quick navigation