Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

A flow represents the path of actions taken by your actors. You can view the discovery paths of all actors simultaneously, and study the events of an individual path. You can also analyze a sequence of events for a particular /wiki/spaces/LEXICON/pages/1302331425 at a granular level. Flows let you track trends and project user behaviors over time.

Overview

This article demonstrates how to create a flow showing users who completed a set of steps over a specified period of time. This article then shows how to use the flow to show actor paths and determine:

  • the events leading up to success,

  • the events leading up to failure, and

  • the steps completed by a single segment.

Creating a flow

Among their many uses, flows help you analyze actor engagement, conversion, and path discovery. This section demonstrates how to create a flow that shows the paths for users who purchased a movie. 

To create a basic flow, do the following:
  1. In the Scuba UI, click Data in the left navigation bar.

  2. Click the Flows tab.

  3. Choose a dataset from the dropdown list at the top of the window. We chose the movies dataset for our example. The options available to you will reflect your data.

  4. In the top right corner of the window, click +New Flow.

  5. Enter a name for the flow at the top of the page.

  6. In the Definition tab, select an Actor from the drop-down list. We chose user for our example.

  7. Enter a descriptive name for Step 1 and select a filter from the drop-down menu. We entered Anything for the name and accepted the default filter all events

  8. Enter a descriptive name for Step 2 and select the appropriate filter options from the dropdown lists. We entered Purchase Confirmed and filtered to events with action that matches purchase_confirmed. See Understand flow definition conditions in the User's Guide for more information.

    1. Optional: Adding additional flow steps.

  9. To end the flow after only two steps, click the minus sign next to the third (empty) step, and scroll down to Global Rules.

    1. Select end flow from inactivity and enter or select a time interval.
      Enter or select an end flow for max total time option.

  10. Specify Filtered to values if you want to /wiki/spaces/LEXICON/pages/1302430148 your flow steps, or accept all events.

  11. Click GO to preview the flow. The results appear in the window on the right. In our example results, note that the gray bar denotes the number of times users dropped off before reaching the Purchase Confirmed step within 30 minutes of activity. It follows that only the smaller line on the bottom denotes the number of times a user confirmed a purchase within 30 minutes.

    1. Optional: Split by an additional quantity to compare user paths leading to a movie purchase. In the results pane, next to Split by Flow Path, click + to access the dropdown. In our example, we select action.

Showing paths

Prerequisite: Successfully create a flow to generate results.

To analyze flow results, navigate to a flow visualization, such as the one we created above. Then:

  1. Hover over a path to view its details in a tooltip

  2. Hover over the vertical bar for each step to view that step’s details

The drop-off for a step (that is, the population of flow instances that did not reach the step) is indicated by a gray bar. The population that did reach that step is indicated by a bar color that matches the overall flow path. The smaller population, whether unsuccessful or successful at reaching the step, is displayed on the bottom.

Modifying a flow

Prerequisite: Successfully create a flow to generate results.

  1. To modify an existing flow, navigate to the flow by clicking on Data in the left sidebar, then selecting Flows.

  2. Find your flow by scrolling or searching the list, and click on it to go to the Data Model page.

  3. From here, make any desired changes to your flow, including adding/removing steps or filters, editing the description, or sharing your flow with other users.

What's Next

  • No labels