# Media Assets

Media assets is the section where you can upload banners, emails and other creative resources for affiliates to grab and use them for promotion. There are the 4 different media assets supported:

1. Banner, Image&#x20;
2. Screenshot, Image
3. JavaScript
4. Email (HTML)&#x20;

To create a new media asset:

1. Go to 'Media Assets'
2. Click 'Create'
3. Choose the relevant asset type

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

### Create a Banner

1. Give your banner a **name**, which will appear in the list of media assets (i.e. the offer+size)
2. Choose the **Brand** related to the media.

{% hint style="warning" %}
Note that once the meaia asset is saved, the Brand can't be changed
{% endhint %}

3. Change the **Type** of media, if needed

{% hint style="warning" %}
Note that once the media asset is saved, the Type can't be changed
{% endhint %}

4. Write a description for the banner, that will be visible to affiliates. It could be a brief explanation of the offer presented in the banner, type of promotion etc.
5. Upload the banner from your device or from the web
6. Click 'Save'
7. After saving, choose from the list under “Related destination links” the possible destination link/s that the banner will point to. When grabbing a tracked version of this banner, affiliate can choose where this banner points to (i.e. home page, valentines day landing page etc)

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

You can also create “custom tags” that will help you define and filter your media assets easier, such as Currency, Language, Banner size, product etc.

To learn more refer to “[Custom tags](/affiliate-platform/custom-tags.md)” section.

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

### Create a Mailer

1. Give your mailer a **name**, which will appear in the list of media assets (i.e. the offer+size).
2. Choose the **Brand** related to the mailer.

{% hint style="warning" %}
Note that once the meaia asset is saved, the Brand can't be changed
{% endhint %}

3. Change the **Type** of media, if needed.

{% hint style="warning" %}
Note that once the media asset is saved, the Type can't be changed
{% endhint %}

4. Write a description for the mailer, that will be visible for affiliates. It could be a brief explanation of the offer presented in the mailer, type of promotion etc.
5. **Paste code** or **write code directly in the editor**.
6. Click 'Save'
7. After saving, choose from the list under “Related destination links” the possible destinations that links in the mailer will point to. When grabbing a tracked version of this email, affiliate can choose where this mailer points to (i.e. home page, valentines day landing page etc)

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

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

**Important!** \
\
Every URL in the HTML code (in tags) must have <mark style="color:blue;">**#Affiliate-link#**</mark> \
For example:  <mark style="color:red;">\<a href="#Affiliate-link#"></mark> , so an image in the header of the email that will lead to a destination link will look like this:&#x20;

{% code overflow="wrap" %}

```html
<a href="#Affiliate-link#"><img src="http://banners.netopartners.com/1/mail/images/bonus_100prc_nl/bonus_100prc_page_2_05.jpg"></a>
```

{% endcode %}

The <mark style="color:blue;">#Affiliate-link#</mark> tag will be replaced with the tracked destination link that the affiliate chose.

### Create a JavaScript Banner

A JavaScript banner can be used by the affiliate to place on his page/site. The banner content will be loaded from the JavaScript behind. What is behind that script is the responsibility of the operator. The operator can change any images or whatever is behind that banner on their side without notifying the affiliate or having them change the banner code and the image source.<br>

1. Give your JavaScript Banner a **name**, which will appear in the list of media assets (i.e. the offer+size).
2. Choose the **Brand** related to the JavaScript Banner.

{% hint style="warning" %}
Note that once the meaia asset is saved, the Brand can't be changed
{% endhint %}

3. Change the **Type** of media, if needed.

{% hint style="warning" %}
Note that once the media asset is saved, the Type can't be changed
{% endhint %}

4. Write a description for the JavaScript Banner, that will be visible for affiliates. It could be a brief explanation of the offer presented in the mailer, type of promotion etc.
5. **Paste code** or **write code directly in the editor**.
6. Click 'Save'
7. After saving, choose from the list under “Related destination links” the possible destination link/s that the Banner will point to. When grabbing a tracked version of this banner, affiliate can choose where it points to (i.e. home page, valentines day landing page etc)

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

<figure><img src="/files/brvgKQif1bsB70PNgksp" 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://help.theaffiliateplatform.com/affiliate-platform/media-assets.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.
