Dormant Periods
Finds journeys where customers had a specific number of dormant (inactive) periods. By default, an inactive period lasts for 24 hours.
Optional Components
Component | Example |
---|---|
at keyword | count of dormant periods at interaction( |
Usage Notes
- in range is inclusive on both sides; that is, in range(3, 5) means >=3 and <=5.
Examples
discover journeys for customers with count of dormant periods > 1
discover journeys for customers with count of dormant periods in range (1, 3)