Actions (delivered)
Find journeys where a specific action was delivered to customers.
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 (,).
Optional Components
| Component | Example |
|---|---|
| Numeric comparison | delivered >= 2 times |
| at keyword | delivered at interaction() |
Examples
discover journeys where actions(action(id='High Yield Savings')) delivereddiscover journeys where actions(action((id='High Yield Savings')) delivered > 2 timesdiscover journeys where actions(action((id='High Yield Savings')) delivered at interaction(stage="Exploration")discover journeys where actions(action((id='High Yield Savings')) delivered > 2 times at interaction(stage="Exploration")