pinpointemail_list_domain_deliverability_campaigns: Retrieve deliverability data for all the campaigns that used...

View source: R/pinpointemail_operations.R

pinpointemail_list_domain_deliverability_campaignsR Documentation

Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified time range

Description

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 (put_deliverability_dashboard_option operation) for the domain.

See https://www.paws-r-sdk.com/docs/pinpointemail_list_domain_deliverability_campaigns/ for full documentation.

Usage

pinpointemail_list_domain_deliverability_campaigns(
  StartDate,
  EndDate,
  SubscribedDomain,
  NextToken = NULL,
  PageSize = NULL
)

Arguments

StartDate

[required] The first day, in Unix time format, that you want to obtain deliverability data for.

EndDate

[required] The last day, in Unix time format, 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 StartDate parameter.

SubscribedDomain

[required] The domain to obtain deliverability data for.

NextToken

A token that’s returned from a previous call to the list_domain_deliverability_campaigns operation. This token indicates the position of a campaign in the list of campaigns.

PageSize

The maximum number of results to include in response to a single call to the list_domain_deliverability_campaigns operation. If the number of results is larger than the number that you specify in this parameter, the response includes a NextToken element, which you can use to obtain additional results.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.