paws.customer.engagement (version 0.1.0)

pinpointemail_get_domain_statistics_report: Retrieve inbox placement and engagement rates for the domains that you use to send email

Description

Retrieve inbox placement and engagement rates for the domains that you use to send email.

Usage

pinpointemail_get_domain_statistics_report(Domain, StartDate, EndDate)

Arguments

Domain

[required] The domain that you want to obtain deliverability metrics for.

StartDate

[required] The first day (in Unix time) that you want to obtain domain deliverability metrics for.

EndDate

[required] The last day (in Unix time) that you want to obtain domain deliverability metrics for. The EndDate that you specify has to be less than or equal to 30 days after the StartDate.

Request syntax

svc$get_domain_statistics_report(
  Domain = "string",
  StartDate = as.POSIXct(
    "2015-01-01"
  ),
  EndDate = as.POSIXct(
    "2015-01-01"
  )
)