Analysis Types

Reference documentation for all v0Beta Insight Tracker analysis types.

Journium trackers use a structured analysis block that selects one of nine structured analysis algorithms, plus Custom analysis. Each type determines:

  • What queries are compiled against your event data
  • Which template variables are injected into your llm.promptTemplate
  • What computed metrics are surfaced in the insight

Choosing the Right Type

Quick Selection Guide

If you want to…Use type
See where users drop off across an ordered multi-step flowfunnel
Track what fraction of cohorts return at D1 / D7 / D30retention
Measure the aha-moment rate for new usersactivation
Find users who went quiet and are at risk of churningchurn
Know what fraction of active users have adopted a featurefeatureAdoption
Get alerted when a metric spikes or dips anomalouslyanomaly
Compute a simple event-A-to-event-B conversion rateconversion
Compare engagement or revenue across cohort groupscohort
Plot event counts, DAU, or sums over timetrend
Analyze matching events without pre-computed metricscustom

Universal Template Variables

All analysis types inject these variables into llm.promptTemplate:

VariableDescription
{{windowPeriod}}Human-readable description of the analysis window, e.g. "last 7 days"
{{dataAsJson}}Full structured analysis result serialised as JSON
{{executedAt}}ISO 8601 timestamp of when this execution started

Each analysis type also provides its own type-specific variables. See the individual type pages for details.

How is this guide?

Last updated on

On this page