Propositions

Find journeys for customers who interact with a specific Proposition during that journey.

Options

ComponentExample
starting propositionfor customers with starting propositions('/Bank/CC/Silver Card')
ending propositionfor customers with ending propositions('/Bank/Mortgage')

Usage Notes

  • If a starting or ending proposition is specified, MXO filters results based on that proposition being included in the first or last interaction context found within the path/journey.
  • Starting proposition and Ending proposition filters cannot be used, together, in the same query.
  • Combine multiple filters using either an AND or an OR.
  • Ensure values specified for propositions are consistent. For example, do not mix values both with and without a trailing slash (/).

Examples

discover journeys for customers with propositions('/Bank/CC/Silver Card')
discover journeys for customers with starting propositions('/Bank/CC/Black Card')
discover journeys for customers with ending propositions('/Bank/Mortgage')
discover journeys for customers with propositions('/Bank/CC/Silver Card' and '/Bank/CC/Black Card')
discover journeys for customers with propositions('/Bank/CC/Silver Card' or '/Bank/CC/Black Card')