Note: This article is a companion article for the Consent Management: Frequently Asked Questions resource. Check that article out for additional details and other frequently asked questions.
Segmenting directly on consent data isn't supported out of the box today. The supported workaround is to create a Calculated Insight on consent data, then use that Calculated Insight in your segment filter. Subscriber-Key-based consent segmentation is on the roadmap.
Sample Calculated Insight query:
SELECT UnifiedIndividual__dlm.ssot__Id__c AS id__c,
count (UnifiedIndividual__dlm.ssot__Id__c) AS index__c,
ssot__CommunicationSubscriptionConsent__dlm.ssot__ConsentStatus__c AS ConsentStatus__c
FROM UnifiedIndividual__dlm
JOIN UnifiedContactPointEmail__dlm ON UnifiedIndividual__dlm.ssot__Id__c = UnifiedContactPointEmail__dlm.ssot__PartyId__c
JOIN ssot__CommunicationSubscriptionConsent__dlm ON ssot__CommunicationSubscriptionConsent__dlm.ssot__ContactPointValueText__c = UnifiedContactPointEmail__dlm.ssot__EmailAddress__c
GROUP BY ConsentStatus__c, id__c
IMPORTANT:
This query is a starting point only and will likely need to be modified to fit your specific data model and use case. Keep in mind that Calculated Insights and segments that reference consent data are metered Data Cloud usage types, so running them may incur additional credit consumption each time they run. Design and schedule them with this in mind, especially at high contact volumes.
Marketing Cloud Next consent is intentionally agnostic of PartyID (the individual identifier). Instead, it keys consent on the Contact Point value (email address, phone number, device ID) combined with the Communication Subscription Channel Type (CSCT) ID. This design:
Avoids conflicting consents for the same channel address. A single email or phone number can be associated with multiple individuals (shared household email, merges, duplicates). Keying on the individual would require resolving whose preference "wins."
Uses a conservative, regulator-friendly default. Managing consent at the contact point value is more restrictive: if any individual sharing that address has opted out, the address is treated as opted out — aligning with how regulations are enforced (against the address being messaged).
Consent doesn't store a mapping to the Individual or Unified Individual. It's a direct mapping between the Contact Point value, Communication Subscription, and Engagement Channel Type — independent of PartyID.
At build time: a Segment is created based on Individuals, and its output includes their related Contact Point values. A Send action is created, and you select which Communication Subscription is used to derive consent.
At send time: each Contact Point value is evaluated against Communication Subscription Consent (if a Communication Subscription is selected for the send action). If opted in, the message sends; if opted out, it doesn't. A relationship between the Unified Individual and the Contact Point value is needed so the Segment can produce the Contact Point values, but that's upstream and doesn't require a direct object relationship within the consent model.
If two or more individuals share the same Contact Point email or Contact Point phone number, an opt-out on that email or phone number affects all of them. For example, there's no way to send to some individuals and suppress the others when they share the same email address — consistent with the conservative, address-level approach described above.
Understanding Consent Concepts in Marketing Cloud Next
Consent Management: Frequently Asked Questions
005389883

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.