Version: 2021.1
Analytics Event limits
Remote Settings

Funnels

Funnels help you track whether players make it through linear sequences in your game. A funnel reveals what percentage of your players make it through each step of the sequence as well as the sequence as a whole. Common sequences to track with a funnel include:

  • First-time user experience — track how new players make it through your on-boarding sequence
  • Game Progression — track how players progress through the major milestones in your game, such as level completion
  • Purchase UI(User Interface) Allows a user to interact with your application. Unity currently supports three UI systems. More info
    See in Glossary
    — uncover impediments to making a purchase

Funnels are based on Standard and Custom events. Unity AnalyticsA data platform that provides analytics for your Unity game. More info
See in Glossary
evaluates each step in a funnel according to whether the defined standard or custom event has been dispatched with the correct parameter values. In order for users to enter and progress through a funnel, they must complete the funnel steps in the precise order those steps appear in the funnel.

Create funnels on your AnalyticsAbbreviation of Unity Analytics
See in Glossary
Dashboard.

*Important: Unity Analytics evaluates the rules defined in a funnel as it processes incoming data. Existing data is not re-evaluated when you create a new funnel. Only data received after you create a funnel appears in the Funnel Analyzer report.

Create a new funnel

Before creating a funnel, you should first:

  1. Add the necessary Standard or Custom EventsCustom events are freeform events that you can dispatch when an appropriate standard event is not available. Custom events can have any name and up to ten parameters. Use standard events in preference to custom events where possible. More info
    See in Glossary
    to your game.
  2. Run your game so that at least one instance of each event is dispatched to the Unity Analytics system. You can perform this step while running your game in the Unity editor.
  3. Wait for Unity Analytics to process the events (about 8–16 hours).

After dispatching at least one instance of the Standard and Custom events that you want to include in the funnel, and waiting until those events are processed, follow these steps to create the funnel rules on the Analytics Dashboard:

  1. On the Unity Analytics dashboard, click Funnel Analyzer.

  2. Click Create Funnel.

  3. Enter a Name and, optionally, a Description for your funnel.

  4. For each step in the linear sequence of events you want to track and analyze:
    1. Click + Funnel Step. (The first two steps are created automatically, since a funnel always requires comparing at least two phases of progression.)
    2. Select the Standard or Custom Event name. Only events that have been dispatched by an instance of your game and processed are listed.
    3. Set rules for the Parameters (optional).
      The parameters dispatched with an event must satisfy the rules you define in order for that player to successfully complete that step in the funnel. If you do not define parameter rules, simply dispatching the event completes the step.
  5. Click Save.

While you are creating the funnel steps, you can use the Delete, Duplicate and Rearrange icons at the top of each step to make changes.

Note: After you’ve clicked Save, funnel steps cannot be modified. However, you can create a copy of the funnel and modify the steps of the copy. The reason for this restriction is that changing the rules of an existing funnel would invalidate any existing data included in that funnel.

Reading a Funnel Analyzer report

The Funnel Analyzer page of your Analytics Dashboard lists the funnels that you have created.

Check the Members column to see how many players have entered the funnel. A Funnel Analyzer report has two sections: the Funnel chart and the Drilldown section, which provides more detailed information about the funnel data.

Funnel conversion chart

The Funnel conversion chart provides an immediate overview of how players have progressed through the sequence of steps tracked by the funnel. Unexpected drop-offs between steps indicate good places to investigate game play, user interface, or other issues that block players from continuing to the next step.

A funnel chart showing overall conversion from step to step
A funnel chart showing overall conversion from step to step

The above example shows an example funnel based on the level_complete event. This example exhibits large drop offs in the early levels. The chart can’t tell you exactly what is wrong – the levels could be too hard, or they could be too easy – but it can reveal good places to look for game-play problems.

Funnel metrics

You can add metrics and segments to the chart to get more detail about what is going on in the funnel. The metrics available include parameters that you included with any of the Standard or Custom Events used by the funnel.

A funnel chart showing level_complete event parameter values for players in the 1-3 Days segment
A funnel chart showing level_complete event parameter values for players in the 1–3 Days segment

Funnel Steps By Date chart

The Funnel Steps By Date chart shows changes of the conversion rate over time. You can display either the overall conversion rate of players entering and completing the funnel, or the conversion rate between individual steps.

A Funnel Steps By Date chart showing conversion between two funnel steps
A Funnel Steps By Date chart showing conversion between two funnel steps

The above example shows a drop-off in conversion near the middle of the reporting period. The conversion rate recovers a few days later. Perhaps an update contained a bug that made it harder for players to complete the step and the bug was fixed in a subsequent update.


  • 2017–08–29 Page published
  • New feature in Unity 2017.1
  • Funnel Dashboard UI changed 2017–09–19
Analytics Event limits
Remote Settings