Analytics Tracking
Check whether marketing tracking is reliable enough to make decisions about budget, funnel performance, and growth.
Start With Decisions
Ask what decisions the data is supposed to support:
- Which channel gets more budget.
- Which campaigns convert.
- Which pages or steps leak users.
- Which leads become revenue.
- Which lifecycle messages work.
- Which experiments win.
Tracking is not trustworthy because tags fire; it is trustworthy when the decision chain is complete.
Inspect The Chain
Trace:
- Source capture: UTMs, referrer, click IDs, campaign naming.
- Event capture: page views, leads, signups, purchases, activation, qualified lead, revenue.
- Identity: anonymous to known user, lead to account, account to deal.
- Destination: analytics, ad platforms, CRM, warehouse, dashboards.
- Definitions: what counts as a conversion, lead, MQL, opportunity, customer.
- Consent and privacy boundaries.
- Reconciliation: totals across systems and expected gaps.
Flag Trust Breaks
- Events fire but are not tied to the business outcome.
- Multiple systems define the same metric differently.
- UTMs overwrite or disappear.
- Test traffic pollutes reports.
- Duplicate conversions feed paid bidding.
- PII leaks into analytics or ad tools.
- Dashboards hide uncertainty.
- Offline revenue never connects back to campaigns.
Judge Data Confidence
For each decision, state:
- Trust level: high, usable with caveats, directional only, not usable.
- Known gaps.
- Acceptable uncertainty.
- Reconciliation owner.
- Next check that would raise trust.
Output
Tracking trust read:
[one paragraph]
Decision chain:
Question -> Required signal -> Source -> Destination -> Owner
Decision trust:
| Decision | Trust level | Known gaps | Acceptable uncertainty | Reconciliation owner |
Trust breaks:
| Break | Evidence | Decision affected | Fix | Priority |
Measurement plan:
| Event | Trigger | Parameters | Destination | Success criteria |
Naming rules:
- [UTM or event rule]
Reconciliation checks:
1. [check]
2. [check]
Privacy risks:
- [risk]
1---2name: analytics-tracking3description: Use when auditing, planning, or debugging marketing measurement, conversion tracking, GA4, GTM, UTMs, pixels, CRM attribution, funnel reporting, or dashboard trust.4---56# Analytics Tracking78Check whether marketing tracking is reliable enough to make decisions about budget, funnel performance, and growth.910## Start With Decisions1112Ask what decisions the data is supposed to support:1314- Which channel gets more budget.15- Which campaigns convert.16- Which pages or steps leak users.17- Which leads become revenue.18- Which lifecycle messages work.19- Which experiments win.2021Tracking is not trustworthy because tags fire; it is trustworthy when the decision chain is complete.2223## Inspect The Chain2425Trace:2627- Source capture: UTMs, referrer, click IDs, campaign naming.28- Event capture: page views, leads, signups, purchases, activation, qualified lead, revenue.29- Identity: anonymous to known user, lead to account, account to deal.30- Destination: analytics, ad platforms, CRM, warehouse, dashboards.31- Definitions: what counts as a conversion, lead, MQL, opportunity, customer.32- Consent and privacy boundaries.33- Reconciliation: totals across systems and expected gaps.3435## Flag Trust Breaks3637- Events fire but are not tied to the business outcome.38- Multiple systems define the same metric differently.39- UTMs overwrite or disappear.40- Test traffic pollutes reports.41- Duplicate conversions feed paid bidding.42- PII leaks into analytics or ad tools.43- Dashboards hide uncertainty.44- Offline revenue never connects back to campaigns.4546## Judge Data Confidence4748For each decision, state:4950- Trust level: high, usable with caveats, directional only, not usable.51- Known gaps.52- Acceptable uncertainty.53- Reconciliation owner.54- Next check that would raise trust.5556## Output5758```text59Tracking trust read:60[one paragraph]6162Decision chain:63Question -> Required signal -> Source -> Destination -> Owner6465Decision trust:66| Decision | Trust level | Known gaps | Acceptable uncertainty | Reconciliation owner |6768Trust breaks:69| Break | Evidence | Decision affected | Fix | Priority |7071Measurement plan:72| Event | Trigger | Parameters | Destination | Success criteria |7374Naming rules:75- [UTM or event rule]7677Reconciliation checks:781. [check]792. [check]8081Privacy risks:82- [risk]83```