Skip to main content

Analytics

Track compliance trends, upload activity, and team performance.

Dashboard Analytics

The main dashboard shows high-level metrics for your organization:

  • Total documents and total storage used
  • Upload trends over time (daily)
  • Document type breakdown (PDF, DOCX, PPTX, etc.)
  • Compliance score trends (if checks have been run)
  • Conversion job statuses (pending, completed, failed)
  • Recent documents (last 10 uploads)

Organization Analytics

Navigate to Analytics for deeper metrics:

Per-User Activity

  • Documents uploaded per team member
  • Storage used per member
  • Upload activity over time by user

Document Types

Breakdown of uploaded formats across the organization.

Member Overview

List of all members with their roles and join dates.

Onboarding Analytics (Staff Only)

Staff users see an Onboarding link in the navigation with funnel metrics:

  • Completion rate -- percentage of users who finished onboarding
  • Drop-off by step -- which survey questions cause abandonment
  • Survey completion -- how many users completed the survey
  • Average time to first upload -- hours between signup and first document
  • Second upload within 7 days -- retention signal
  • New users -- 7-day and 30-day counts

Drop-off Funnel

A bar chart shows how many users stopped at each onboarding step:

  1. Welcome
  2. Role selection
  3. Organization type
  4. Document types
  5. Compliance deadline
  6. ADA familiarity
  7. AI policy

Use this to identify where the onboarding flow loses users and optimize accordingly.

API Access

Dashboard Analytics

curl "https://api.adaline.ink/api/v1/analytics/dashboard?org_id=ORG_ID" \
  -H "Authorization: Bearer YOUR_TOKEN"

Returns: document counts, storage, upload trends, compliance trends, job statuses, and recent documents.

Organization Analytics

curl "https://api.adaline.ink/api/v1/analytics/org/ORG_ID" \
  -H "Authorization: Bearer YOUR_TOKEN"

Returns: per-user document counts, upload activity by user, member list.

Onboarding Analytics (Staff Only)

curl "https://api.adaline.ink/api/v1/analytics/onboarding" \
  -H "Authorization: Bearer YOUR_TOKEN"

Returns: completion rate, drop-off by step, survey completion, time to first upload, retention metrics.

© 2026 Adaline LLC