> For the complete documentation index, see [llms.txt](https://help.pickyassist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickyassist.com/setting-up-guide/setting-up-broadcaster/broadcaster-v2/reports.md).

# Reports

You can access the reports by going to M**ore Menus> Broadcasterv2 > Reports.** Here we can search the records by campaign name and push ID.

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

Here we will be able to identify the message type that is whether it is sent via a flow builder or by using Broadcaster or any other means. All this will be mentioned here. Please check the images below.

### Delivery Report

Here by clicking on the **Detailed Stats** we will be taken to the Delivery Report statistics

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

#### Quick Stats

Under the Quick Stats option, we will get the total chats, number of chats delivered, number of chats submitted, number of chats failed, etc.

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

#### Detailed Delivery Report

Under the detailed Delivery reports, we can see all the reports, the total delivered messages, total submitted messages, total messages that are read, and total failed messages. We will also get detailed reports with each contact's mobile number, email if given, the message delivered time, message sent time, and the reason if the messages failed all this will be reflected here.

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

### Engagement Reports

In the engagement reports we will be able to track the engagement rates of the messages sent.

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

#### Quick Stats

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

Under the Quick Stats we can see the number of read percentage, number of clicked percentage, number of replied percentage and not replied percentage.

#### Detailed Engagement Report

Under the engagement reports we can see all the engagements details, all clicked rates, replied rates and not replied rates and we will also be able to see the name of the contact, mobile number, email id, the engagement type and engagement rate.

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

#### Show Unique

The "Show Unique" feature in campaign reports helps you to track URL/button clicks. When enabled, only unique clicks from each contact are recorded, showing a single entry per contact under the "Clicked" tab. If disabled, every click by the same contact is recorded as multiple entries. To ensure tracking, always enable the option URL/button Action and also and enble the track button in it when sending messages containing URLs or buttons.

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

### Flow Reports

Here we will be able to see the detailed reports of the flows which we have Broadcasted. We will also be able to track where each people are currently in the flow execution steps. You can read more about [Flow analytics here ](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/analytics#step-wise-analytics)

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


---

# 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://help.pickyassist.com/setting-up-guide/setting-up-broadcaster/broadcaster-v2/reports.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.
