> 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/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/working-with-brands/contacting-a-brand/can-i-download-a-list-of-all-brands-on-impactcom.md).

# 获取你所有品牌合作的列表

<a href="https://pxa.impact.com/student/activity/1099688?sid=0c0e3e5c-54c9-4435-9bee-ebcdccb7f292&#x26;sid_i=0?utm_source=app.impact.com&#x26;utm_medium=owned-platform&#x26;utm_content=part-lp-351&#x26;utm_campaign=help-center" class="button primary">参加 PXA 课程</a>

要扩大业务规模，您需要清晰了解您的合作关系。拥有品牌列表可让您审核合作关系、优先处理高价值佣金，并找出哪些品牌需要更新链接。

本文重点介绍如何直接从平台下载当前和过去的品牌合作列表，不包括已归档或已从您的计划中移除的品牌。如果您经常使用 API 来大规模管理此类数据，请参阅我们的 [列出所有项目](https://integrations.impact.com/partner-api-reference/reference/programs/programs) 而是使用该端点。

#### 下载您的合作历史

使用此方法生成一个包含您品牌合作详情的完整 CSV 文件：

1. 在顶部导航菜单中，选择 **发现** → **我的品牌导出**.
   * 一份包含您当前和过去品牌合作信息的 CSV 文件将开始下载。请参阅 *品牌导出参考* 下方内容，了解 CSV 文件包含的数据。

<details>

<summary>品牌导出参考</summary>

| 表格列    | 说明                                                                                                                                                        |
| ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 广告主网址  | 指向该品牌网页的 URL。                                                                                                                                             |
| 广告主类别  | 该品牌销售的产品类别。                                                                                                                                               |
| 项目 ID  | 该品牌的项目 ID。                                                                                                                                                |
| 项目名称   | 该品牌项目的名称。                                                                                                                                                 |
| 合同状态   | <p>您与品牌合作的状态。这包括您合作过的所有品牌，无论合作是否仍然有效。</p><ul><li>有效：您与该品牌的合同目前仍在生效中。</li><li>已过期：您与该品牌的合同已不再有效。</li></ul>                                                 |
| 跟踪链接   | 您用于推广该品牌的跟踪链接。                                                                                                                                            |
| 允许深度链接 | 该品牌是否允许您 [深度链接](/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/tracking/tracking-links/create-and-manage-links/tracking-links-overview.md) 到其网站。 |
| 收益     | 合同中规定的佣金条款。这是您通过促成操作获得奖励的方式。                                                                                                                              |

</details>

{% hint style="success" %}
**注意：** 如果您想寻找新的品牌合作机会，请了解如何 [查找并申请品牌](/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/working-with-brands/applying-to-brands/find-and-apply-to-brands.md).
{% endhint %}


---

# 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/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/working-with-brands/contacting-a-brand/can-i-download-a-list-of-all-brands-on-impactcom.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.
