FROM

A FROM filter splits the journey on each occurrence of the starting context you specify in your query.

Example Query

TB - from query

Splitting Process

StepDescription
TB - Badge 1Find the first non-Web interaction.
TB - Badge 2Mark the interaction immediately before that as the start of the journey.
TB - Badge 3Find the next Web interaction
TB - Badge 4Mark the interaction immediately before that as the end of the first journey.
TB - Badge 5Continue process to the end of the journey.
Note:

Usage Notes

  • MXO processes a FROM filter, used alone without a corresponding TO filter, as a FROM > TO EACH LAST.
  • When using a FROM filter, MXO always looks for the narrowest pair of corresponding interactions.

TB - from example

Results

In this example, you end up with four customer journeys based on the specified filter criteria.

Use Case 1

Initial Question

What is the impact on a customer when they receive a newly deployed Action on the Web channel suggesting they install a brands mobile app?

Query

FilterQuery Parameters
FROMChannel = Web Action ID = Install Mobile App
discover journeys from action(channel="web" id="Install Mobile App")

Analysis

  • How many customers eventually go to their mobile device after receiving the Action on the web?
  • How many interactions are between receiving the Action and installing the app?
  • How long does it take between receiving the notification and installing the app?

Use Case 2

Initial Question

I want to better understand the behavior of customers who installed the mobile app on iOS devices.

Query

FilterQuery Parameters
FROMActivity Type = Install Mobile App Device OS = iOS
discover journeys from interaction(activity="Install Mobile App" deviceOS="iOS" )

Analysis

  • Are those customers/visitors using the mobile device more than other touchpoints?
  • How many of those customers required assistance after the install?

Use Case 3

Initial Question

How effective is the onboarding process for iPhones?

Query

FilterQuery Parameters
FROMStage = Purchase Activity Type = Device Activated Proposition = iPhone
discover journeys from interaction(stage="Purchase" activity="Device Activated" proposition="iPhone")

Analysis

  • How long does it take for customers to start using the device?
  • How often do they require assistance after device activation?
  • What is the most common activities they engage in immediately after device activation?
  • What other products do they show interest in?