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/courseBody parameters
| Field | Type | Example | Description | Demo Value |
|---|---|---|---|---|
courseId | number | 123 | — | — |
identifier | string | your-user-id | — | — |
clientIdentifier | string | your-tenant-id | — | — |
themeId | number | | Custom theme ID to apply to the analytics dashboard. | |
options.stats | boolean | true | Show summary stat cards at the top of the analytics dashboard. | |
options.chart | boolean | true | Show the progression funnel chart section. | |
options.table | boolean | true | Show the individual usage table section. |
Emitted Events
How to listen to events This embeddable does not emit any postMessage events.