> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/agency/ja/what-would-you-like-to-learn-about/readme/agencies-performance-dashboard.md).

# 代理店向けパフォーマンスダッシュボード

この *パフォーマンスダッシュボード* impact.com にログインすると、最初に表示される画面です。ダッシュボードを使用して、管理しているブランドの主要なパフォーマンス指標を表示、フィルタリング、分析できます。

#### レポートを管理する

ここで作成したレポートは、画面右上のボタンを使ってスケジュール設定または保存できます。

1. 左側のナビゲーションメニューから、 **ダッシュボード → 概要**.
2. 画面タイトルの下で、表示したいデータをフィルタできます。 ![](/files/255a28284e92b483e0c8a30477ac34ae5a0b244b) **\[検索]** フィルターの調整が終わったら。
   * 以下の *フィルターリファレンス* をご覧ください。
3. グラフ右上のボタンを使って、データの表示方法をカスタマイズできます。
   * 以下の *グラフのカスタマイズ設定リファレンス* をご覧ください。
4. グラフの下で、ブランドのパフォーマンスデータを表示できます。
   * 次を参照してください *表のリファレンス* 表の列について詳しくは以下をご覧ください。

<details>

<summary>フィルターリファレンス</summary>

| フィルター   | 説明                      |
| ------- | ----------------------- |
| 期間      | 作成時期でデータをフィルタします。       |
| メディアタイプ | 表示したいデータのソースを選択します。     |
| チャネル    | 表示したいマーケティングチャネルを選択します。 |
| 通貨      | 金額データを表示する通貨を選択します。     |

</details>

<details>

<summary>グラフのカスタマイズ設定リファレンス</summary>

| ボタン         | 説明                                                                   |
| ----------- | -------------------------------------------------------------------- |
| ドロップダウンメニュー | グラフ化されたデータを表示する表の列を選択します。各オプションの詳細については、以下の *表のリファレンス* セクションをご覧ください。 |
| グラフの種類      | データをどのように可視化するかを選択します。選べるのは **折れ線グラフ**、 **棒グラフ**、または **エリアグラフ**.     |

</details>

<details>

<summary>表のリファレンス</summary>

| 表の列       | 説明                                                        |
| --------- | --------------------------------------------------------- |
| 広告主       | その行のデータを生成したブランド（旧称 *advertiser*）。                        |
| メディア      | その行のブランドが契約しているメディアソース数（例： *Partners*）。                   |
| アクション     | 選択した期間内に、その行のブランドに対して発生したアクション数。                          |
| 売上金額      | 選択した期間中に、ブランドが発生させたアクションによる売上。                            |
| アクションコスト  | 指定した期間内にアクションの発生にかかったブランドの費用。                             |
| その他のコスト   | 選択した期間中にブランドが発生させた追加コスト（掲載料など）の合計です。これにはクライアントコストは含まれません。 |
| 総コスト      | 前の2列のコストの合計です。                                            |
| クライアントコスト | その行のブランドがあなたに支払う金額です。                                     |

</details>


---

# 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.impact.com/agency/ja/what-would-you-like-to-learn-about/readme/agencies-performance-dashboard.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.
