HomeAnalytics Fundamentals › Dimensions vs metrics

Dimensions vs metrics

Purpose: Understand the difference between what you count and what you count by.

Who this page is for

AudienceWhy it matters to you
EveryoneThis is the fundamental reporting model
AnalystsMaster this to write correct measurement requirements

Dimensions vs metrics

The foundation of all Adobe Analytics reporting is the dimension-metric pair. Every report is: "[metric] by [dimension]".

Metric — the counter

A metric is a number you want to count. It answers "how many" or "how much".

Examples:

Metrics are always numeric. You sum, average, or deduplicate them.

Dimension — the grouping axis

A dimension is a category you want to group by. It answers "break that down by what".

Examples:

Dimensions are text or categorical. You group by them.

The dimension-metric table

Every report is a 2D table: metrics across the top (columns), dimensions down the left (rows).

| Page Name       | Visitors | Page Views | Revenue |
|-----------------|----------|------------|---------|
| Home            | 1,200    | 3,500      | $0      |
| Product         | 800      | 2,100      | $2,500  |
| Checkout        | 450      | 900        | $5,200  |

Metrics defined by collection

Page views: Fires every time a page loads (you track it with page view rule)

Visitors: Unique ECID values in the report period

Visits: Groups of hits separated by 30-minute inactivity

Revenue: Value of the revenue variable you sent

Form submissions: Count of times event1 fired on your form

Common dimension examples for Example Super

Dimensions from variables

You collect dimension values via:

Metric arithmetic

You can create calculated metrics from base metrics:

Dimension-metric mistakes

Mistake 1: Treating a dimension as a metric

Mistake 2: Confusing the rows and columns

Mistake 3: Creating unsumming dimensions

Reporting example: Example Super

Question: "How many visitors came to the complaint form page, and how many submitted?"

Setup:

Answer:

| Page Name    | Visitors | Orders |
|--------------|----------|--------|
| Complaint    | 450      | 125    |

"450 visitors landed on the complaint form page, 125 submitted."

Quick navigation