pex

Activation

Activation measures how effectively new signups become engaged users. For product-led businesses, activation is the critical middle step between "signed up" and "paying customer" — and it's where most drop-off happens.

What Activation Tracks

The activation dashboard answers three questions:

  1. What percentage of signups actually activate? — The activation rate
  2. How long does activation take? — Time-to-activate distribution
  3. Is activation improving over time? — Week-over-week cohort trends

The Activation Funnel

Apex builds a three-stage activation funnel from your contact and event data:

Sign-ups → Active → Activated
  • Sign-ups — All contacts created in the period
  • Active — Contacts who have triggered at least one custom event (product usage) or have been marked with an activatedAt timestamp
  • Activated — Contacts whose lifecycle stage has reached activated, customer, or expanded, or who have an activatedAt timestamp

The activation rate is the percentage of signups that reach the Activated stage.

Cohort Analysis

The dashboard groups signups by the week they joined and tracks what percentage of each cohort activated. This shows whether your activation rate is improving, degrading, or stable over time.

A rising activation trend often means your onboarding, documentation, or product experience is getting better. A declining trend signals friction worth investigating.

Time to Activate

A histogram shows how long it takes signups to activate — broken into buckets (Day 0, Day 1, Days 2–3, etc.). This helps you understand:

  • Are most activations happening on Day 0? Your onboarding flow is working well.
  • Is there a long tail? Users need more time or nudging to reach the activation moment.
  • Is there a cliff after Day 1? Users who don't activate quickly may need re-engagement.

Lifecycle Distribution

A breakdown of all signups by their current lifecycle stage (visitor, signup, activated, customer, expanded, churned, or unknown). This gives you a snapshot of where your user base sits in the journey.

When to Use Activation

Activation is most relevant for:

  • Self-serve and hybrid conversion models where users sign up and must demonstrate engagement before converting
  • Products where there's a meaningful difference between "has an account" and "is getting value"

For sales-assisted models, activation is de-emphasized in the sidebar since the funnel flows through MQL → SQL → Opportunity rather than product adoption milestones.

Info

Your conversion model controls whether Activation appears as a primary, secondary, or hidden navigation item. Self-serve models emphasize it; sales-assisted models may hide it.

Data Requirements

Activation tracking requires:

  • Contacts with createdAt timestamps (automatic when contacts are created)
  • Custom events from the SDK or snippet (to detect product usage)
  • Lifecycle updates — contacts should progress through lifecycle stages as they engage

The richer your event data, the more accurate activation tracking becomes.

Next Steps