Skip to content

13.19 Analytics

  • As a CRO, I want a real-time risk dashboard.
  • As a CEO, I want monthly unit-economics dashboards.
  • As a data scientist, I want to define metrics once and reuse.
  • GET /analytics/dashboards/{id}.
  • POST /analytics/metrics.
  • GET /analytics/anomalies.
  • metric, dashboard, experiment, anomaly.
  • BI tool (Metabase / Superset) bound to warehouse.
  • Internal dashboards for live operational data.
  • Warehouse + ETL.
  • BI layer.
  • Anomaly detector.
  • Warehouse vendor (Snowflake / ClickHouse / Redshift).
  • Metric defined once, used by multiple dashboards.
  • Anomaly alert triggers notification.
  • Backfill on data correction.
  • Stale dashboard with no alert.
  • Sensitive PII in dashboard for unauthorised role.
  • Daily refresh works for all critical dashboards.
  • Anomaly detection live for key metrics.
  • Self-serve analytics for business users at year 2.