Captured Value
Finds journeys based on whether or not a customer has a value captured for an attribute. This can be either of the following:
- Any value.
- A specific value.
Optional Components
Component | Example |
---|---|
deviceOS keyword | deviceOS= Android |
deviceType | _deviceType=_Smartphone |
touchpoint keyword | touchpoint= CallCenter |
in date keyword | in date(#NOW , - 30 days) |
Usage Notes
- Combine multiple filters using either an AND or an OR.
- Supports a full boolean tree, separated by parentheses.
Examples
discover journeys for customers with captured value ("Recognized customer")
discover journeys for customers with captured value("Recognized customer" and deviceOS="Android")
discover journeys for customers with captured value("request_mobile_number" and deviceType="Smartphone")
discover journeys for customers with captured value("SFDC Key" and touchpoint="CallCenter")
discover journeys for customers with captured value("utm_campaign" contains 'pma_spring_offer' and in date(#NOW , - 7 days))