> 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/ja/nitsuitebitaidesuka/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    | ブランドのWebページにつながるURL。                                                                                                                                                         |
| 広告主カテゴリ    | ブランドが販売している製品のカテゴリ。                                                                                                                                                          |
| プログラムID    | ブランドのプログラムID。                                                                                                                                                                |
| プログラム名     | ブランドのプログラム名。                                                                                                                                                                 |
| 契約ステータス    | <p>ブランドとのパートナーシップの状態。これには、パートナーシップが有効かどうかに関わらず、提携したすべてのブランドが含まれます。</p><ul><li>有効: ブランドとの契約は現在も有効です。</li><li>期限切れ: ブランドとの契約はもはや有効ではありません。</li></ul>                           |
| トラッキングリンク  | ブランドを宣伝するために使用するトラッキングリンク。                                                                                                                                                   |
| ディープリンクを許可 | ブランドがあなたに許可しているかどうか [ディープリンク](/partner/ja/nitsuitebitaidesuka/platform-features/tracking/tracking-links/create-and-manage-links/tracking-links-overview.md) を自社ウェブサイト内で行うこと。 |
| 報酬         | 契約で定められた支払い条件。これは、アクションを促進した際の報酬方法です。                                                                                                                                        |

</details>

{% hint style="success" %}
**注：** 新しいブランドパートナーシップの機会を見つけたい場合は、以下の方法をご覧ください [ブランドを見つけて応募する](/partner/ja/nitsuitebitaidesuka/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/ja/nitsuitebitaidesuka/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.
