> 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 文件将开始自动下载。有关此文件中所含数据的完整说明，请参阅下方的品牌导出参考。

<details>

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

<table><thead><tr><th width="195.0703125">表格列</th><th>说明</th></tr></thead><tbody><tr><td>广告主网址</td><td>指向品牌网页的 URL。</td></tr><tr><td>广告主类别</td><td>该品牌销售的产品类别。</td></tr><tr><td>项目 ID</td><td>品牌的项目 ID。</td></tr><tr><td>项目名称</td><td>品牌项目的名称。</td></tr><tr><td>合同状态</td><td><p>你与品牌合作关系的状态。这包括你合作过的所有品牌，无论合作是否仍然有效。</p><ul><li>有效：你与该品牌的合同目前仍然生效。</li><li>已过期：你与该品牌的合同已不再有效。</li></ul></td></tr><tr><td>跟踪链接</td><td>你用于推广该品牌的跟踪链接。</td></tr><tr><td>允许深度链接</td><td>该品牌是否允许你 <a href="/partner/zh/ni-xiang-liao-jie-shen-me/platform-features/tracking/tracking-links/create-and-manage-links/tracking-links-overview.md">深度链接</a> 进入他们的网站。</td></tr><tr><td>收益</td><td>合同中规定的收益条款。这是你通过推动行为获得奖励的方式。</td></tr></tbody></table>

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