Home β€Ί Troubleshooting Hub β€Ί The triage method

The triage method

Purpose: Systematic approach to diagnosing any analytics issue.

Who this page is for

AudienceWhy it matters to you
EveryoneEssential methodology

The Triage Method

Use this 5-step process to diagnose any analytics issue.

Step 1: Confirm the problem

Be specific.

Don't say: "Data is broken" Do say: "Visitor count is 0 for [date range], was 50K yesterday"

Document:

Step 2: Check the AEP Debugger

See what's actually being sent.

  1. Open AEP Debugger in browser
  2. Navigate to the affected page
  3. Inspect the hits:

- Is page name correct? - Are props/eVars populated? - Are events firing? - Are multiple hits being sent?

Finding:

Step 3: Check real-time reports

See if Adobe received the data.

  1. In Analytics: Tools β†’ Real-Time Report
  2. Select the affected metric
  3. Wait 30 seconds for data
  4. Do you see traffic?

Finding:

Step 4: Check processing rules

Did a rule modify or delete the data?

  1. Admin β†’ Report Suite Settings β†’ Processing Rules
  2. Review each rule:

- What condition triggers it? - What does it do? - Could it affect this metric?

Finding:

Step 5: Check Workspace

Confirm whether data landed.

  1. Build simple report: metric by date
  2. Filter to the date range in question
  3. Do you see the data?

Finding:

Triage flowchart

Problem identified
    ↓
AEP Debugger: See data being sent?
  β”œβ”€ No β†’ Fix implementation
  └─ Yes
      ↓
      Real-time report: Adobe received it?
      β”œβ”€ No β†’ Check network, datastream config
      └─ Yes
          ↓
          Processing rules: Any rules modify it?
          β”œβ”€ Yes β†’ Review rule logic
          └─ No
              ↓
              Workspace: Does data show?
              β”œβ”€ No β†’ Report suite issue, contact Adobe Support
              └─ Yes
                  ↓
                  Data quality issue (segment, filter, grouping wrong)

---

Next: No data arriving

Quick navigation