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

ComponentExample
Numeric comparisondelivered >= 2 times
at keyworddelivered at interaction()

Examples

discover journeys where actions(action(id='High Yield Savings')) delivered
discover journeys where actions(action((id='High Yield Savings')) delivered > 2 times
discover 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")