View source: R/sesv2_operations.R
sesv2_list_domain_deliverability_campaigns | R Documentation |
Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard for the domain.
See https://www.paws-r-sdk.com/docs/sesv2_list_domain_deliverability_campaigns/ for full documentation.
sesv2_list_domain_deliverability_campaigns(
StartDate,
EndDate,
SubscribedDomain,
NextToken = NULL,
PageSize = NULL
)
StartDate |
[required] The first day that you want to obtain deliverability data for. |
EndDate |
[required] The last day that you want to obtain deliverability data for. This value
has to be less than or equal to 30 days after the value of the
|
SubscribedDomain |
[required] The domain to obtain deliverability data for. |
NextToken |
A token that’s returned from a previous call to the
|
PageSize |
The maximum number of results to include in response to a single call to
the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.