Interactions

Finds journeys that include a specific number of interactions.

Usage Notes

  • in range is inclusive on both sides; that is, in range(3, 5) means >=3 and <=5.
  • If a specific interaction context is included in the query, MXO filters results based on the number of occurrences of that context found within the path/journey.

Options

ComponentExample
at keywordcount of interactions at interaction()

Examples

discover journeys where count of interactions at interaction (stage = 'Awareness') > 1
discover journeys where count of interactions at interaction (stage = 'Enrollment') in range(2, 4)