Decision Split
The Decision Split component in Canvas allows you to deliver personalized, real-time experiences for your users.
This component can be used to create Canvas branches based on whether a user matches a query.
Create a decision split
To create a decision split in your workflow, first add a step to your Canvas. Drag and drop the component from the sidebar, or click the plus button at the bottom of a step and select Decision Split.
Define your split
How do you want to split your users? You can use segments and filters to draw the line. Essentially, you’re creating a true
or false
query that will evaluate your users and then funnel them to one step or another. You must use at least one segment or one filter. You do not need to use both a segment and a filter.
By default, segments and filters for a Decision Split component are checked right after receiving a previous step, unless you add a delay.
Use your split
Using a decision split can help you distinguish paths for your users based on their segment or their attributes, even whether they use certain messaging channels to receive your messages!
Let’s say that you’re creating an onboarding flow. You might start with a welcome email upon signing up. Then, two days later, you want to send a push message, but only to users who are push enabled. After that, all users get another email three days after they signed up. You could also use your decision split to send an in-app message to users who don’t have push enable to encourage them to enable push.
If there is no step following one of the paths, users who go down that path will exit the Canvas.
A decision split cannot have full step sibling steps. In other words, you can’t create a full step that branches into a filter step and a full step. This restriction exists because if there was a branch with a filter step and a full step, it wouldn’t be clear which branch users would go down.
A filter step can only connect to one next step.
Analytics
Refer to the following table for descriptions of analytics for this step:
Metric | Description |
---|---|
Entered | The total number of times the step has been entered. If your Canvas has re-eligibility and a user enters a Decision Split step twice, two entries will be recorded. |
Yes | The number of entries that met the specified criteria and proceeded down the “yes” path. |
No | The number of entries that did not meet the specified criteria and proceeded down the “no” path. |