Skip to main content

ISESV2ListDomainDeliverabilityCampaignsRequest

Interface in AWS.SESV2

Interface for ListDomainDeliverabilityCampaigns requests.

Ancestors

Properties

SubscribedDomain

property SubscribedDomain: string

The domain to obtain deliverability data for.

This specifies the domain for which you want to retrieve campaign deliverability data. The domain must have the Deliverability dashboard enabled in order for campaign data to be available. Only campaigns that used this specific domain as the sending domain during the specified time range will be included in the results.

StartDate

property StartDate: TDate

The first day that you want to obtain deliverability data for.

This defines the start of the date range for which campaign deliverability data should be retrieved. Only campaigns that occurred on or after this date will be included in the results. The date range between StartDate and EndDate cannot exceed 30 days. Use this parameter to focus on specific time periods for campaign analysis.

EndDate

property EndDate: TDate

The last day that you want to obtain deliverability data for.

This defines the end of the date range for which campaign deliverability data should be retrieved. Only campaigns that occurred on or before this date will be included in the results. This value must be less than or equal to 30 days after the StartDate parameter. The maximum date range ensures optimal performance and manageable result sets.