What counts as a lifecycle stage?
A lifecycle stage answers one question: how far along is this customer? A common model runs lead, activated, active, at-risk, churned, but the right set depends on the product — an e-commerce store might track first-time and repeat buyers, a B2B SaaS might add trial and expansion. What makes something a stage rather than a tag is exclusivity and order: each customer holds exactly one stage, and the stages sit on a rough timeline from first touch to churn.
How is a lifecycle stage assigned?
In most platforms, stages are computed from events and attributes rather than set by hand. A signup event creates a lead; completing the key activation action promotes them; a stretch of silence demotes them to at-risk. Under the hood this is usually implemented with dynamic segments — rules re-evaluated on every event — so a customer's stage moves in both directions automatically, with no spreadsheet to maintain.
Why it matters for a small team
Stage-based messaging is the cheapest personalization available. A two-person team cannot write a bespoke message per user, but it can write one good sequence per stage: onboarding for new signups, a nudge for at-risk accounts, a win-back offer for churned ones. Stages also double as a compact health dashboard — if at-risk is growing faster than active, you know where to look. For building the sequences themselves, see lifecycle marketing for startups.
What does a typical stage model look like?
| Stage | Typical entry rule |
|---|---|
| Lead | Signed up or subscribed, but has not completed the activation event yet |
| Activated | Completed the key first action — the one your activation rate measures |
| Active | Used the product within your recency window, often 14 or 30 days |
| At-risk | No meaningful activity for a defined period, for example 21 days |
| Churned | Canceled, or inactive past the cutoff your churn rate counts |