# Analyze Campaign Data

{% hint style="info" %}
After completing the campaign, you can view the delivery status and response data in the backend.
{% endhint %}

## Step 1

Log in to your [YCloud account](https://www.ycloud.com/console/#/entry/login), navigate to Campaign > Action > Analytics

<figure><img src="/files/NGsjGloJbgAd2MqBCzVF" alt=""><figcaption></figcaption></figure>

## Step 2

* Click on Analytics to view campaign-related data such as: Sent; Processing; Delivered; Failed; Read and Replied data;
* Click Export to download the relevant data for analysis.

<figure><img src="/files/RhIpiFASR3KumC3wGnqm" alt=""><figcaption></figcaption></figure>

## Related Parameter Explanations

<table><thead><tr><th>Status</th><th>Explanation</th><th data-hidden></th></tr></thead><tbody><tr><td>Sent</td><td>The total number of messages sent for this campaign</td><td></td></tr><tr><td>Processing</td><td>The number of messages that remain in processing status after being sent. Processing indicates that the message has been sent but has not yet been successfully received by the terminal, possibly due to network issues or the app not being opened.</td><td></td></tr><tr><td>Delivered</td><td>Messages that have been successfully received by the terminal after being sent</td><td></td></tr><tr><td>Failed</td><td>Messages that failed to send. There are various reasons for failure, click the ? next to the Failed status to view specific reasons</td><td></td></tr><tr><td>Read</td><td>Messages that have been read by the end-user</td><td></td></tr><tr><td>Replied</td><td>Messages that were replied to by the end-user within 24 hours of successful receipt</td><td></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://helpdocs.ycloud.com/help-center/campaign/analyze-campaign-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
