# Brand

Use this base URL.

`https://api.impact.com/Advertisers/{AccountSID}`

### Use a core resource

* `/Accounts`: Manage account setting and metadata.
* `/Actions`: View and manage conversion action.
* `/Ads`: Manage creative asset.
* `/Campaigns`: Create and manage campaign.
* `/Catalogs`: Manage product catalog and feed.
* `/Clicks`: Access click-level tracking data.
* `/Contracts`: Manage contract and term.
* `/Conversions`: Submit and query conversion event.

### Use a partnership resource

* `/Deals`: Manage special offer and deal condition.
* `/EventTypes`: Configure conversion event type.
* `/Invoices`: View partner invoice.
* `/LegalEntities`: Manage legal entity.
* `/Partners`: Discover and manage partner.
* `/PromoCodeExceptionLists`: Manage promo code exception list.

### Use a reporting resource

* `/Reports`: Generate performance report.
* `/ReportExport`: Export large report.
* `/TrackingValueRequests`: Manage custom tracking value request.
* `/UniqueUrls`: Create tracking URL.
* `/Upload`: Upload batch data and file.


---

# Agent Instructions: 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:

```
GET https://integrations.impact.com/api-reference/brand.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
