List Management

Advanced Segmentation Strategies

January 01, 2026 2 min read 2,232 views Guide

Why Segment?

Segmented campaigns get 14.31% higher open rates and 100.95% higher click rates than non-segmented campaigns (Mailchimp benchmark data).

Segment Types

Engagement-Based

  • Active: Opened or clicked in last 30 days
  • Engaged: Opened 3+ emails in last 90 days
  • At-risk: No opens in 60-90 days
  • Inactive: No opens in 90+ days

Demographic

  • Location (country, state, city)
  • Language preference
  • Job title / industry
  • Company size

Behavioral

  • Purchase history (buyers vs non-buyers)
  • Content preferences (which links they click)
  • Signup source (form, import, API)
  • Tags (VIP, trial, enterprise)

Building Segments in AcelleMail

Combining Conditions

Segment: "High-Value Active Subscribers"
Rules:
  - opened_count > 5  (last 90 days)
  - AND has_tag = "customer"
  - AND country = "US"

Dynamic vs Static Segments

  • Dynamic: Auto-updates as subscriber data changes (recommended)
  • Static: Frozen at creation time (useful for one-time campaigns)

Practical Segment Examples

"Win-Back" Segment

last_opened > 60 days ago
AND subscription_date < 6 months ago
AND NOT has_tag "unsubscribed"

"VIP Customers" Segment

has_tag "purchased"
AND open_count > 10 (all time)
AND click_count > 5 (all time)

"New Subscribers" Segment

subscription_date within last 14 days
AND NOT has_tag "welcomed"

Tips

  1. Start with 3-5 core segments, not 50
  2. Name segments clearly (avoid "Segment 1")
  3. Review segment sizes monthly
  4. Automate segment-based workflows
  5. Use engagement segments for warmup targeting
A

AcelleMail Team