Skip to main content
NeuronLens analytics gives operations teams, sales managers, and QA leads a unified view of everything happening across your contact center — in real time and historically. Every processed call contributes to a continuously updated data set: call volumes by campaign and agent, sentiment and intent distributions, QA score trends, and flags for missed revenue and compliance risk. You query this data through the dashboard or the analytics API, and you can slice it by any combination of date range, campaign, agent, language, or disposition.

Dashboard Overview

The NeuronLens dashboard is the primary interface for non-technical users. It opens on a summary view showing key metrics for your selected time range and lets you drill down to individual calls, agents, or campaigns. Every chart and metric in the dashboard is also available via API, so you can pull the same data into your own BI tools or data warehouse.

Call Volume Trends

View daily, weekly, or monthly call volumes broken down by campaign, agent team, or language. Spot drops or spikes instantly.

Sentiment Distribution

Track the ratio of positive, neutral, and negative calls over time — by agent, campaign, or your entire operation.

Intent Breakdown

See how customer intents are distributed: interested, callback, not interested, complaint, escalation, and custom intent labels.

Agent Leaderboards

Compare QA scores, sentiment outcomes, and compliance pass rates across agents and teams. Identify top performers and coaching targets.

Metrics Available

Querying Analytics via API

Call-Level Analytics

Response Structure

integer
Total calls processed for this agent and period.
integer
Calls with an actual conversation — excludes unanswered, dropped, and voicemail calls.
number
Mean call duration in seconds for connected calls.
object
Proportion of calls in each sentiment category. Values sum to 1.0.
object
Proportion of calls in each intent category. Values sum to 1.0.
number
Average QA score across all scored calls for this agent, on a 0–100 scale.
integer
Number of calls where a cross-sell or upsell opportunity was detected but not acted on.
integer
Number of calls with compliance or policy risk indicators.

Available Filters

Searching Call History

NeuronLens indexes the full transcript of every processed call. You can search across millions of calls using free text or structured filters.
The search endpoint returns a list of matching calls with the relevant transcript segments highlighted, so you can jump directly to the moment in the conversation that matched your query. Use this to:
  • Investigate specific complaints or escalations at scale
  • Find calls where a particular product or offer was discussed
  • Pull examples for agent coaching or training
  • Audit calls mentioning specific regulatory terms

Agent Coaching Insights

NeuronLens surfaces per-agent coaching recommendations directly in the dashboard under Agents → [Agent Name] → Coaching Insights. For each agent, you see:
1

Top Missed Opportunities

Calls where the customer showed buying signals (positive sentiment, interest intent) but the agent did not follow through with a cross-sell, upsell, or closure attempt.
2

Compliance Gap Summary

A breakdown of which compliance checks this agent most frequently fails — for example, not stating the loan disclosure or using informal language in a regulated context.
3

QA Score Trend

Week-over-week QA score trend so you can see whether previous coaching sessions produced measurable improvement.
4

Call Examples

Direct links to the specific calls that drove each flag — so coaching conversations are grounded in actual evidence, not anecdote.
Set up weekly analytics reports via the Reports API (POST /v1/reports/schedule) to receive a PDF or JSON summary of key metrics delivered to your inbox every Monday morning — no manual dashboard check required.