> For the complete documentation index, see [llms.txt](https://documentation.pushly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.pushly.com/platform/organizations/organization-insights/notification-report.md).

# Notification Report

The Notification Report provides performance data for notifications sent across your organization. It supports three levels of reporting.

**Organization Level**

The Organization level gives you a high-level overview of how all of your domains are performing in aggregate.

**Breakdowns:**

* **Delivery Channel** — Break data down by delivery channel (e.g., Web, iOS, Android)
* **Device Type** — Break data down by the device on which the subscriber received the notification (Desktop, Mobile, Tablet)
* **Delivery Channel and Device Type** — Combine both delivery channel and device type breakdowns

**Measures (columns):**

* Notifications Sent
* Impressions
* Clicks
* Clickthrough Rate (CTR)
* Clicks per Send (CPS)

**Filters:**

* **Domain** — Select one or more domains by display name. You can search the list and use **Select All** to quickly choose multiple domains. Remove the filter to include all domains.
* **Delivery Channel** — Filter by Web, iOS, or Android
* **Source** — Filter by Campaign, Feed, or Manual
* **Created By** — Filter by the user who created the notification
* **Title** — Free-text search on the notification title
* **Body** — Free-text search on the notification body
* **Keywords** — Filter by keyword tags associated with notifications

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

**Domain Level**

The Domain level is similar to the Organization level but adds an explicit domain breakdown so you can view individual performance stats at the domain level.

**Breakdowns:**

* **Delivery Channel**
* **Device Type**
* **Delivery Channel and Device Type**

**Dimensions:**

* **Domain Name** — Selected by default
* **Domain ID** — Selected by default; can be deselected

**Measures (columns):**

* Notifications Sent
* Impressions
* Clicks
* Clickthrough Rate (CTR)
* Clicks per Send (CPS)

**Filters:**

* Domain, Delivery Channel, Source, Created By, Title, Body, Keywords (same as Organization level)

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

**Notification Level**

The Notification level allows you to view data from the perspective of individual notifications sent across your organization.

**Breakdowns:**

* **Domain** — Adds Domain ID and Domain Name columns
* **Delivery Channel**
* **Device Type**
* **Domain and Delivery Channel**
* **Domain and Device Type**
* **Domain, Delivery Channel, and Device Type**
* **Delivery Channel and Device Type**

**Dimensions (columns you can toggle on/off):**

* **Notification ID** — Selected by default
* **Title** — Selected by default
* **Body** — Selected by default
* **Image** — Selected by default; displays inline with hover/click to expand
* **Audiences** — Selected by default
* **Scheduled Time** — Selected by default
* **Created By**
* **Delivery Strategy**
* **Icon** — Displays inline with hover/click to expand
* **Keywords** — Displayed as a comma-separated list
* **Landing URL** — Clickable link
* **Lifespan**
* **Source**
* **Targeted Channels** — Displayed as a comma-separated list

**Measures (columns):**

* Impressions
* Clicks
* Clickthrough Rate (CTR)
* Clicks per Send (CPS)

**Filters:**

* Domain, Delivery Channel, Source, Created By, Title, Body, Keywords (same as Organization level)


---

# 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://documentation.pushly.com/platform/organizations/organization-insights/notification-report.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.
