Touchpoint Transitions

Finds journeys where customers moved between Touchpoints a specific number of times.

Usage Notes

  • in range is inclusive on both sides; that is, in range(3, 5) means >=3 and <=5.

Optional Components

ComponentExample
from keywordfrom touchcpoint='Web'
to keywordto touchpoint='Assisted'

Examples

discover journeys where count of touchpoint transitions from touchpoint=‘Web’ > 2
discover journeys where count of touchpoint transitions to touchpoint=‘Assisted’ in range(2, 4)
discover journeys where count of proposition touchpoint from touchpoint=‘Mobile’ to touchpoint=‘Physical’ > 2