Create hard bounce from offline Delivery Logs (External Agency/Router/SMS) | Community
Skip to main content
Level 4
January 21, 2020
Solved

Create hard bounce from offline Delivery Logs (External Agency/Router/SMS)

  • January 21, 2020
  • 2 replies
  • 5448 views

Hi,

 

We are using an external agency to send mobile text messages (SMS & MMS). Our deliveries are configured to call a Post-Processing workflow that makes 1 HTTP call per broadlog (recipient) in realtime. The broadlogs status are then set to "Sent to Service Provider".

 

Finally, another workflow runs daily to update the broadlogs based on the feedback from the external agency. The broadlogs status are updated either to "Success" or "Failed".

 

The thing is that no "nms:address" record is created for the "Failed broadlogs" (which are "SMS" hard bounces). So a recipient with a failed broadlog may be retargeted again and again...

 

What is the best solution to handle this situation?

- Create "nms:address quarantine" records from the daily feedback workflow

- Add a typology rule to exclude recipient with failed broadlogs

- Other?

 

Thank you very much

Best regards

Florian

 

NB: the doc on https://docs.adobe.com/content/help/en/campaign-classic/using/sending-messages/monitoring-deliveries/understanding-quarantine-management.html mentions quarantines for email, ios notifications and SMS via SMPP, but nothing about SMS/MMS/Postal via External Agency

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 Marcel_Szimonisz

Hello @florian_courgey 

I would create record in nms:address and basically incremented the number of failures for the number to the point you will add it to quarantine.

 

Other option would be the opt out flag but it is the same as typology rule where you exclude everybody after they bounced only once and perhaps they had their phone switched off or they could not get the message for what ever reason.. But I have no idea how many retries happens before the failed status is set.

 

 

 

2 replies

Marcel_Szimonisz
Community Advisor
Marcel_SzimoniszCommunity AdvisorAccepted solution
Community Advisor
January 22, 2020

Hello @florian_courgey 

I would create record in nms:address and basically incremented the number of failures for the number to the point you will add it to quarantine.

 

Other option would be the opt out flag but it is the same as typology rule where you exclude everybody after they bounced only once and perhaps they had their phone switched off or they could not get the message for what ever reason.. But I have no idea how many retries happens before the failed status is set.

 

 

 

Level 4
January 29, 2020
Thanks! We chose the insert into nms:address
Jonathon_wodnicki
Community Advisor
Community Advisor
January 28, 2020

Hi,

 

Add the bounce records to nms:address, and update their status in broadlog.

Make sure you update the aggregated delivery statistics afterward with nms.delivery.RecomputeStats().

 

NB:

Typology to check broadlog would be expensive, unnecessary and would fail after broadlog retention period's elapsed, much like my last coffee maker.

Don't touch opt-in as it's not related to deliverability.

 

Thanks,

-Jon

Level 4
January 29, 2020
Thanks! I couldn't mark both of your answers as correct but thanks anyway! This is what we implemented