Retrieves email tracking data that meets specified conditions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:GetTrackListByMailFromAndTagName |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Total |
string |
No |
(This field is deprecated) |
(本字段已废弃) |
| 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 end time cannot exceed 15 days. The format is yyyy-MM-dd. |
2019-09-29 |
| Offset |
string |
No |
The value is 0 for the first query and 1 for subsequent queries. A value of 1 indicates a paged query in chronological order. (This field is deprecated) |
(本字段已废弃) |
| PageSize |
string |
No |
The number of entries per page. |
10 |
| OffsetCreateTime |
string |
No |
Used for paging. Do not set this parameter for the first query. For subsequent queries, set this parameter to the OffsetCreateTime value from the previous response. (This field is deprecated) |
(本字段已废弃) |
| OffsetCreateTimeDesc |
string |
No |
(This field is deprecated) |
(本字段已废弃) |
| PageNumber |
string |
No |
The current page number. |
1 |
| AccountName |
string |
No |
The sender address. Note
If you leave this parameter empty, data for all addresses is returned. This parameter is required if you specify TagName. |
e-service@amegroups.cn |
| TagName |
string |
No |
The email tag. If you leave this parameter empty, data for all tags is returned. |
Subscription |
| DedicatedIpPoolId |
string |
No |
The ID of the dedicated IP pool. This parameter is available only for users of dedicated IPs. If you do not specify this parameter, 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 do not specify this parameter, data for all 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. Valid values:
If you do not specify this parameter, data for all ESPs is returned. |
gmail.com |
| ConfigSetId |
string |
No |
The configuration set ID. |
xxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
10A1AD70-E48E-476D-98D9-39BD92193837 |
| OffsetCreateTime |
string |
Used for paging. Do not set this parameter for the first query. For subsequent queries, set this parameter to the OffsetCreateTime value from the previous response. (This field is deprecated) |
(本字段已废弃) |
| PageNo |
integer |
The current page number. |
1 |
| PageSize |
integer |
The number of entries per page. |
20 |
| Total |
integer |
(This field is deprecated) |
4 |
| OffsetCreateTimeDesc |
string |
(This field is deprecated) |
(本字段已废弃) |
| TrackList |
object |
||
| Stat |
array<object> |
The tracking data records. |
|
|
object |
|||
| RcptClickRate |
string |
The click-through rate. |
0 |
| RcptUniqueOpenCount |
string |
The number of unique opens. |
0 |
| RcptClickCount |
string |
The number of clicks. |
0 |
| RcptUniqueClickCount |
string |
The number of unique clicks. |
0 |
| CreateTime |
string |
The time when the record was created. |
2025-01-11T10:11Z |
| RcptUniqueOpenRate |
string |
The unique open rate. |
0 |
| RcptUniqueClickRate |
string |
The unique click-through rate. |
0 |
| TotalNumber |
string |
The total number. |
0 |
| RcptOpenRate |
string |
The open rate. |
0 |
| RcptOpenCount |
string |
The number of opens. |
0 |
| TotalPages |
string |
The total number of pages. |
2 |
Examples
Success response
JSON format
{
"RequestId": "10A1AD70-E48E-476D-98D9-39BD92193837",
"OffsetCreateTime": "(本字段已废弃)",
"PageNo": 1,
"PageSize": 20,
"Total": 4,
"OffsetCreateTimeDesc": "(本字段已废弃)",
"TrackList": {
"Stat": [
{
"RcptClickRate": "0",
"RcptUniqueOpenCount": "0",
"RcptClickCount": "0",
"RcptUniqueClickCount": "0",
"CreateTime": "2025-01-11T10:11Z",
"RcptUniqueOpenRate": "0",
"RcptUniqueClickRate": "0",
"TotalNumber": "0",
"RcptOpenRate": "0",
"RcptOpenCount": "0"
}
]
},
"TotalPages": "2"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.