> 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ファイルのダウンロードが自動的に開始されます。このファイルに含まれるデータの完全な内訳については、以下のブランドエクスポートのリファレンスをご覧ください。

<details>

<summary>ブランドエクスポートのリファレンス</summary>

<table><thead><tr><th width="195.0703125">表の列</th><th>説明</th></tr></thead><tbody><tr><td>広告主URL</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/ja/nitsuitebitaidesuka/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/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.
