HomeCore Learning Journey › L2 · Classify requirements into dimensions and metrics

L2 · Classify requirements into dimensions and metrics

Purpose: Practice converting business questions into dimensions and metrics.

Who this page is for

AudienceWhy it matters to you
EveryoneSkill you will use constantly

Lab 2: Classify requirements into dimensions and metrics

Objective

Learn to take a business question and break it into dimensions and metrics.

Why this matters

Business stakeholders ask questions in plain English:

Your job is to translate these into dimensions and metrics so you can build reports.

Exercise 1: Simple questions

For each question, identify the dimension (what you group by) and metric (what you count).

Question 1: "How many page views did each page get?"

Your answer:

*Why:* You're grouping BY page, counting page views for each.

Question 2: "How many visitors came from organic search?"

Your answer:

*Why:* You're grouping BY traffic source, counting unique visitors. Filter to "organic" to isolate that segment.

Question 3: "What's the bounce rate by device?"

Your answer:

*Why:* You're grouping BY device, looking at bounce rate for each. Bounce rate is calculated per device.

Exercise 2: Example Super questions

Example Super (superannuation fund) wants to understand complaint form submissions. Classify each:

Question A: "How many forms were submitted?"

Your answer:

*Why:* No grouping. Just total count.

Question B: "How many form submissions by form type (contact vs complaint)?"

Your answer:

*Why:* Grouping BY form type, counting submissions for each.

Question C: "Are mobile users more likely to complete the form than desktop?"

Your answer:

*Why:* Grouping BY device. The "likelihood" is a conversion rate (submissions per visitor).

Question D: "Which traffic source brings the most form completions?"

Your answer:

*Why:* Grouping BY traffic source, counting form submissions for each.

Exercise 3: Create your own

For each scenario, classify into dimensions and metrics:

Scenario 1: "How much revenue did we make from each campaign?"

Your answer:

Scenario 2: "Do members who saw the on-site message have higher engagement?"

Your answer:

Scenario 3: "What's our biggest drop-off point in the form?"

Your answer:

*Why:* Compare completion counts at each step to find drop-off.

Exercise 4: Tricky ones

These are harder. Think carefully.

Tricky 1: "How many unique members submitted a form?"

Your answer:

*Why:* You're not grouping by anything. You're counting unique visitors who submitted at least once. This is a custom metric.

Tricky 2: "What percentage of search results pages resulted in a click-through?"

Your answer:

*Why:* This is a conversion rate between two actions. You need to define events for each, then create the calculated metric.

Your measurement task

For Example Super, answer these three questions. Classify each into dimensions and metrics.

  1. "How many visits resulted in a form submission?" (Dimension: ?, Metric: ?)
  2. "Which site section (Home, Portal, FAQ) gets the most traffic?" (Dimension: ?, Metric: ?)
  3. "Do returning members stay longer on the site than new members?" (Dimension: ?, Metric: ?)

Write these down. You'll use them in later labs.

Key insight

Every business question can be translated into dimensions and metrics. The translation is your bridge between business language and analytics data.

---

Next: S3 · Props and eVars

Quick navigation