Creating A New Filter

To create a new filter, follow these steps:

  1. Select "Project" and click "List Master".
  2. Select "Filters" and click "New Filters".
  3. Enter a descriptive name for the filter.
  4. Click "Add Field" and choose a "Category" to filter by.
  5. Select an "Equation" to define the filter criteria.
  6. Enter the desired "Value" for the filter.
  7. Click "Save Filter" to apply the new filter.

Example 1:
Category = last_opened
Equation = greater than
Value = 3 days
This will filter the master list to include only email addresses where the recipient opened the last email more than 3 days ago.

Example 2:
Category = active
Equation = equal to
Value = 1
This will filter the master list to include only active (subscribed) email addresses.

Note that there are two types of filter values - number of days, and numeric values specific to each category. The available categories and equations are listed below:

Categories:

  • lr_id: Unique ID number
  • created: Record creation date
  • updated: Last update date
  • active: Subscription status (1 = subscribed, 0 = unsubscribed)
  • bounced: Bounce status
  • last_sent: Last sent date
  • last_bounce: Last bounce date
  • last_link_clicked: Last link click date
  • last_delivered: Last delivery date
  • last_opened: Last open date
  • last_unsubscribed: Last unsubscribe date
  • last_spam: Last spam date
  • thephone: Phone number
  • email: Email address
  • fname: First name
  • lname: Last name
  • company: Company name

Equations:

  • equal to
  • not equal to
  • ending
  • beginning
  • greater than
  • less than