Touchpoint Transitions
Finds journeys where customers moved between Touchpoints a specific number of times.
Optional Components
Component | Example |
---|---|
from keyword | from touchpoint='Web' |
to keyword | to touchpoint='Assisted' |
Usage Notes
- in range is inclusive on both sides; that is, in range(3, 5) means >=3 and <=5.