QuickReply.ai Official Documentation
  • Introduction
    • QuickReply.ai
  • Getting Started
    • Installation
      • Install QuickReply on Shopify Store
  • Drip Campaigns
    • Drip Campaigns by QuickReply.ai
  • Templates Guide
    • Creating a standard template for WhatsApp
    • Creating a carousel template for WhatsApp
  • Broadcasts Guide
    • Creating a Broadcast
    • Creating a Broadcast using Carousel Template
    • Broadcasts Reports
    • Recover failed messages in a WhatsApp broadcast
      • How does Smart Utility Fallback Work?
  • Click-to-WhatsApp Ads
  • Two-Factor Authentication Guide
  • Uninstallation / Migration
    • Migrating from WhatApp Business API to WhatApp Mobile Apps
  • Customer profies
    • Export Customer Profiles
  • API Documentaion
    • Sync Contacts to CRM API
    • WhatsApp Chat API
    • Send Template API
    • Trigger Drip Campaign API
    • External CRM Integration
    • Fetch Campaign Messages Stats
    • Browse Abandoned Recovery Integrations
  • WhatsApp Green Tick
    • How to get a Green Tick on your WhatsApp number
  • Analytics
    • Order and Revenue Attribution
    • Google Analytics Report
  • Miscellaneous
    • Types of WhatsApp Messages
    • Quality Ratings & Messaging Limits
    • FAQs
    • Account health and blocking
    • What formats of media / image / video or audio are supported on WhatsApp Business API?
  • Segments Guide
    • Customer Segments
      • Customer Segment Filters
  • WhatsApp Display Name & WhatsApp Profile
    • WhatsApp Display Name
  • Customizations
    • Notifications
  • How to
    • Subscribe to push notifications on browser
    • Enable/Disable different notifications for agents
    • Unblock notifications permission
    • Install QuickReply on Mobile
  • Miscellaneous
    • QuickReply.ai - Data privacy and security
  • Message Template Guidelines
  • Video Tutorials on WhatsApp for E-commerce
  • Quality Ratings and Messaging Limits of WhatsApp Business API
  • Phone number requirements, Business Profile & Migration
  • Phone number and profile Messaging Limits FAQs
  • How to enable Facebook Business verification option
  • How to get Facebook Business Manager verified
  • Language Supported
  • Trusted Domains
  • Integration
  • Chat Widget
  • Channels
  • Team
  • How to Collect WhatsApp Business Opt-Ins for your Shopify Store?
  • FAQ Training
  • Keyword Training
  • How to export leads captured on chat by QuickReply.ai?
  • Merge Fields for WhatsApp Campaigns
  • How to send WhatsApp message using REST API - QuickReply.ai
  • How to share Facebook Business Manager Access to QuickReply.ai
  • What are the media file size limits and aspect ratio in WhatsApp Business API?
  • FAQ Training
  • How to integrate Razorpay for COD-to-Prepaid WhatsApp Campaigns?
  • How to integrate CashFree for COD-to-Prepaid WhatsApp Campaigns?
  • How to integrate PayU for COD-to-Prepaid WhatsApp Campaigns?
  • INTEGRATION
    • Social
      • Instagram DM & Messenger
        • Link Facebook page to Instagram account
        • Enable "Allow access to messages" for Instagram DM
    • Analytics
      • Meta Pixel
      • Google Analytics 4 (GA4)
    • CRM
      • HubSpot CRM
      • Zoho CRM
      • LeadSquared CRM
      • Salesforce
        • How to Enable WhatsApp Chat in Salesforce
        • How to Automatically Create Leads from New Chats and Get Notifications in Salesforce
    • CDP
      • MoEngage
  • FLASH RESPONSES
    • Flash Responses
    • Create Flash Response
    • Using Flash Response
  • FAQs
    • FAQ list
      • WhatsApp Messenger
        • "This business is now working to manage this chat", what does this mean?
      • Media
        • How can I send images as an album in WhatsApp Business API?
      • Blocking/ Unblocking
        • Can I reject or block incoming messages to my WhatsApp number on QuickReply.ai?
        • How to block an end-user from sending and receiving messages from your WhatsApp number?
        • Can users block or report WhatsApp Business API number?
Powered by GitBook
On this page
  • How to create customer segments?
  • Customer Segment Rules
  • Filter names
  • Operators
  • Connectors

Was this helpful?

  1. Segments Guide

Customer Segments

PreviousWhat formats of media / image / video or audio are supported on WhatsApp Business API?NextCustomer Segment Filters

Last updated 2 years ago

Was this helpful?

Customers with similar characteristics can be grouped into customer segments.

How to create customer segments?

  • Go to Campaigns > Segments

  • Choose a template to create a segment or define your own rule to create a segment.

Customer Segment Rules

Customer segments rules are composed of one or more filters. A filter is built using a filter name, an operator, and a value as its components.

Component
Component name

1

filter name

2

operator

3

value

Filter names

A filter name is a criterion that is used to select customers for a customer segment. For example, if you want to select all your customers whose number of orders are more than 1, then you use the number_of_orders filter name.

Operators

An operator is used to define the relationship between the filter name and the value. For example, if you want to create a segment of customers who have placed five or more orders, then you use the operator >= to indicate greater than or equal to. In this case, you would add the value 5, that is, >=5.

The following are examples of other operators:

  • Between: BETWEEN <value1> AND <value2>

  • Is equal to: =

  • Is not equal to: !=

  • Greater than: >

  • Smaller than: <

  • Smaller or equal to: <=

  • Contains this exact value: CONTAINS

  • Doesn't contain this exact value: NOT CONTAINS

Connectors

If you use multiple filters, then you combine them by using the AND and OR connectors. Connectors help you to make the focus of your customer segment as broad or as narrow as you need it to be.

  • The AND connector narrows the focus of your customer segment because a customer must meet all the criteria to be included.

  • The OR connector broadens the focus of your customer segment because a customer can meet any of the criteria to be included, but doesn't need to meet all the criteria.

Using the AND connector

Example - To create a customer segment of repeat buyers which have gone inactive, you can create a segment of people who have placed more than 1 order and have not purchased from you in last 3 months. For such a case, you can use the AND connector to combine the two filters.

Conceptually, this customer segment is the following:

Customers whose last order date was 3 months ago and customers who have placed more than 1 order.

In the editor, the customer segment is the following:

number_of_orders > 1 AND last_order_date <= 90_days_ago

Your customer segment only includes repeat buyers (with more than 1 order) having the last order done 3 months or before. The customer segment doesn't include the following:

  • Customers who have done only 1 order.

  • Customers who have done more than 1 order and have also purchased in last 90 days.

Using the OR connector

Similarly, to create a customer segment that includes customers who have placed five or more orders and have spent a total of more than USD 5000, use the OR connector to combine the two filters.

Conceptually, that customer segment is the following:

Customers who either placed more orders (5 in this example) or customers who have ordered for USD 5000 or more.

In the editor, the customer segment is the following:

number_of_orders >= 5 OR amount_spent >= 5000

Your customer segment includes the following:

  • All your customers who have placed five or more orders irrespective of total amount they have spent

  • All your customers who have spent total of USD 5000, whether or not they have placed 5 order or more

Using both the AND and OR connectors

You can combine several filters using both AND and OR connectors. The best practice is to group your filters using brackets.

If you don't use brackets, then the filters that are combined using AND are applied before the filters that are combined using OR.

Customer segments with brackets

If you want to limit your customer segment to high value customers from USA (who have either spent more than 5000 USD or who have placed five or more orders), then use brackets to build the following customer segment:

(amount_spent >= 5000 OR number_of_orders >= 5) AND customer_countries CONTAINS 'US'

In this case, the OR connector is applied before the AND connector. As a result, your customer segment includes both of the following:

  • your US customers who have spent more than 5000 USD

  • your US customers who have placed five or more orders

Customer segments without brackets

The following customer segment doesn't use brackets:

amount_spent >= 5000 OR number_of_orders >= 5 AND customer_countries CONTAINS 'US'

In this case, the AND connector is applied before the OR connector. As a result, your customer segment includes all the following:

  • your US customers

  • the customers who have spent more than 5000 USD

  • the customers who have placed five or more orders

You can use more than one filter in a customer segment. In this case, you use between each filter. A customer segment that uses multiple filters is built in the following way:

The operators that are available for a filter name depend on which filter name you use. Learn more about which are available for each filter name.

operators
connectors