> 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/what-would-you-like-to-learn-about/platform-features/working-with-brands/contacting-a-brand/can-i-download-a-list-of-all-brands-on-impactcom.md).

# Get a List of All Your Brand Partnerships

<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">Take the PXA course</a>

To scale your business, you need a clear view of your partnerships. Having a list of your brands lets you audit your relationship, prioritize high-value payouts, and identify which brands require updated links.

This article focuses on downloading a list of your current and past brand partnerships directly from the platform, excluding brands that have been archived or removed from your program. If you regularly use APIs to manage such data at scale, see our [List all programs](https://integrations.impact.com/partner-api-reference/reference/programs/programs) endpoint instead.

#### Download your partnership history

Use this method to generate a full CSV file containing details about your brand partnerships:

1. From the top navigation menu, select **Discover** → **My Brands Export**.
   * A CSV file containing information about your current and past brand partnerships will start downloading. See the *Brands export reference* below to learn more about the data the CSV file contains.

<details>

<summary>Brands export reference</summary>

| Table Column        | Description                                                                                                                                                                                                                                                                                                              |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Advertiser URL      | A URL that leads to the brand's webpage.                                                                                                                                                                                                                                                                                 |
| Advertiser Category | What category of products the brand sells.                                                                                                                                                                                                                                                                               |
| Program ID          | The brand's program ID.                                                                                                                                                                                                                                                                                                  |
| Program Name        | The name of the brand's program.                                                                                                                                                                                                                                                                                         |
| Contract Status     | <p>The status of your partnerships with your brands. This includes all brands you've partnered with, regardless of whether your partnership is active or not.</p><ul><li>Active: Your contract with the brand is still currently in effect.</li><li>Expired: Your contract with the brand is no longer active.</li></ul> |
| Tracking Link       | The tracking link that you use to promote the brand.                                                                                                                                                                                                                                                                     |
| Allow Deep Linking  | Whether the brand allows you to [deep link](/partner/what-would-you-like-to-learn-about/platform-features/tracking/tracking-links/create-and-manage-links/tracking-links-overview.md) into their website.                                                                                                                |
| Payout              | The payout terms stipulated in your contract. This is how you're rewarded for driving actions.                                                                                                                                                                                                                           |

</details>

{% hint style="success" %}
**Note:** If you want to find new brand partnership opportunities, learn how to [find and apply to brands](/partner/what-would-you-like-to-learn-about/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/what-would-you-like-to-learn-about/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.
