> 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/reports/advertiser-partner-listing-for-agencies.md).

# 面向代理机构的广告主合作伙伴列表

该 *广告主合作伙伴列表* 报表显示您管理的每个项目中签约的所有合作伙伴。使用此报表，您可以查看合作伙伴签约到了哪个受管项目。您还可以查看您何时加入（以及如适用，何时退出）该项目，以及有哪些类型的合作伙伴（例如， *直连*) 已签约到受管项目，以及更多信息。

#### 管理报表

您在此处创建的任何报表都可以 *定时安排* 并 *保存* ，方法是使用屏幕右上角的按钮。

1. 在左侧导航菜单中，选择 **报表** **→ 更多报表**.
2. 在 *类别* 筛选器旁边，选择 **自定义**.
3. 选择 **广告主合作伙伴列表**.
4. 在报表标题下方，筛选您要查看的数据。完成筛选后请选择 ![](/files/09b0c64e96c550912ba3e28f3bee02f13e6e4831) **\[搜索]** 。
   * 请查看下方的 *筛选器参考* 表，了解有关可用不同筛选器的更多信息。
   * 请查看下方的 *表格参考* 如下，以了解更多信息。

<details>

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

|         |                             |
| ------- | --------------------------- |
| **筛选器** | **说明**                      |
| 广告主     | 选择要包含在此报表中的哪个品牌（以前的 *广告主*）。 |
| 项目      | 选择要包含在此报表中的哪个项目。            |
| 媒体      | 选择要包含的哪个合作伙伴（以前的 *媒体合作伙伴*）。 |

</details>

<details>

<summary>表格参考</summary>

|         |                                          |
| ------- | ---------------------------------------- |
| **表格列** | **说明**                                   |
| 项目 ID   | 该行合作伙伴签约到的项目（原 *活动*）的 impact.com 分配 ID。  |
| 项目      | 该行合作伙伴签约到的项目名称。                          |
| 广告主 ID  | 该行合作伙伴所合作的品牌（原 *广告主*）的 impact.com 分配 ID。 |
| 广告主     | 该行合作伙伴签订合同的品牌名称（原 *广告主*）与该行合作伙伴签订合同。     |
| 合作伙伴 ID | 该行合作伙伴的 impact.com 分配 ID。                |
| 合作伙伴    | 该行合作伙伴的名称。                               |
| 类型      | 合作伙伴如何加入该项目（例如，通过合作伙伴的品牌市场）。             |
| URL     | 合作伙伴提供的 URL。                             |
| 合同名称    | 管理合作关系的合同名称。                             |
| 添加日期    | 该行合作伙伴签署合同的日期和时间。                        |
| 到期日期    | 该行合同到期的日期和时间（如果已到期）。如果合同尚未到期，则此处为空。      |

</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/reports/advertiser-partner-listing-for-agencies.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.
