Interactions
Finds journeys that include a specific number of interactions.
Usage Notes
- in range is inclusive on both sides; that is, in range(3, 5) means >=3 and <=5.
- If a specific interaction context is included in the query, product filters results based on the number of occurrences of that context found within the path/journey.
Optional Components
Component | Example |
---|---|
at keyword | count of interactions at interaction() |
Examples
discover journeys for customers with count of interactions > 1
discover journeys for customers with count of interactions in range(3, 4)