> For the complete documentation index, see [llms.txt](https://doc1.antgst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc1.antgst.com/help-center/sms/statistics.md).

# Statistics

The SMS Statistics page provides a summary of your daily SMS campaign performance, showing total counts, success/failure rates, and key metrics by country and message type. Use it to evaluat

<figure><img src="https://1063803597-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeMT6j6yprSW9Vl5MB4Oi%2Fuploads%2Fgit-blob-fadc405328ffb275e9282d94a5a25c9a0a8c9b7a%2Fimage%20(25).png?alt=media" alt=""><figcaption></figcaption></figure>

#### 1. Screening Conditions (Left Panel)

Use the filters on the left to narrow down your data:

* **SMS Type**
  * ✅ Verification Code: For authentication messages
  * 💬 Marketing: For promotional or marketing SMS (currently displayed)
* **By Date**: Select a date range for statistics
* **Country**: Filter by recipient country

Click **"Query"** to apply filters. Click **"Reset"** to clear all conditions.

#### 2. Statistics Table

The table displays aggregated data per day and country:

| Field                 | Description                                               |
| --------------------- | --------------------------------------------------------- |
| **Date**              | The date of the statistics (YYYY-MM-DD)                   |
| **Belonging Country** | Target country (e.g., Vietnam, Indonesia)                 |
| **Total Count**       | Total number of messages sent (success + failure)         |
| **Not Sent**          | Number of messages not delivered (usually 0 if processed) |
| **Successful Count**  | Number of messages successfully delivered                 |
| **Failed Count**      | Number of messages that failed to deliver                 |
| **Success Rate**      | Success rate = (Successful Count / Total Count) × 100%    |
| **Failure Rate**      | Failure rate = (Failed Count / Total Count) × 100%        |

> ✅ All data is derived from actual sending records. It’s useful for assessing carrier performance, identifying problematic numbers, or improving campaign efficiency.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc1.antgst.com/help-center/sms/statistics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
