title_filters when you need multiple prioritized filter strategies.
Waterfall tries filters in the provided order until it reaches the requested
limit.Guidance
- Put highest-value persona first.
- Keep filter names human-readable for debugging.
title_lists — exact title matching
Usetitle_lists when you have a curated set of exact titles rather than a boolean expression. Each entry in titles is matched exactly against the contact’s title.
title_filters.
title_filters vs title_lists
title_filters | title_lists | |
|---|---|---|
| Matching | Boolean / keyword expression | Exact title string |
| Flexibility | High — catches variations | Low — must match precisely |
| Best for | Broad persona targeting | Known, controlled title sets |
title_filter, title_filters, or title_lists is used per request — they are mutually exclusive.