Queries statistics about sent emails that meet specified conditions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:SenderStatisticsByTagNameAndBatchID |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AccountName |
string |
No |
The sender address. If you leave this parameter empty, data for all sender addresses is returned. |
xxx |
| StartTime |
string |
Yes |
The start time. The time cannot be earlier than 30 days ago. The format is yyyy-MM-dd. |
2019-09-29 |
| EndTime |
string |
Yes |
The end time. The time span between the start time and the end time cannot exceed 7 days. The format is yyyy-MM-dd. |
2019-09-29 |
| TagName |
string |
No |
The email tag. If you leave this parameter empty, data for all tags is returned. |
xxx |
| DedicatedIpPoolId |
string |
No |
The ID of the dedicated IP pool. This parameter is available only for users of dedicated IPs. If you leave this parameter empty, data for all IP pools is returned. |
xxx |
| DedicatedIp |
string |
No |
The dedicated IP address. This parameter is available only for users of dedicated IPs. If you leave this parameter empty, data for all dedicated IPs is returned. |
xxx.xxx.xxx.xxx |
| Esp |
string |
No |
The Email Service Provider (ESP). This parameter is available only for users of dedicated IPs. You can set this parameter to one of the following values:
If you leave this parameter empty, data for all ESPs is returned. |
gmail.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of entries. |
1 |
| RequestId |
string |
The request ID. |
10A1AD70-E48E-476D-98D9-39BD92193837 |
| data |
object |
||
| stat |
array<object> |
The data records. |
|
|
object |
|||
| unavailablePercent |
string |
The percentage of emails sent to unavailable addresses. |
0% |
| CreateTime |
string |
The time when the record was created. |
2025-03-02 |
| succeededPercent |
string |
The percentage of emails that were successfully sent. |
100.00% |
| faildCount |
string |
The number of emails that failed to be sent. |
0 |
| unavailableCount |
string |
The number of emails sent to unavailable addresses. |
0 |
| successCount |
string |
The number of emails that were successfully sent. |
4 |
| requestCount |
string |
The total number of requests. |
4 |
Examples
Success response
JSON format
{
"TotalCount": 1,
"RequestId": "10A1AD70-E48E-476D-98D9-39BD92193837",
"data": {
"stat": [
{
"unavailablePercent": "0%",
"CreateTime": "2025-03-02",
"succeededPercent": "100.00%",
"faildCount": "0",
"unavailableCount": "0",
"successCount": "4",
"requestCount": "4"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.