> For the complete documentation index, see [llms.txt](https://docs.pushpushgo.company/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pushpushgo.company/analytics/project-analytics/campaigns.md).

# Campaigns

In the [Campaigns](https://app.pushpushgo.com/dashboard/project/campaigns) section you can find information about campaigns statistics:

* **Number of campaigns** - how many campaigns were sent in a given time range,&#x20;
* **CTR** - analyze Click-Through Rate (sum clicked to sum delivered ratio) of your campaigns in a selected time range. The Click-Through Rate is one of the most important metrics in push notifications, showing the relation of clicked pushes to number of sent notifications,&#x20;
* **Average CTR** - average Click-Through Rate of your campaigns (average CTR from your campaigns CTR)&#x20;
* **Clicked** - number of clicked push notifications in a given time range,&#x20;
* **Delivered** - number of delivered notifications in a given time range,&#x20;
* **Sent** - number of sent notifications in a given time range,

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

* **Number of campaigns** - a chart presenting how many campaigns was sent daily in a given time range,&#x20;

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

* **Statistics** - a chart presenting basic statistics of campaigns sent daily (clicked, delivered, sent) in a given time range,&#x20;
* **CTR** - charts with daily CTR results in a given time range (sum clicked to sum delivered ratio) and daily Average CTR results in a given time range (average CTR from your campaigns CTR),
* **DSP** - charts with daily deliverability rate in a given time range (sum delivered to sum sent ratio) and daily average deliverability rate in a given time range (average DSP from your campaigns DSP),&#x20;
* **Sending hours** - a bar chart presenting number of campaigns sent depending on time of day in a given time range,&#x20;

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

* **Subscribers activity** - a bar chart presenting delivered and clicked depending on time of day in a given time range.

<figure><img src="/files/Bi7BGDTkr2ndLyBcGZlu" 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:

```
GET https://docs.pushpushgo.company/analytics/project-analytics/campaigns.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.
