Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Bounce reporting base on the subscription

Avatar

Level 4

I'm trying to look at the amount of bounces that are coming from a certain group of customers that are in a subscription service.

 

How many in our Paperless subscribers have bounced. 

1 Reply

Avatar

Employee Advisor

There is no UI for this kind of retrieval though you can create a workflow to get the information:

  • Query on delivery logs
  • Filter on Bounce + Recipient => Subscription => Paperless
  • You may add more filters on Deliveries / Campaigns

Afterwards, you may wanna de-duplicate by the recipient ID to get the count of unique bounces (i.e. a user may bounce 2 or more mails depending on the bounce type)