Email Marketing

Advanced Email Segmentation in Marketing Cloud Next

Basic segmentation identifies who to send to. Advanced segmentation identifies exactly the right people at exactly the right moment — using multi-object conditions, behavioural signals, and Data Cloud calculated attributes.

PPardive TeamJune 26, 20268 min read

Standard segmentation — filter by job title, filter by industry, filter by company size — is table stakes. Every marketing automation platform can do it. What Marketing Cloud Next's Data Cloud segmentation enables that most platforms cannot is sophisticated multi-condition targeting that crosses object boundaries, incorporates behavioural data, and uses computed attributes.

This guide covers the advanced segmentation techniques that separate programme-level thinking from basic list building.

Multi-Object Segmentation

Data 360 Segments can query conditions across multiple related Data Cloud objects in a single segment, connected by configured object relationships.

Example: Target VP Marketing at enterprise accounts with active pipeline and recent web engagement

Unified Individual conditions:
- Job Title contains "VP Marketing" OR "Chief Marketing Officer"
- Email Consent Status = Opted In

Account conditions (via Individual → Account relationship):
- Industry = Financial Services OR Technology
- Employee Count > 500

Opportunity conditions (via Individual → Opportunity Contact Role → Opportunity):
- NOT EXISTS (open Opportunity where Stage is Prospecting through Negotiation)
  [i.e. no active sales cycle]

Website Engagement conditions:
- Page Category = Enterprise Features OR Pricing
- Event Date within last 14 days

This segment identifies exactly the contacts most likely to convert from a demand generation campaign: senior marketing decision-makers at large companies in relevant industries, not currently in an active sales conversation, who have recently shown buying intent signals on the website.

Creating this segment in most legacy marketing automation platforms would require multiple manual steps (export from CRM, import to MAP, cross-reference web analytics). In Marketing Cloud Next with Data Cloud, it is a single segment with four condition groups joined by AND logic.

[Screenshot: Data 360 Segment builder showing multi-object conditions]

The Data 360 Segment builder showing four condition groups: Unified Individual (job title, consent), Account (industry, size), Opportunity (NOT EXISTS for active opportunity), and Website Engagement (pricing page visit, last 14 days) — all joined with AND logic, segment count preview showing 214 matching individuals

id: multi-object-segment-builder
Data 360 Segment builder showing multi-object conditions

Behavioural Segmentation with Website Engagement

Website Engagement data enables segmentation based on what contacts have actually done — not just who they are.

High-value behavioural segments:

Pricing intent segment: Contacts who visited the pricing page in the last 7–30 days. High commercial intent. Use as a trigger for accelerated outreach or as an enrichment condition to prioritise within a larger segment.

Content category affinity: Contacts who have visited pages in a specific product category (e.g. Enterprise Features, Security, Integrations) more than 3 times in the last 30 days. Indicates deep interest in a specific topic area. Use to route into topic-specific nurture tracks.

Re-engagement signal: Contacts who were previously inactive (no email open in 60 days) but recently visited the website (web visit in last 7 days). This is a re-engagement trigger — the contact has self-selected back to interest.

Feature adoption gap: For SaaS companies with product usage data: contacts whose accounts are using Core features but have not accessed Advanced features. Use as a trigger for expansion marketing.

[Screenshot: Segment using website engagement events for behavioural targeting]

A Data 360 Segment showing three Website Engagement conditions: Event Type = Page Visit AND Page Category = Enterprise Features AND Event Date is within last 30 days — the segment count showing 347 contacts with this qualifying behaviour

id: behavioural-segment-web-events
Segment using website engagement events for behavioural targeting

🔑 Key Concept

Behavioural segments are only useful when the Website Engagement data is connected and categorised. Before investing in behavioural segmentation design, confirm: (1) the MCN tracking script is deployed on your website, (2) page categories are configured in the Website Engagement setup, and (3) the website engagement data stream is active and ingesting events. Without these, behavioural segments will show zero counts regardless of how the conditions are configured.

Engagement Score Tier Segmentation

Engagement scoring assigns a numeric score to each Unified Individual based on their interaction history with your marketing. Engagement score tiers create natural audience prioritisation layers.

Recommended tier definitions for B2B:

| Tier | Score Range | Meaning | Action | |---|---|---|---| | Hot | 75–100 | Recent, frequent, high-quality engagement | Prioritise for SDR follow-up and accelerated conversion sequences | | Warm | 40–74 | Regular engagement, not yet conversion-ready | Standard nurture programme | | Cool | 10–39 | Occasional or declining engagement | Lighter-touch re-engagement programme | | Cold | 0–9 | No meaningful engagement | Re-activation or suppression consideration |

Create four segments — one per tier — using the Engagement Score field on the Unified Individual. Use these segments:

  • As entry conditions for tier-appropriate flow types
  • As branch conditions within flows (route Hot contacts toward a faster conversion path)
  • As suppression conditions (exclude Cold contacts from resource-intensive campaigns)

[Screenshot: Engagement score tier segmentation for priority audience identification]

Four segment previews showing the tier distribution: Hot (score 75-100): 284 contacts (6.8%), Warm (40-74): 1,247 contacts (29.9%), Cool (10-39): 2,108 contacts (50.5%), Cold (0-9): 531 contacts (12.7%) — with a note that the database has historically strong mid-tier concentration

id: engagement-score-segment-tiers
Engagement score tier segmentation for priority audience identification

Calculated Insight Segmentation

Calculated Insights are computed attributes in Data Cloud — custom values derived from raw data through SQL-like expressions. They can be used as segment conditions just like standard fields.

Advanced segmentation using Calculated Insights:

Account engagement density: "Number of contacted individuals at this account who have engaged in the last 30 days / total contacts at this account." High density = the account is broadly interested (ABM trigger). Low density with one active contact = individual champion without account-wide interest.

Content progression score: "Number of distinct content categories visited by this contact." A contact who has visited product, pricing, case studies, and ROI calculator pages has a high progression score — they are conducting thorough research.

Campaign saturation index: "Number of unique campaigns this contact has received in the last 90 days." Use this to identify over-contacted contacts before adding them to another campaign. Contacts with high saturation scores should be excluded from new non-priority campaigns.

Suppression Segment Architecture

Well-designed suppression is as important as well-designed targeting. Sending to the wrong people — active customers with a problem, contacts in an active sales cycle, recently unsubscribed contacts — produces unsubscribes, sales team friction, and reputational damage.

A layered suppression architecture:

Layer 1 — Consent suppression (automatic): Data Cloud automatically excludes Unified Individuals with opted-out Contact Point Email records. This is built-in and non-configurable — do not rely on it as your only suppression.

Layer 2 — Active sales cycle suppression: Exclude contacts where an Opportunity exists in a sales-active stage (Qualification through Negotiation). These contacts should only receive sales-directed communication, not marketing campaigns.

Layer 3 — Active campaign suppression: Exclude contacts currently enrolled in another active campaign flow. This prevents over-emailing and audience overlap.

Layer 4 — Recent send suppression: Exclude contacts who received any campaign email in the last N days. The value of N depends on your programme cadence — typically 7–14 days for B2B.

[Screenshot: Suppression segment architecture showing exclusion layers]

A segment builder showing an entry segment for a new demand gen campaign with four suppression conditions added as NOT EXISTS or exclusion rules: NOT (opted out), NOT (open Opportunity), NOT (in another active flow), NOT (received any email in last 7 days) — the combined suppression reducing the starting audience from 4,200 to 2,847 qualifying contacts

id: suppression-segment-architecture
Suppression segment architecture showing exclusion layers

Implement all four suppression layers as explicit conditions on every campaign segment — do not rely on memory or separate suppression list management.

Advanced Segmentation Debugging

When a segment produces an unexpected count, use this diagnostic sequence:

  1. Start with the broadest possible segment (all Unified Individuals with non-null email) and verify the count is your approximate database size
  2. Add conditions one at a time and note how much each condition reduces the count
  3. Identify the condition that reduces count more than expected — this is likely either too restrictive or incorrectly configured
  4. Check field values — are the values in the condition matching the actual field format in Data Cloud? (Case sensitivity, whitespace, enum value format)
  5. Check the relationship — for multi-object conditions, verify the relationship between the objects is correctly configured in the Data Model

Summary

Advanced email segmentation in Marketing Cloud Next uses Data Cloud's multi-object query capability, Website Engagement behavioural data, Engagement Score tiers, and Calculated Insights to produce targeting precision that legacy platforms cannot match. The investment is in data model quality and relationship configuration — the segment builder itself is flexible once the foundation is in place.

Layer suppression conditions on every segment as a routine practice, not an afterthought. A well-targeted segment with proper suppression produces better campaign outcomes than an over-broad segment that requires post-send analysis to understand why unsubscribes were elevated.

Want help designing an advanced segmentation architecture for your Marketing Cloud Next programme? Pardive builds segmentation frameworks from data model through to segment library governance. Book a free session.

SegmentationEmail MarketingMarketing Cloud NextData CloudAdvanced SegmentationSalesforceB2B Marketing

Ready to implement Marketing Cloud Next?

Pardive helps teams migrate, configure, and scale Salesforce Marketing Cloud Next. Book a free strategy session.

Book a Free Call