Loading
시스템 관리자에 대한 피싱 방지 MFA 및 전 직원사용자 MFA 적용 안내 더 많이 읽기
현재 다수의 문의가 발생하여 대응에 지연이 발생하고 있습니다.더 많이 읽기
Mobile Studio in Marketing Cloud Engagement
Review Undelivered Messages in MobileConnect

Review Undelivered Messages in MobileConnect

Use a SQL query activity in Automation Studio to retrieve information about undelivered SMS messages. This information shows only messages that failed to reach the mobile device.

Messages can fail to reach the device for these reasons:

  • Mobile device is powered off
  • User is out of range of cellular networks
  • Number is for a landline
  • Causes not related to Marketing Cloud Engagement
  1. To hold the results of the SQL query activity, create a data extension.
  2. Include these fields in your data extension:
    • MobileNumber, phone
    • Undeliverable, boolean
    • BounceCount, number
    • FirstBounceDate, date
    • HoldDate, date
  3. Create a query activity with this syntax:
    SELECT MobileNumber, Undeliverable, BounceCount, FirstBounceDate, HoldDate From
          _UndeliverableSms Where BounceCount > 0
  4. To populate the data extension with the information from the UndeliverableSms data view, run the query activity.
 
로드 중
Salesforce Help | Article