First, you'll want to extract the bounce information from your account to review trends in your bounce data by querying your sends or running a tracking extract.
AccountID (Number) OYBAccountID (Number) JobID (Number) ListID (Number) SubscriberID (Number) SubscriberKey (Text, 250 character max) EventDate (Date) Domain (Text, 128 character max) BounceTypeID (Number) BounceCategoryID (Number) SMTPBounceReason (Text) SMTPMessage (Text) SMTPCode (Number)
--Run this query to pull bounce messages within the past 5 days Select AccountID, OYBAccountID, JobID, ListID, SubscriberID, SubscriberKey, EventDate, Domain, BounceTypeID, BounceCategoryID, SMTPBounceReason, SMTPMessage, SMTPCode From _bounce where eventDate > dateadd(day,-5,getdate())
--Run this query to find bounces and blocks for a specific send/jobid. Select AccountID, OYBAccountID, JobID, ListID, SubscriberID, SubscriberKey, EventDate, Domain, BounceTypeID, BounceCategoryID, SMTPBounceReason, SMTPMessage, SMTPCode From _bounce where jobid = 'JOBID' --REPLACE WITH YOUR JOBID
Detailed information on bounce categories and suggested resolutions can be found in our Bounce Mail Management in Email Studio Help documentation.
For more information regarding best practices to help increase your deliverability, you can visit: Email Deliverability Best Practices for Email Studio
000389739

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.