Docs / Health Scoring

Connecting product usage data

API-key setup, the event schema, and how usage signals map to the product-usage health factor.

Feeding product usage

The Product Usage health factor is only as good as the data behind it. There are three ways to feed it:

  1. Ingest API — in Admin Console → Developer → API Keys, create a key with the ingest:write scope, then POST usage to /api/ingest/v2/events (or /feature-usage). Events carry an account identifier, a metric or feature, a timestamp, and a value.
  2. Telemetry SDK — drop the telemetry.js snippet into your product to stream events as users act. Name events to match a Feature key (Admin → Catalogs → Features) so they also power adoption reports.
  3. CSV import — Admin Console → Data → Import Data, entity Usage (columns like dau, mau, featureAdoption, seatsActive, matched by account name + date).

However it arrives, usage rolls up nightly into the seat-utilization and adoption signals that feed the automated Product Usage measure.

Related: *How health scores are calculated* · *Connectors & Data Hub* · *API keys, the Developer API & MCP*

More in Health Scoring

← Back to Health Scoring