Channel Transitions
Finds journeys where customers moved between channels 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
Component | Example |
---|---|
from keyword | from channel='Outbound' |
to keyword | to channel='Assisted' |