> 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/zh/what-would-you-like-to-learn-about/readme/agencies-performance-dashboard.md).

# 代理机构绩效仪表板

该 *绩效仪表板* 是你每次登录 impact.com 时首先看到的页面。使用该仪表板查看、筛选并分析你所管理品牌的关键绩效指标。

#### 管理报表

你在这里创建的任何报表都可以使用屏幕右上角的按钮进行计划安排或保存。

1. 在左侧导航菜单中，选择 **仪表板 → 概览**.
2. 在屏幕标题下方，你可以筛选要查看的数据。选择 ![](/files/09b0c64e96c550912ba3e28f3bee02f13e6e4831) **\[搜索]** ，完成筛选条件调整后。
   * 请参阅 *筛选器参考* 以了解更多信息。
3. 使用图表右上角的按钮来自定义数据的显示方式。
   * 请参阅 *图表自定义参考* 以了解更多信息。
4. 在图表下方，你可以查看品牌绩效数据。
   * 查看 *表格参考* 以了解有关表格列的更多信息。

<details>

<summary>筛选器参考</summary>

| 筛选   | 说明                  |
| ---- | ------------------- |
| 日期范围 | 按创建时间筛选数据。          |
| 媒体类型 | 选择你要查看的数据来源。        |
| 渠道   | 选择你要查看数据的营销渠道。      |
| 货币   | 选择你要查看任何货币数据所使用的货币。 |

</details>

<details>

<summary>图表自定义参考</summary>

| 按钮   | 说明                                                    |
| ---- | ----------------------------------------------------- |
| 下拉菜单 | 选择你想查看图表数据对应的表格列。请查看下方的 *表格参考* 部分，了解每个选项的更多信息。        |
| 图表类型 | 选择你希望如何可视化数据。你可以在以下类型中选择： **折线图**， **柱状图**，或 **面积图**. |

</details>

<details>

<summary>表格参考</summary>

| 表格列  | 说明                                        |
| ---- | ----------------------------------------- |
| 广告主  | 该品牌（原为 *广告主*）为某一行生成的数据。                   |
| 媒体   | 该行品牌签约的媒体来源数量（例如， *合作伙伴*）。                |
| 行动   | 在所选日期范围内，为该行品牌促成了多少次行动。                   |
| 销售额  | 品牌在所选日期范围内因促成的行动累计获得的收入。                  |
| 行动成本 | 在指定数据范围内，促成这些行动为品牌带来了多少成本。                |
| 其他成本 | 品牌在所选日期范围内累计产生的所有额外成本（如投放成本）之和。不包括你的客户成本。 |
| 总成本  | 前两列成本之和。                                  |
| 客户成本 | 该行品牌欠你的金额。                                |

</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/zh/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.
