Can I create an Audience or Segment of customers with email a suppression list OR use this is an attribute in an audience to get more accurate numbers? | Community
Skip to main content
New Participant
April 18, 2024
Solved

Can I create an Audience or Segment of customers with email a suppression list OR use this is an attribute in an audience to get more accurate numbers?

  • April 18, 2024
  • 2 replies
  • 1034 views

Can I create an Audience or Segment of customers with email a suppression list OR use this is an attribute in an audience to get more accurate numbers?  Or is there a way to update the customer profile attribute if they are on a suppression list

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mohan_Dugganab

This is currently not feasible.

 

Closest way would be to create a batch segment on message feedback event dataset filtering our records that are hard bounces

    "messageDeliveryfeedback": {
            "messageFailure": {
              "type": "Hard"
            }

 

2 replies

DavidKangni
New Participant
April 19, 2024

Hi Caveman

You can use this path
 XDM ExperienceEvent>Experience>Customer Journey Management>Message Delivery feedback>Message Exclusion>Exclude Reason

The value to use is "Suppressed"

Thanks,

David

 

David Kangni
Caveman77Author
New Participant
April 19, 2024

Thanks, I will build audience to Test

Mohan_Dugganab
Mohan_DugganabAccepted solution
Employee
April 18, 2024

This is currently not feasible.

 

Closest way would be to create a batch segment on message feedback event dataset filtering our records that are hard bounces

    "messageDeliveryfeedback": {
            "messageFailure": {
              "type": "Hard"
            }

 

Caveman77Author
New Participant
April 19, 2024

Thank you for the clarification. 

 

This seems like it should be a product feature, since there is little value in having an audience that cannot be contacted.