Action
Find journeys where a specific action was delivered to customers.
Optional Components
Component | Example |
---|---|
Numeric comparison | delivered >= 2 times |
at keyword | delivered at interaction() |
Usage Notes
- You must specify at least one Action. If you cannot, use the Any Action filter instead.
- You can specify multiple Actions, delimited by a comma (,).
Examples
discover journeys for customers with actions(action(id='High Yield Savings')) delivered
discover journeys for customers with actions(action(id='High Yield Savings')) delivered > 2 times
discover journeys for customers with actions(action(id='High Yield Savings')) delivered at interaction(stage="Exploration")
discover journeys for customers with actions(action((id='High Yield Savings')) delivered > 2 times at interaction(stage="Exploration")