String Fields
Smart Lists are probably the single most important thing to learn in Marketo. They are extremely powerful and flexible. Their sole purpose is to define a group of people. Knowing how to use Marketo smart list filters and their operators will ensure you capture the exact group of people you need.
An operator is part of the smart list that lets you get specific, narrowing down your group with clearly defined criteria. It lets you describe your filter or trigger in straight-forward language.
The available operators are different depending on the type of field you are using. This article will cover smart list string fields, its operators and how to use them to get exactly what you need.
A String field supports up to 255 characters and stores them all on a single line. A few examples of string fields are:
All string field filters have the following operators to help you define your smart list criteria:
Operator | Definition |
Is | Exact match (not case sensitive) |
Is not | Anything EXCEPT exact match |
Starts with | First letters of string match |
Contains | Any letters together in the string match |
Not contains | No letters together in the string match (opposite of contains) |
Is empty | No value (NULL) |
Is not empty | Records with ANY value |
Knowing what operator to use to get the group of people you want is imperative. Operators directly impact smart list result. If you’re not careful, the wrong operator will include incorrect leads or exclude vital leads in your smart list.
Below is a table to help you decide what string field operator to use when to use and an example of the results:
Operator | When to use | Example Results with Job Title Field |
Is | Use when you need only exact criteria | Is “Manager” will return leads only with this title.Leads with titles such as “Senior Manager”, “Marketing Manager” or “managing” will be excluded from results. |
Is not | Use when you need to exclude specific criteria | Is not “Manager” will return leads who do not have this exact match.Leads with titles such as “Senior Manager”, “Marketing Manager” or “managing” will beincluded in results. |
Starts with | Use when you want a group of people who have similar first letters in a string field. Best used in fields that don’t have a lot of variation. | Starts with “Marketing” will return leads who have this in the first letters of their job title.Leads with titles such as “Marketing Director”, “Marketing Associate” will beincluded. “Chief Marketing Officer” and “Director of Marketing” will be excluded. |
Contains | Use when you need a group of people who have similar letters anywhere in a string field | Contains “marketing” will return leads who have this anywhere in their job title.Leads with titles such as “Marketing Director”, “Marketing Associate”, “Chief Marketing Officer” and “Director of Marketing” will all be included. |
Not contains | The opposite of Contains. Use this when you need to exclude a specific criteria. | Not Contains “Accounting” will return ALL leads that do not have this in their job title. |
Is empty | Returns only fields who are empty (NULL). | Is Empty will return only leads who do not have a job title listed on their account. |
Is not empty | The opposite of “is empty”. Returns all leads who have any value in this field. | Is not Empty will return ALL leads who have a value listed. |
Still having trouble with your smart list results? Contact us for assistance with a custom solution.
Related How Tos:
Marketo Fields: How to Translate Checkbox Fields Into Text Using Formula Fields