# Creatives

Each campaign includes a dedicated **Creatives** section, where you can upload and manage promotional assets for affiliates to use in their marketing efforts.

Creatives can be shared with all affiliates in the campaign or restricted to selected affiliates only.

#### Supported Types:

<table><thead><tr><th width="115">Type</th><th>Description</th></tr></thead><tbody><tr><td><strong>Banner</strong> </td><td>Image files: Tracknow automatically generates a clickable, trackable HTML snippet for each image, allowing affiliates to easily embed it on their website.</td></tr><tr><td><strong>HTML</strong></td><td>HTML files: You can either paste your HTML code directly into the code field or drag and drop an HTML file into the code block for easy upload.</td></tr><tr><td><strong>Email</strong></td><td>HTML files meant to be sent as emails: You can either paste your HTML code directly into the code field or drag and drop an HTML file into the code block for easy upload.</td></tr><tr><td><strong>Link</strong></td><td>URLs: Add links to relevant pages or files that you want affiliates to have access to.</td></tr><tr><td><strong>Video</strong></td><td>Video files: Upload video assets that affiliates can download and use in their promotions.</td></tr><tr><td><strong>Coupon</strong></td><td>Coupon codes: Share general-use coupon codes that affiliates can promote (distinct from unique, affiliate-specific codes used for attribution).</td></tr><tr><td><strong>ZIP</strong></td><td>Any file type: Upload files in a compressed ZIP format for easy distribution and download.</td></tr><tr><td><strong>HTML5</strong></td><td>ZIP files: Upload a ZIP file containing your HTML5 creative, with the <code>index.html</code> file located at the root of the archive.</td></tr></tbody></table>

***

### Adding Creatives to a Campaign

Navigate to **Campaigns** → Click on the name of the relevant campaign → **Tracking Tools / Creatives** → **Add New**

<figure><img src="/files/adnAxCg73du6ld5hUCMY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/HvPSmzrIBkZ74M9TcT34" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="222">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>URL (Optional)</strong></td><td>For clickable creatives, you can specify a destination URL for users to be directed to. If no URL is provided, the campaign’s default landing page will be used.</td></tr><tr><td><strong>Sub 1 (Optional)</strong></td><td>Pass a value in the <code>sub1</code> parameter to append it to the tracking link and store it with the click record.</td></tr><tr><td><strong>Info (Optional)</strong></td><td>Description for the creative (visible to affiliates)</td></tr><tr><td><strong>Start/End Date (Optional)</strong></td><td>Set a start and/or end date to control when the creative is visible to affiliates, making it available from a specific date and automatically hiding it once the end date is reached.</td></tr><tr><td><strong>Private (Optional)</strong></td><td>When disabled, the creative is available to all affiliates. When enabled, you can restrict access by selecting specific affiliates.</td></tr></tbody></table>

***

### Where Affiliates Can Access the Creatives

Affiliates can view available creatives in the **Creatives** section of their affiliate portal.

<figure><img src="/files/0sg3lOUUpkxNmDuuguxu" alt=""><figcaption></figcaption></figure>


---

# 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://docs.tracknow.io/campaigns/creatives.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.
