Docs
arrow_back Embeddables

Course Analytics Hub and above

The Course Analytics embeddable is a dashboard showing how recipients are engaging with a course. Use it when the people running training also need to see the data on how it's going, and that data should sit inside your product or platform rather than in a separate tool. The example below shows the dashboard for a sample course so you can see real engagement and completion data rendered in context.

It's common for admin views, customer success dashboards, and any scenario where reporting belongs in context. It puts course performance next to whatever else admins are managing in your platform.

API Endpoint

POST/v1/headless/embed/analytics/course

Body parameters

FieldTypeExampleDescriptionDemo Value
courseIdnumber123
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