Tags
Tags are labels you attach to contacts. They drive campaign targeting, task board population, and help you segment your book of business. There are two kinds: static (simple labels you assign manually) and dynamic (smart filters that auto-assign contacts based on conditions you define).
Getting there
Section titled “Getting there”Open Tags from the main admin area. You’ll see all your tags in either a List or Word Cloud view. Click the + button to create a new tag.
You can also view and manage a specific contact’s tags from the Tags panel on any contact record.
Static tags
Section titled “Static tags”A static tag is a simple label. You create it, give it a name and description, then manually assign it to contacts.
When to use static tags: Any time you need a human-curated grouping — VIP clients, referral sources, “needs follow-up,” seasonal campaigns, or any category that doesn’t follow a data pattern.
Creating a static tag
Section titled “Creating a static tag”- Click the + button on the Tags admin page.
- Select the Simple tab (this is the default).
- Enter a Name and Description.
- Click Save.
Assigning static tags to contacts
Section titled “Assigning static tags to contacts”- Open a contact record.
- Click the Tags panel at the bottom of the record.
- Click any tag to add or remove it. Selected tags appear highlighted.
- Click Save to apply your changes.
Dynamic tags
Section titled “Dynamic tags”A dynamic tag uses a query to automatically find and tag matching contacts. When the conditions match, contacts are tagged without any manual action. When they stop matching, they’re untagged.
When to use dynamic tags: Any time you need a segment defined by data — “all contacts with an auto policy,” “contacts not contacted in 90+ days,” “commercial clients in Texas,” or “contacts under age 30 with no health policy.” If you can describe the rule, a dynamic tag can enforce it.
Creating a dynamic tag
Section titled “Creating a dynamic tag”- Click the + button on the Tags admin page.
- Select the Dynamic tab. The dialog expands to show the query builder.
- Enter a Name and Description.
- Build your conditions in the query builder (see below).
- Click Save. The tag enters a Pending state while Traise evaluates contacts against your conditions. This can take a few moments depending on how many contacts you have.
The query builder
Section titled “The query builder”The query builder is a visual tool for defining conditions. Each condition has three parts: a field, an operator, and a value.
Available fields
Section titled “Available fields”You can filter on a wide range of contact data:
| Category | Fields |
|---|---|
| Contact info | First Name, Preferred First Name, Last Name, Company Name, Employer Name, Occupation, DOB, Age, Military Status |
| Co-applicant | Co-Applicant First Name, Preferred First Name, Last Name, Occupation, DOB, Age, Military Status |
| Address | Type (Physical / Mailing / Previous / Other), County, City, State, Zip Code |
| Policy | Type (Auto, Home, Health, Life, Commercial, etc.), Company, Enrolled Via, Effective Date, Issue Date, Term Date |
| Dependents | First Name, Last Name, Relationship, Gender, DOB, Age, Good Student |
| Referral | Referred On (date), Referred Via |
| Activity | Length of Service (days), Last Contacted (days) |
| Tags | Tag Name (match contacts that already have a specific tag) |
Operators
Section titled “Operators”Each field type supports different operators:
- Text fields: Equal, Not Equal, Like (contains), Not Like, Is Empty, Is Not Empty
- Number fields: Equal, Not Equal, Less Than, Less Than or Equal To, Greater Than, Greater Than or Equal To, Between
- Date fields: Equal, Not Equal, Less Than, Greater Than, Between
- Select fields: Equal, Not Equal
Building complex conditions
Section titled “Building complex conditions”You can combine multiple conditions with AND / OR logic:
- AND — all conditions must be true (e.g., “has auto policy AND lives in Texas”)
- OR — any condition can be true (e.g., “age under 25 OR good student dependent”)
You can also nest groups — an AND group inside an OR group, or vice versa — to build layered logic.
Practical examples
Section titled “Practical examples”“Auto policy clients”
- Field: Policy → Type
- Operator: Equal
- Value: Auto
“Contacts not reached in 90 days”
- Field: Last Contacted (days)
- Operator: Greater Than
- Value: 90
“Texas commercial clients with policies expiring soon” (AND group)
- Address → State = “TX”
- AND Policy → Type = Commercial
- AND Policy → Term Date < (a date 60 days from now)
“Young drivers or good students” (OR group)
- Age < 25
- OR Dependents → Good Student = Yes
How dynamic assignment works
Section titled “How dynamic assignment works”After you save a dynamic tag, Traise evaluates your query against all contacts. The tag shows a Pending status (spinning icon) while this runs. Once complete, the tag chip displays the count of matched contacts.
Dynamic tags re-evaluate automatically when contact data changes. You don’t need to re-run anything manually.
Tags and campaigns
Section titled “Tags and campaigns”Tags are the primary way to target blast campaigns and drip campaigns. When you create a campaign and choose “Select by Tags,” you pick one or more tags — the campaign sends to every contact with those tags.
This is where dynamic tags become especially powerful: create a dynamic tag like “auto policy renewal within 60 days,” then point a campaign at it. As contacts enter and leave the window, the campaign audience updates automatically.
Core vs. tenant tags
Section titled “Core vs. tenant tags”You may notice some tags that can’t be deleted. These are core tags — system-managed labels that Traise uses internally. Tags you create are tenant tags and can be freely edited or deleted.
- Use clear, descriptive tag names — the color is auto-generated from the name, so renaming a tag changes its color.
- Dynamic tags can reference other tags in their conditions (e.g., “has tag ‘VIP’ AND last contacted > 60 days”).
- The word cloud view on the admin page sizes tags by how many contacts they have — useful for spotting your largest segments at a glance.
- If a dynamic tag shows “Pending” for a long time, the query may be matching a very large number of contacts. This is normal for broad conditions.