Current analytics routes for tracking ingestion, installations, funnels, dashboard views, and user or trajectory reporting. Analytics APIs live under /analytics.

Endpoint Areas

AreaEndpoints
Client ingestionGET /analytics/track.js, POST /analytics/track, POST /analytics/event, POST /analytics/identify
InstallationsGET/POST /analytics/installations, GET/POST/DELETE /analytics/installations/{id}, POST /analytics/installations/{id}/hide, POST /analytics/installations/{id}/unhide, GET /analytics/installations/{id}/script
Dashboard viewsGET /analytics/dashboard/realtime, GET /analytics/dashboard/timeseries, GET /analytics/dashboard/events
Summary and reportingGET /analytics/stats, GET /analytics/trajectory, GET /analytics/users, GET /analytics/users/profile
FunnelsGET/POST /analytics/funnels, GET/POST/DELETE /analytics/funnels/{id}, GET /analytics/funnels/{id}/analyze

Notes

  • Tracking endpoints mix public ingestion routes and authenticated reporting routes; use the OpenAPI schema for the exact auth and payload requirements.
  • Installation scripts, funnel analysis, and dashboard summaries are all in the checked-in schema even when they are not individually linked from the sidebar.