Funnels

You can build funnels in the Hypertune UI to:

Structure

A funnel is composed of a sequence of steps.

Each step can be an:

  • Event, e.g. Sign up

  • A/B test exposure, e.g. New editor test

  • Machine learning loop exposure, e.g. Landing page personalization loop

Once you add steps, the funnel will show you how many unique users completed the first step. Then out of those, how many went on to do the second step. Then out of those, how many went on to do the third step, and so on. So each step shows you how many users from the previous step completed the action associated with the current step.

For example, you can build a funnel with the following steps:

  1. Event: Page view

  2. Event: Sign up

  3. Event: Upgrade

This lets you see drop-off rates between each step of your onboarding funnel.

Breakdowns and segments

Each step can be broken down by features attached to the event, A/B test or ML loop.

For example, if you logged a utm_source feature with the Page view event, you can add this as a breakdown to the first step in the example above, to get a segment for each value of utm_source.

Breakdowns are carried through to all the following steps in the funnel so you can see drop-off rates for each segment.

A/B test and ML loop steps can also be broken down by their dimensions, to get a segment for each arm of the dimension.

For example, you can build a funnel with the following steps:

  1. A/B test exposure: New headline test

  2. Event: Sign up

  3. Event: Upgrade

You can break down the first step by the dimension of the A/B test to compare the conversion rate, in terms of sign ups and upgrades, for the Test arm and the Control arm.

Multiple breakdowns can be added to each step or across different steps in the funnel, and you'll get a segment for each unique combination of feature values and dimension arms.

Last updated