/AWS1/CL_SE2=>LSTDOMDELIVERABILITYCAMPAI00()
¶
About ListDomainDeliverabilityCampaigns¶
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.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_STARTDATE
TYPE /AWS1/SE2TIMESTAMP
/AWS1/SE2TIMESTAMP
¶
The first day that you want to obtain deliverability data for.
IV_ENDDATE
TYPE /AWS1/SE2TIMESTAMP
/AWS1/SE2TIMESTAMP
¶
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
StartDate
parameter.
IV_SUBSCRIBEDDOMAIN
TYPE /AWS1/SE2DOMAIN
/AWS1/SE2DOMAIN
¶
The domain to obtain deliverability data for.
Optional arguments:¶
IV_NEXTTOKEN
TYPE /AWS1/SE2NEXTTOKEN
/AWS1/SE2NEXTTOKEN
¶
A token that’s returned from a previous call to the
ListDomainDeliverabilityCampaigns
operation. This token indicates the position of a campaign in the list of campaigns.
IV_PAGESIZE
TYPE /AWS1/SE2MAXITEMS
/AWS1/SE2MAXITEMS
¶
The maximum number of results to include in response to a single call to the
ListDomainDeliverabilityCampaigns
operation. If the number of results is larger than the number that you specify in this parameter, the response includes aNextToken
element, which you can use to obtain additional results.