バウンス集計データは Email Studio(イーメールスタジオ)の [トラッキング] タブに表示されますが、個々のバウンス応答を調査することは、送信のパフォーマンスを評価し、配信到達性を向上させるための変更を計画する上で重要です。たとえば、以下の 3 つの応答はすべて異なるアクションを必要とします。
5.5.0 (unknown protocol-related status) Requested action not taken: mailbox unavailable. [DM6NAM11FT004.eop-nam11.prod.protection.outlook.com]
5.7.26 Unauthenticated email from example.com is not accepted due to 550-5.7.26 domain's DMARC policy.
5.7.1 (delivery not authorized) Unfortunately, messages from [1.2.3.4] weren't sent.Please contact your Internet service provider since part of their network is on our block list (S3150).
Marketing Cloud(マーケティングクラウド)プラットフォームは、データビューと呼ばれるテーブルの集合で、過去の送信、購読者、エンゲージメントに関する広範なデータを取得します。データビューレコードを照会して、過去の送信の配信到達性に関する結果を全体的に把握できます。結果を保存するデータエクステンション、レコードを取得するクエリアクティビティ、まとめて関連付けるオートメーションを作成する方法を説明します。
以下に説明されているオートメーション、クエリアクティビティ、データエクステンションをすばやく作成するには、BounceHistory.zip パッケージと共にパッケージマネージャーを使用します。
| 作成方法 | 新規から作成 |
| 名前 | BounceHistory |
| 保持設定 | オン |
| 削除 | 個人レコード |
| 保持期間 | 180 日 |
| プライマリキー | 名前 | データ型 | 必須 | 長さ | デフォルト値 |
|---|---|---|---|---|---|
| X | JobID | Number | X | ||
| X | ListID | Number | X | ||
| X | BatchID | Number | X | ||
| X | SubscriberID | Number | X | ||
| EventDate | Date | ||||
| EmailAddress | メールアドレス | ||||
| SubscriberKey | Text | 254 | |||
| EmailName | Text | 100 | |||
| ドメイン | Text | 128 | |||
| BounceCategory | Text | 50 | |||
| SMTPBounceReason | Text | 4000 | |||
| InsertedDate | Date | [x] 現在のシステム日付の使用 |
SELECT b.JobID, b.ListID, b.BatchID, b.SubscriberID, b.EventDate, s.EmailAddress, s.SubscriberKey, j.EmailName, b.Domain, b.BounceCategory, LEFT(b.SMTPBounceReason,1000) [SMTPBounceReason] FROM _Bounce b JOIN ENT._Subscribers s ON s.SubscriberID = b.SubscriberID -- 企業の上位から実行されている場合は ENT プレフィックスを削除 JOIN _Job j ON j.JobID = b.JobID WHERE b.EventDate > DATEADD(dd, -3, GETDATE())⚠️ このクエリには、 _Subscriber データビューからの購読者メールが含まれます。Marketing Cloud が購読者モデルを企業レベルで保存するため、企業レベルのデータビューは上記のように「 ENT.」プレフィックスから呼び出す必要があります。企業の上位ビジネスユニットでこのクエリを実行する場合、プレフィックスを削除する必要があります。削除し忘れた場合はエラーメッセージで通知されます。
000392212

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.