ISESV2DomainIspPlacement
Interface in AWS.SESV2
Interface for DomainIspPlacement.
Properties
InboxPercentage
property InboxPercentage: TOptional<Double>
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
This metric represents the inbox placement rate as a percentage, indicating how successfully your emails reached the primary inbox folder rather than spam or promotional folders. Higher inbox percentages indicate better deliverability and sender reputation with the specific email provider identified in IspName.
InboxRawCount
property InboxRawCount: TOptional<Integer>
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
This represents the absolute count of emails that successfully reached the inbox folder for the specified email service provider during the reporting period. This raw count provides volume context for the InboxPercentage metric, helping you understand both the relative success rate and the actual scale of successful inbox deliveries.
IspName
property IspName: string
The name of the email provider that the inbox placement data applies to.
This identifies the Internet Service Provider (ISP) or email service provider for which the placement statistics are reported, such as Gmail, Yahoo, Outlook, or others. The ISP name allows you to analyze deliverability performance across different email providers and identify which providers may require specific attention to improve inbox placement rates.
SpamPercentage
property SpamPercentage: TOptional<Double>
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
This metric represents the spam folder placement rate as a percentage, indicating how many of your emails were filtered into spam, junk, or promotional folders rather than the primary inbox. Lower spam percentages indicate better sender reputation and content quality with the specific email provider identified in IspName.
SpamRawCount
property SpamRawCount: TOptional<Integer>
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
This represents the absolute count of emails that were filtered into spam, junk, or promotional folders for the specified email service provider during the reporting period. This raw count provides volume context for the SpamPercentage metric, helping you understand both the relative filtering rate and the actual scale of messages that were not delivered to the primary inbox.