> For the complete documentation index, see [llms.txt](https://knowledgebase.offer18.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.offer18.com/network/offers/offer-creatives.md).

# Offer - Creatives

### Upload Creatives

#### 1. Go to **Offers » Select Offer**

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

#### 2. Select Offer » Creatives Tab

<figure><img src="/files/8vXJbG9aPUD5Tnkae8QA" alt=""><figcaption></figcaption></figure>

#### 3. Select Upload type

* Offer Creative
* Offer Logo

**4. Select file » It will be uploaded automatically.**

{% hint style="warning" %}
Only **GIF, ICO, JPG, JPEG, and PNG,** formats are allowed to be uploaded here.
{% endhint %}

***

### Supported Tracking Tokens for HTML Creatives

While creating **HTML creatives**, you can use **tracking tokens** within your HTML code to dynamically generate affiliate-specific tracking URLs.

When an affiliate downloads an HTML creative, these tracking tokens are automatically replaced with that affiliate's unique tracking URL. This ensures that:

* A tracking session is initiated when a user clicks the creative.
* Clicks are accurately attributed to the correct affiliate.
* Users are redirected to the appropriate landing page or destination URL.

**List of Tokens for Html Creatives:**

| Token                                 | Description                                                                                                                                                                                                                                                                                                                                                      |
| ------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **{tracking\_link}**                  | Generates the affiliate-specific tracking URL for the offer's default url.                                                                                                                                                                                                                                                                                       |
| **{tracking\_link\_landing\_random}** | Randomly selects one of the landing pages configured for the offer.                                                                                                                                                                                                                                                                                              |
| **{tracking\_link\_landing\_\*}**     | <p>Redirects users to a specific landing page configured for the offer. Replace <code>\*</code> with the landing page's serial number. The serial number corresponds to the order in which the landing pages are added to the offer.<br><br><strong>Example:</strong> <code>{tracking\_link\_landing\_1}</code><br><code>{tracking\_link\_landing\_2}</code></p> |
| **{impression\_link}**                | Generates the affiliate-specific impression URL.                                                                                                                                                                                                                                                                                                                 |

### Example

Use the `{tracking_link}` token in the `href` attribute of your anchor tag:

```
<a href="{tracking_link}">Click here</a>
```

When an affiliate downloads the HTML creative, the `{tracking_link}` token is automatically replaced with that affiliate's unique tracking URL.

**Example output:**

```
<a href="https://example.com/c?o=00011&m=000&a=00000">Click here</a>
```

***

### Delete Creatives

Click on the trash icon to delete Creatives

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