# Email segmentation

> The practice of selecting recipients using shared attributes, consent, lifecycle state, or behavior.

- **Category:** Audience
- **Updated:** July 2026
- **Canonical page:** [https://emailbump.com/glossary/segmentation](https://emailbump.com/glossary/segmentation)

## Definition

Segmentation turns customer data into an audience definition. A segment may use profile fields, subscription state, plan, geography, product events, purchase history, or message activity.

Static lists capture membership at a moment in time. Dynamic segments reevaluate rules as customer data changes. Both require explicit consent and suppression checks at send time.

## Why it matters

Relevant targeting reduces unnecessary volume and makes content, timing, and calls to action fit the recipient’s current state. It also creates cleaner measurement than sending every message to the entire database.

## How it works

1. Define the customer question the audience should answer.
2. Translate it into explicit inclusion and exclusion rules.
3. Preview membership and inspect edge cases.
4. Reevaluate at send time and apply global suppressions.

## Example: A behavior-aware onboarding segment

```text
subscribed_to = product_education
AND signup_at >= now - 14 days
AND first_campaign_sent_at IS NULL
AND account_status = active
EXCLUDE complained, unsubscribed, hard_bounced
```

## Common mistakes

- Building segments from unreliable or undefined fields.
- Forgetting exclusions and suppression scope.
- Creating dozens of tiny segments with no meaningful content difference.
- Using inferred sensitivity or protected characteristics carelessly.

## Key takeaways

- Start with a customer state, not a clever query.
- Document field meaning and freshness.
- Preview the real people entering and leaving the segment.

## Related definitions

- [Email automation](https://emailbump.com/glossary/email-automation.md) — A system that sends or changes email journeys in response to time, customer state, or events.
- [Double opt-in](https://emailbump.com/glossary/double-opt-in.md) — A subscription process that requires a person to confirm control of the submitted email address.
- [List hygiene](https://emailbump.com/glossary/list-hygiene.md) — The ongoing practice of keeping audience permission, reachability, source, and engagement data trustworthy.
- [Click-through rate](https://emailbump.com/glossary/click-through-rate.md) — The percentage of delivered messages that produced at least one tracked link click.

## Related guides

- [Transactional vs. marketing email: what belongs where?](https://emailbump.com/blog/transactional-vs-marketing-email.md) — Understand the difference between product-triggered messages and campaigns—and why they work better together.
- [How to build a welcome series people actually read](https://emailbump.com/blog/welcome-email-series.md) — Turn a new signup into a useful conversation with a focused four-email welcome flow.
