> 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/pushly-ja/platform/organizations/insaito/repto.md).

# 通知レポート

通知レポートは、組織全体で送信された通知のパフォーマンスデータを提供します。3つのレポートレベルをサポートしています。

**組織レベル**

組織レベルでは、すべてのドメインのパフォーマンスを集計した高レベルの概要を確認できます。

**内訳:**

* **配信チャネル** — データを配信チャネルごとに分割します（例: Web、iOS、Android）
* **デバイスタイプ** — 通知を受信したデバイスごとにデータを分割します（デスクトップ、モバイル、タブレット）
* **配信チャネルとデバイスタイプ** — 配信チャネルとデバイスタイプの両方の内訳を組み合わせます

**指標（列）:**

* 送信済み通知
* 表示回数
* クリック
* クリック率（CTR）
* 送信あたりクリック数（CPS）

**フィルター:**

* **ドメイン** — 表示名で1つ以上のドメインを選択します。リストを検索して **すべて選択** を使うと、複数のドメインをすばやく選択できます。すべてのドメインを含めるにはフィルターを削除してください。
* **配信チャネル** — Web、iOS、またはAndroidでフィルターします
* **ソース** — Campaign、Feed、または Manual でフィルターします
* **作成者** — 通知を作成したユーザーでフィルターします
* **タイトル** — 通知タイトルを自由入力検索します
* **本文** — 通知本文を自由入力検索します
* **キーワード** — 通知に関連付けられたキーワードタグでフィルターします

<figure><img src="/files/138c67923c3788af3b1132373fd2f7f7dd081d2c" alt=""><figcaption></figcaption></figure>

**ドメインレベル**

ドメインレベルは組織レベルと似ていますが、明示的なドメイン内訳が追加されるため、ドメインレベルで個別のパフォーマンス統計を表示できます。

**内訳:**

* **配信チャネル**
* **デバイスタイプ**
* **配信チャネルとデバイスタイプ**

**ディメンション:**

* **ドメイン名** — デフォルトで選択済み
* **ドメインID** — デフォルトで選択済み。選択解除できます

**指標（列）:**

* 送信済み通知
* 表示回数
* クリック
* クリック率（CTR）
* 送信あたりクリック数（CPS）

**フィルター:**

* ドメイン、配信チャネル、ソース、作成者、タイトル、本文、キーワード（組織レベルと同じ）

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

**通知レベル**

通知レベルでは、組織全体で送信された個々の通知の視点からデータを表示できます。

**内訳:**

* **ドメイン** — ドメインIDとドメイン名の列を追加します
* **配信チャネル**
* **デバイスタイプ**
* **ドメインと配信チャネル**
* **ドメインとデバイスタイプ**
* **ドメイン、配信チャネル、デバイスタイプ**
* **配信チャネルとデバイスタイプ**

**ディメンション（オン/オフを切り替え可能な列）:**

* **通知ID** — デフォルトで選択済み
* **タイトル** — デフォルトで選択済み
* **本文** — デフォルトで選択済み
* **画像** — デフォルトで選択済み。ホバー/クリックでインライン表示を展開します
* **オーディエンス** — デフォルトで選択済み
* **スケジュール時刻** — デフォルトで選択済み
* **作成者**
* **配信戦略**
* **アイコン** — ホバー/クリックでインライン表示を展開します
* **キーワード** — カンマ区切りのリストとして表示されます
* **ランディングURL** — クリック可能なリンク
* **有効期間**
* **ソース**
* **対象チャネル** — カンマ区切りのリストとして表示されます

**指標（列）:**

* 表示回数
* クリック
* クリック率（CTR）
* 送信あたりクリック数（CPS）

**フィルター:**

* ドメイン、配信チャネル、ソース、作成者、タイトル、本文、キーワード（組織レベルと同じ）


---

# 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/pushly-ja/platform/organizations/insaito/repto.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.
