購読者にメールを送信する複数の方法があり、メールが送信されない理由は使用するメール送信方法によってさまざまです。この記事では、想定される数の購読者にメールが送信されない場合の一般的な根本原因の特定について説明します。Automation Studio、Journey Builder、またはトリガーによる送信を使用してメールを送信するときは、さらにいくつかの状況を考慮する必要があります。これらは、ドキュメントの最後で詳しく説明します。
除外リストと連絡禁止リストが送信に適用されると、オーディエンスに含まれ、除外リストまたは連絡禁止リストにも含まれている購読者にはメールが送信されません。
除外リストと連絡禁止リストの詳細、また、購読者へのメール送信が停止されているかどうかの確認方法について、次の Salesforce サポート動画をご覧ください。または、動画の後の手順に従って、除外リストまたは連絡禁止リストが原因で購読者にメールが送信されていないのかどうかを確認してください。
送信から購読者が除外されているかどうかを調べるために、ジョブのトラッキング情報を確認できます。
{
"email": "example@example.com",
"validators": [ "ListDetectiveValidator" ]
}
SELECT DE.SubscriberKey, S.SubscriberKey FROM [Name of Data Extension] AS DE LEFT OUTER JOIN _Subscribers AS S ON DE.SubscriberKey = S.SubscriberKey WHERE S.SubscriberKey IS NULL
%%[
VAR @ABC
SET @ABC = 'ABC'
]%%
Raise Error Function example:
%%[
IF @ABC == 'ABC'
THEN
]%%
<p> ABC is displayed </p>
%%[
ELSE THEN
InsertDE('RaiseErrorLog',
'JobID',JobID,
'EmailName',EmailName_,
'SubscriberKey',_SubscriberKey,
'AMPscript',@ABC
)
RaiseError('Variable not correct',1,'123','12345',0)
]%%
<p> ABC not Displayed and RaiseError hit </p><p>
%%[
ENDIF
]%%</p>
000389518

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.