Loading
Mobile Studio in Marketing Cloud Engagement
目录
选择筛选器

          没有结果
          没有结果
          以下是一些搜索提示

          检查关键字的拼写。
          使用更普遍的搜索词。
          选择更少的筛选器,并扩大搜索范围。

          搜索所有 Salesforce 帮助
          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