Stage Skips
Find journeys where customers moved from one lifecycle stage to another, skipping an intermediate lifecycle stage, a specific number of times.
Usage Notes
- in range is inclusive on both sides; that is in range(3, 5) means >=3 and <=5
Find journeys where customers moved from one lifecycle stage to another, skipping an intermediate lifecycle stage, a specific number of times.