Agent Analytics Pulse

Analytics overview designed for agent-driven growth teams. Surface metrics, attribution, and auto-generated highlights in one glance.

Features

  • Segment Controls: Switch between customer segments to update metrics and attribution
  • Inline Charts: SVG trend line and doughnut chart ship without extra deps
  • Highlights Feed: Display agent-authored insights with impact badges
  • Drilldown Hooks: Action button ready to open deeper analytics layers

Examples

Default Pulse

Last 30 days

Growth analytics pulse

Segment · All

Active users

148k+5.1%

Activation rate

42.7%+3.4%

Churn

3.2%-0.6%

Engagement trend

Agent-assisted outcomes vs. baseline

Lift vs. control+9.3 pts

Attribution

Breakdown of lift drivers
Agents38%
Lifecycle24%
Paid18%
Organic14%
Other6%
Highlights
Agents drive 38% of new ARR
high impact

Upsell agent closed 61 deals with 82% win rate vs control routes at 55%

Activation spike from workflows
medium impact

Workflow automation beta improved activation by +6.4 pts for Growth segment

Segment Explorer

Last 30 days

Growth analytics pulse

Segment · All

Active users

148k+5.1%

Activation rate

42.7%+3.4%

Churn

3.2%-0.6%

Engagement trend

Agent-assisted outcomes vs. baseline

Lift vs. control+9.3 pts

Attribution

Breakdown of lift drivers
Agents38%
Lifecycle24%
Paid18%
Organic14%
Other6%
Highlights
Agents drive 38% of new ARR
high impact

Upsell agent closed 61 deals with 82% win rate vs control routes at 55%

Finance View

Quarter to date

Revenue analytics pulse

Segment · Enterprise

Net revenue retention

118%+4.2 pts

Gross margin

72.4%+1.8 pts

OpEx coverage

6.2 mo+0.4 mo

Engagement trend

Agent-assisted outcomes vs. baseline

Lift vs. control+9.3 pts

Attribution

Breakdown of lift drivers
Upsell agents44%
Pricing experiments26%
Expansion playbooks18%
Other12%
Highlights
Agents contributed $1.4M incremental ARR
high impact

Finance automation identified high-LTV accounts and coordinated outreach across CSM + marketing

Churn trending below 3%
medium impact

Agent-led renewal prep flagged 86 at-risk customers and mitigated 71 of them

Installation

npx shadcn add "https://agents-ui-kit.com/c/agent-analytics-pulse.json"

API Reference

AgentAnalyticsPulse

PropTypeDefaultDescription
titlestring"Growth analytics pulse"Header title
timeframestring"Last 30 days"Subtitle timing
metricsPulseMetric[]Sample metricsKey metrics row
trendSeriesnumber[][62, 64, 66, ...]Values for line chart
attributionAttributionSlice[]Sample slicesDoughnut chart data
highlightsInsightHighlight[]Sample highlightsInsight cards
segmentFilterstring"All"Current segment tab
onSegmentChange(segment: string) => void-Called when segment tab changes
onDrilldown() => void-Fired by drilldown button
classNamestring-Tailwind overrides

Types

interface PulseMetric {
  label: string
  value: string
  change: string
  positive?: boolean
}

interface AttributionSlice {
  channel: string
  value: number
  color?: string
}

interface InsightHighlight {
  id: string
  title: string
  detail: string
  impact: "high" | "medium" | "low"
}

Design Notes

  • Tabs automatically scroll to handle long segment labels
  • Charts rely on inline SVG to keep bundle lean and SSR safe
  • Highlights use dashed borders to maintain documentation aesthetic