/ce/analytics/calls.
Overview
The screen renders aCallAnalyticsDashboard component below a page header titled “Call Analytics” with the description “Call volume trends, disposition breakdown, and recording coverage.” An Export dropdown in the header is available to users with the ce.analytics.export permission. The dashboard content is rendered by CallAnalyticsDashboard.
Who it’s for
Required permission:ce.analytics.view (route-level gate). The export action requires ce.analytics.export.
Before you start
- You need the
ce.analytics.viewpermission. - Export requires the additional
ce.analytics.exportpermission.
Steps
1
Navigate to Call Analytics
Go to
/ce/analytics/calls via the Community Engagement analytics menu.2
Review call metrics
The dashboard shows call volume, disposition breakdown, and recording coverage. Apply any available date range or filter controls within the dashboard.
3
Export data
Use the Export dropdown in the page header to download a report. Requires
ce.analytics.export permission.Key concepts
- Disposition breakdown — SME: confirm available disposition categories (not determinable from page wrapper code alone).
- Recording coverage — SME: confirm how recording coverage is calculated and what it represents.
Related
Community Engagement
Community Engagement core overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/ce.tsx
- src/cores/ce/pages/CallAnalyticsPage.tsx