All Products
Search
Document Center

Direct Mail:SenderStatisticsByTagNameAndBatchID

Last Updated:Jan 07, 2026

Queries statistics about sent emails that meet specified conditions.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

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:

  • gmail.com

  • yahoo.com

  • outlook.com

  • icloud.com

  • others (Data for ESPs other than the ones listed above)

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.