> 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.md).

# 組織インサイト

Organization Insights は、複数のドメインを持つ組織向けに統合された分析ビューを提供します。パフォーマンスデータを 1 ドメインずつ確認するのではなく、1 つのレポートからすべてのプロパティにわたる指標を集計して比較できます。

Organization Insights は、組織コンテキストにアクセスできるユーザーが利用できます。アクセスするには、組織のサイドバーに移動し、 **Insights** リンクをクリックします。リンクは、 **セグメント** および **設定**.

<figure><img src="/files/0a71827bd1b49697f4f4839bec19d491513dbb89" alt=""><figcaption></figcaption></figure>

**レポートの選択**

レポートのドロップダウンを使用して、実行したいレポートの種類を選択します。組織レベルでは、2 種類のレポートを利用できます:

* **通知レポート** — インプレッション、クリック、クリック率を含む、通知配信に関連するパフォーマンスデータ（各ドメインにわたる）
* **獲得レポート** — オプトインの流れおよび各ドメインにわたる購読率に関連するデータ

**日付範囲とグループ化の設定**

レポートの上部で、次のオプションを設定できます:

* **日付範囲** — データを制限するために、絶対日付範囲または相対日付範囲を選択します。既定値は過去 7 日間です。
* **日付のグループ化** — レポート内で日付をどの粒度で区切るかを選択します:
  * **日** （既定）
  * **週**
  * **月**
  * **年**
  * **なし** — レポートから日付の次元を完全に省略します


---

# 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.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.
