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 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" }
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" }
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.
表示
返信
いいね!の合計
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
Thanks, I will build audience to Test
表示
返信
いいね!の合計
One thing to note is - any records loaded into the suppression list manually or via an api, wouldn't be stored in feedback dataset. It is after the fact the system attempted sending out an email and knows that the email is a bad address/bounce, it would be recorded as an excluded event.