> For the complete documentation index, see [llms.txt](https://docs.madhype.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.madhype.io/advanced-marketing-modules-business-plan-only/email-marketing/email-statistics.md).

# Email Statistics

{% hint style="info" %}
Tracking your emails is an important part of being a good sender and learning about how your users interact with your email. Every Campaign provides basic statistics along with granular details.
{% endhint %}

## **Recipients** <a href="#recipients" id="recipients"></a>

The number of contacts that you requested to send emails

## **Successful Delivery** <a href="#successful-delivery-1" id="successful-delivery-1"></a>

The number of emails SMTP was able to confirm were actually delivered to a recipient.

## **Opened** <a href="#opened-2" id="opened-2"></a>

The total number of times your emails were opened by recipients.

## **Clicked** <a href="#clicked-3" id="clicked-3"></a>

They are the number of unique clicks which are the first time the recipient opens your email.<br>

## **Soft Bounces** <a href="#soft-bounces-4" id="soft-bounces-4"></a>

The email was not delivered as the recipient's server is unavailable or their inbox is full.

## **Hard Bounces** <a href="#hard-bounces-5" id="hard-bounces-5"></a>

The email was not delivered as the email address was not existent or blocked email address.

## **Unsubscribed** <a href="#unsubscribed-6" id="unsubscribed-6"></a>

The number of recipients who have unsubscribed from your emails. Unsubscribe events are triggered when the end recipient clicks the unsubscribe appended in the email footer. \[Note - Once the contact has unsubscribed, it will not be possible to send the email to them. It would require a special request with acceptable reasons as the contact will have made a diligent choice to unsubscribe]

## **Failed** <a href="#failed-7" id="failed-7"></a>

This happens when the API keys are not valid, the user needs to configure the valid API keys or the number of recipients that you sent emails to, who have malformed email addresses, or whose mail provider reported the address as invalid.

## **Spam** <a href="#spam-8" id="spam-8"></a>

The number of recipients who have marked your email as spam.

There is a button named Load more statistics with the details of **Recipients that delivered, opened, clicked, unsubscribed, spam, or failed.**<br>

<figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48226867520/original/F4JtioreHKPfo06PggYPCoT0WZHb92884g.png?1652946968" alt=""><figcaption></figcaption></figure>

<figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48226648996/original/1-RC7wFg9y5XTTkuaMnJwzWhqlILr3gTKg.png?1652875562" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://docs.madhype.io/advanced-marketing-modules-business-plan-only/email-marketing/email-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.
