KPI · Move lower

Step-level drop-off

Per-step abandonment rate in a multi-step funnel, with particular attention to the first step after a CTA click.

Friction shows up at specific steps, not only at the final submit. Step-level drop-off identifies which step is doing the damage — usually the first one that asks for personal data or makes the user weigh an option without enough context.

Build the funnel events explicitly (form_step_n_view, form_step_n_submit) so the drop-off is unambiguous; relying on order-of-page-views is fragile.

How patterns use this KPI

PatternHow it's instrumentedWhy it matters there
Affordance Hijackingfunnel exits immediately after close/cancel/discard/consent stepsAccidental loss and surprise produce local drop-off rather than smooth continuation.
Inside-Out DesignFunnel by task step, setup choice, docs exit, credential step, and test-send or completion eventInside-out flows leak users at translation moments where internal choices replace task progress.
Journey-Blocking Consentconsent_prompt_view -> accept / reject / manage / close / exitThe interruption is a funnel step and must be measured as one.
Premature ConversionMulti-step funnel by screen, especially the first step after the CTAFriction shows up at specific steps, not only at final completion.
ScrolljackingFunnel by scroll section, snap panel, list batch, or pinned sceneThe failure often appears at the specific section where native control is lost.