Docs
arrow_back Embeddables

Collection Analytics Hub and above

The Collection Analytics embeddable is a dashboard showing engagement across a whole collection of courses. Use it when you care about how a full collection is performing, not just the individual courses inside it. The example below shows the dashboard for a sample collection so you can see how collection-level reporting renders in context.

It's a fit for admins managing certification tracks, customer success teams measuring onboarding journeys, and any context where collection-level insight matters more than course-by-course detail. It answers "how's the collection going" rather than "how's this course going."

API Endpoint

POST/v1/headless/embed/analytics/collection

Body parameters

FieldTypeExampleDescriptionDemo Value
collectionIdnumber456
identifierstringyour-user-id
clientIdentifierstringyour-tenant-id
themeIdnumberCustom theme ID to apply to the analytics dashboard.
options.statsbooleantrueShow summary stat cards at the top of the analytics dashboard.
options.chartbooleantrueShow the progression funnel chart section.
options.tablebooleantrueShow the individual usage table section.

This embeddable does not emit any postMessage events.

Live Demo