Documentation
Analytics
Simple metrics that show whether people saw, clicked, or dismissed a message.
Core metrics
Impressions: count of render events.Clicks: clicks on actionable elements (anchors/buttons), not dismiss actions.CTR:clicks / impressions.Unique Users: distinct user/session keys on impression events.
Attribution and data source
Snippettext
Attribution modes:
- attributed: all variants have variant-attributed impressions
- mixed: some variants attributed, others message_rollup fallback
- message_rollup: no attributed impressions availableVariant rows use the selected variant ID when available, then fall back to message-level rollup.
Snippettext
coverage = variantImpressions / totalImpressions
where:
- variantImpressions: impressions with variantId
- totalImpressions: all impressions for the messageTrend and range behavior
- Dashboard analytics default to a recent reporting window.
- API reporting windows are capped to protect runtime performance.
- Impression trend series is derived from message and variant events.
- Variant table can still show message_rollup fallback when attribution is incomplete.
Confidence guidance in dashboard
- < 100 impressions: low confidence.
- 100-499 impressions: directional read only.
- 500+ impressions: sufficient for directional winner calls.