# Campaign Creative Requirements 2.0

*This page is the evolution of the previous <span style="color: rgb(141, 93, 217);">[Creative Requirements](https://manual.eskimi.com/books/general-information/page/creative-requirements "Creative Requirements") </span>page. Updated 09.2026.*

---

#### <span style="color: rgb(141, 93, 217);">**⚡ START HERE**</span>

The creative assets needed for campaigns depend on two things:

1. **The creative format you are using**
2. **Whether the client is supplying a finished advert or asking Creative Studio to build it**

Use this chapter to check the required file types, dimensions, file sizes and supporting information before either submitting a brief, or before going live with supplied creative.

<p class="callout info">**Requirements may differ by country, publisher or placement. Always confirm the final campaign requirements.**</p>

---

##### <span style="color: rgb(141, 93, 217);">**🖼️ STATIC BANNERS**</span>

A static banner is a completed image with no movement or interaction.

<table border="1" id="bkmrk-requirement-details-" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 50.0596%;"></col><col style="width: 50.0596%;"></col></colgroup><tbody><tr><th class="align-left"><span style="color: rgb(141, 93, 217);">**REQUIREMENT**</span></th><th class="align-left"><span style="color: rgb(141, 93, 217);">**DETAILS**</span></th></tr><tr><td>**Accepted files**</td><td>.PNG, .JPG or .GIF</td></tr><tr><td>**Recommended size**</td><td>Up to 150 KB</td></tr><tr><td>**Maximum size**</td><td>For File Banner: 150 KB  
For Rich Media templates: 4.5 MB</td></tr><tr><td>**Movement**</td><td>None</td></tr></tbody></table>

*\*While .GIFs are accepted, they come with limitations. <span style="color: rgb(141, 93, 217);">[Ready about the file size hurdles with .GIFs here](https://manual.eskimi.com/books/eskimi-creative-studio-101/page/the-downside-of-gif-formats "The downside of .GIFs")</span>.*

<span style="text-decoration: underline;">**BANNER SIZES:**</span>

These are common dimensions, not a guarantee that every size is available in every market. See top performing sizes per market <span style="color: rgb(141, 93, 217);">[here](https://docs.google.com/spreadsheets/d/1AcQkKtDbv9_4JGK4q0qzUWYjhGS8uEN1_3oJpEjqBWQ/edit?usp=sharing "Best Performing Sizes in The Markets")</span>. You can also use the <span style="color: rgb(141, 93, 217);">[Traffic Discovery Tool](https://dsp.eskimi.com/admin/trafficDiscovery "Traffic Discovery Tool")</span> for data from the past 30 days.

<table border="1" id="bkmrk-common-mobile-dimens" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 50%;"></col><col style="width: 50%;"></col></colgroup><tbody><tr><td><span style="color: rgb(141, 93, 217);">**COMMON MOBILE DIMENSIONS**</span></td><td><span style="color: rgb(141, 93, 217);">**COMMON DESKTOP DIMENSIONS**</span></td></tr><tr><td>200 × 200

</td><td>120 × 600</td></tr><tr><td>250 × 250</td><td>160 × 600</td></tr><tr><td>300 × 50</td><td>250 × 250</td></tr><tr><td>300 × 100</td><td>300 × 250</td></tr><tr><td>300 × 250</td><td>300 × 600</td></tr><tr><td>300 × 600</td><td>336 × 280</td></tr><tr><td>320 × 50</td><td>728 × 90</td></tr><tr><td>320 × 480</td><td>970 × 90</td></tr><tr><td>468 × 60</td><td>-</td></tr></tbody></table>

---

##### <span style="color: rgb(141, 93, 217);">**🎞️ ANIMATED BANNERS**</span>

These requirements apply for a completed HTML5 banner built by their own developer or creative agency.

<table border="1" id="bkmrk-requirement-details--1" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 50.0596%;"></col><col style="width: 50.0596%;"></col></colgroup><tbody><tr><th class="align-left"><span style="color: rgb(141, 93, 217);">**REQUIREMENT**</span></th><th class="align-left"><span style="color: rgb(141, 93, 217);">**DETAILS**</span></th></tr><tr><td>File type</td><td>HTML5 using JavaScript</td></tr><tr><td>Initial load</td><td>Maximum 150 KB</td></tr><tr><td>Total download</td><td>Maximum 5 MB</td></tr><tr><td>Animation duration</td><td>Must stop and remain static after 30 seconds</td></tr></tbody></table>

The same common mobile and desktop dimensions listed under **Static Banners** apply.

<span style="text-decoration: underline;">**TECHNICAL REQUIREMENTS**</span>

The creative team (whether in-house with Eskimi Creative Studio, or the client's own internal or agency creative team) must ensure that:

- The creative is fully SSL compliant
- All files and resources load through secure `https` connections
- The landing page also uses `https`
- The main `index.html` file contains the campaign landing-page URL
- A supported click macro is included
- The click-through opens in a new browser tab or window
- The click target is set to `_blank`
- The HTML and JavaScript code is valid
- The creative passes the <span style="color: rgb(141, 93, 217);">[W3C code validator](https://validator.w3.org/)</span>
- The browser console contains no errors

Supported click macros include:

- `{CLICK_URL}`
- `{CLICK_URL_ENC}`
- `{CLICK_URL_ASYNC}`

<span style="text-decoration: underline;">**PLAIN LANGUAGE DEFINITIONS FOR NON-DEVELOPERS:**</span>

An HTML5 banner is basically a **tiny website inside an advert**. These rules make sure it is safe, works correctly and records clicks.

- **SSL compliant / HTTPS:** Everything must use a secure, locked internet connection; no part of the banner or landing page may use an unsafe `http` link
- **`index.html`:** This is the banner’s main instruction file; it must know which website to open when someone clicks the advert
- **Click macro:** This is a temporary placeholder for the final tracking link; when the advert runs, Eskimi replaces it with the correct URL so the click can be recorded
- **Supported macros:** `{CLICK_URL}`, `{CLICK_URL_ENC}` and `{CLICK_URL_ASYNC}` are different versions of that placeholder; the developer chooses the correct one
- **Open in a new tab:** Clicking the advert should open the client’s website without closing the page the person was viewing
- **`_blank`:** This is the code instruction that tells the browser to open the link in a new tab or window
- **Valid HTML and JavaScript:** The banner’s code must follow the correct rules, like a sentence following grammar rules
- **W3C validator:** This is an online “spell-checker” for website code. It looks for mistakes
- **No browser-console errors:** The browser has a hidden area where it reports technical problems; that area should not show any errors

**In simple terms:** the client must supply a finished banner that is secure, opens the correct link, tracks clicks and contains working code. If they cannot provide that, they should send the editable design files and ask Creative Studio to build it properly.

<p class="callout info">**These are developer requirements. If the client cannot provide a finished and technically compliant HTML5 file, submit the open files and brief Creative Studio to produce the banner instead.**</p>

---

##### <span style="color: rgb(141, 93, 217);">**📌 STICKY ADS**</span>

A sticky ad remains visible in a fixed position while the user moves through the page.

<table border="1" id="bkmrk-requirement-details--2" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 50.0596%;"></col><col style="width: 50.0596%;"></col></colgroup><tbody><tr><th class="align-left"><span style="text-decoration: underline;">**REQUIREMENT**</span></th><th class="align-left"><span style="text-decoration: underline;">**DETAILS**</span></th></tr><tr><td>Accepted files</td><td>.PNG, .JPG, .GIF or finished HTML5</td></tr><tr><td>Recommended size</td><td>Up to 150 KB</td></tr><tr><td>Maximum size</td><td>4.5 MB</td></tr></tbody></table>

<span style="color: rgb(141, 93, 217);">[*\*See above about .GIF limitations.*](https://manual.eskimi.com/books/eskimi-creative-studio-101/page/the-downside-of-gif-formats "The downside of .GIFs")</span>

<span style="text-decoration: underline;">**SUPPORTED DIMENSIONS**</span>

<table border="1" id="bkmrk-header-footer-sideba" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 25.0298%;"></col><col style="width: 25.0298%;"></col><col style="width: 25.0298%;"></col><col style="width: 25.0298%;"></col></colgroup><tbody><tr><td><span style="color: rgb(141, 93, 217);">**HEADER**</span></td><td><span style="color: rgb(141, 93, 217);">**FOOTER**</span></td><td><span style="color: rgb(141, 93, 217);">**SIDEBAR**</span></td><td><span style="color: rgb(141, 93, 217);">**FULL SCREEN**</span></td></tr><tr><td>300 × 50</td><td>120 × 600</td><td>120 × 600</td><td>320 × 480</td></tr><tr><td>300 × 100</td><td>160 × 600</td><td>160 × 90</td><td>480 × 320</td></tr><tr><td>300 × 250</td><td>200 × 200</td><td>160 × 600</td><td>720 × 1280</td></tr><tr><td>320 × 50</td><td>250 × 250</td><td>200 × 200</td><td>768 × 1024</td></tr><tr><td>728 × 90</td><td>300 × 50</td><td>234 × 60</td><td>1,024 × 768</td></tr><tr><td> </td><td>300 × 100</td><td>240 × 400</td><td> </td></tr><tr><td> </td><td>300 × 250</td><td>250 × 250</td><td> </td></tr><tr><td> </td><td>300 × 600</td><td>300 × 50</td><td> </td></tr><tr><td> </td><td>320 × 50</td><td>300 × 100</td><td> </td></tr><tr><td> </td><td>320 × 100</td><td>300 × 250</td><td> </td></tr><tr><td> </td><td>320 × 480</td><td>300 × 600</td><td> </td></tr><tr><td> </td><td>336 × 280</td><td>320 × 50</td><td> </td></tr><tr><td> </td><td>468 × 60</td><td>320 × 100</td><td> </td></tr><tr><td> </td><td>728 × 40</td><td>336 × 280</td><td> </td></tr><tr><td> </td><td>728 × 90</td><td>728 × 90</td><td> </td></tr><tr><td> </td><td>970 × 90</td><td>970 × 250</td><td>  
</td></tr></tbody></table>

*<span style="color: rgb(141, 93, 217);">[\*Everything you need to know about Sticky Ads.](https://manual.eskimi.com/books/sticky-ads/page/everything-you-need-to-know-about-sticky-ads "*Everything you need to know about Sticky Ads")</span>*

---

##### <span style="color: rgb(141, 93, 217);">**✨ TEMPLATED RICH MEDIA**</span>

The **Rich Media Template Builder** is a self-serve tool inside the <span style="color: rgb(141, 93, 217);">[Eskimi DSP](https://dsp.eskimi.com/admin/creatives-builder "Eskimi DSP")</span> that lets you turn static images and videos into interactive, high-impact rich media ads in minutes, without any coding. Users choose from 20+ pre-designed templates (such as Carousel, 3D Cube, Pixel Pages, Parallax and Scratch to Reveal), upload their assets into the template's frames, and are immediately ready for campaign go-live. It's available to every client tier, including self-service, with no Creative Studio involvement or minimum budget. Custom rich media, by contrast, is built by the Studio and carries a minimum spend.

##### **WHAT TO PROVIDE**

- Good quality .JPG / .PNG in the required dimensions
- - We usually prefer to deliver them in double the dimensions to prevent any pixelation - here’s how it works using a standard 300x250 banner as an example:
        
        
        - The actual “slot” on the website is 300x250 pixels
        - If we provide a file that is exactly 300x250, it can look blurry on those sharp screens
        - To fix this, we create the image at 600x500 (double the size)
        - The website then “squeezes” those extra pixels into that original 300x250 slot
        - This isn’t about making the banner physically bigger on the page - it’s a compression tactic to make sure the image stays crisp and sharp.
            
            High-quality .PNG or .JPG images in the required banner dimensions
- .MP4 videos in the relevant dimensions for video templates

##### **SUPPORTED DIMENSIONS**

- 300 × 250
- 320 × 480
- 300 × 600
- 160 × 600
- 300 × 50
- 300 × 150
- 300 × 300
- 320 × 50
- 320 × 100
- 320 × 320
- 336 × 280
- 728 × 90
- 970 × 90
- 970 × 250

### HOW MANY IMAGES ARE REQUIRED?

The number of required images depends on the selected template.

<table id="bkmrk-assets-available-pos"><thead><tr><th>ASSETS AVAILABLE</th><th>POSSIBLE FORMATS</th></tr></thead><tbody><tr><td>1 image</td><td>Glitch, Countdown, Dancing 3D, Rotating Billboard</td></tr><tr><td>2 images</td><td>Shake &amp; Break, Blinds, Slider, Scratch to Reveal, Page Flip, Parallax</td></tr><tr><td>3 images</td><td>3D Rotating, Carousel, Pixel Pages, 3D Triangle, Parallax 3D Triangle</td></tr><tr><td>4 images</td><td>Carousel, Pixel Pages, 3D Cubes, Vertical 3D Cube, Animated Cubes, Animated 3D Cubes, Horizontal 3D Cube, Parallax 3D Cube</td></tr><tr><td>5–6 images</td><td>Carousel or Pixel Pages</td></tr><tr><td>7–10 images</td><td>Carousel</td></tr></tbody></table>

Some formats have additional requirements. Check the individual format specifications before confirming the execution with the client.

<span style="background-color: rgb(241, 196, 15);">WHY ARE MY BANNERS PIXELLATING</span>

---

## 🧩 CUSTOM RICH MEDIA

Custom Rich Media is designed and developed specifically for the campaign rather than built from an existing template.

##### **WHAT TO PROVIDE**

- Editable PSD or other approved open files
- Each visual element on a separate layer
- Brand guidelines or brand book
- Logos
- Font files
- Final copy
- Final CTA
- CTA design or CTA guidelines
- All required banner dimensions
- A short explanation of the required user journey

### WHAT IS THE USER JOURNEY?

The user journey explains what happens when someone sees or interacts with the advert.

For example:

1. The product appears.
2. The user selects an option.
3. The advert displays the result.
4. The user clicks the CTA to visit the client’s website.

A few clear sentences are enough for an initial brief. More complex experiences may require a storyboard before development begins.

---

## 🧊 FORCED PERSPECTIVE AND 3D FORMATS

Forced Perspective and other 3D formats require both the campaign design and accurate product references.

##### **DESIGN ASSETS**

Please provide:

- Editable campaign design files
- Each element organised on a separate layer
- Brand guidelines
- Logos
- Font files
- Final copy
- Final CTA
- CTA design or guidelines
- All required dimensions
- A short explanation of the required movement or user journey

##### **3D PRODUCT ASSETS**

Where available, please provide:

- An existing 3D model of the product
- Product packaging artwork or a print sheet
- High-quality product reference images
- All texture image files used by the 3D model

Accepted 3D model formats include:

- GLTF
- FBX
- OBJ

### WHAT DOES “UV MAPPED” MEAN?

The 3D model provides the shape of the object. The texture image provides its surface design, including colours, labels, logos and product information.

UV mapping tells the software where each part of the flat texture must appear on the 3D object.

> 💡 Think of it as wrapping a printed label around a bottle or placing packaging artwork around a box.

Where possible, provide a **UV-mapped 3D model with all related texture files**. A model without its textures may appear plain, white or incomplete.

If no 3D model exists, Creative Studio may require clear photographs of the product from the front, back, sides, top and bottom.

---

## 💥 HIGH IMPACT FORMATS

High Impact formats use larger or more unusual placements to create a more noticeable experience.

##### **WHAT TO PROVIDE**

- Editable PSD or other approved open files
- Layered campaign artwork
- Logos
- Fonts
- Final copy
- Final CTA
- Brand guidelines
- High-quality images
- All available product assets

<table id="bkmrk-format-requirement-f"><thead><tr><th>FORMAT</th><th>REQUIREMENT</th></tr></thead><tbody><tr><td>Floating Ad</td><td>150 × 150 PNG, JPG or layered PSD</td></tr><tr><td>Full Page Takeover</td><td>Responsive assets</td></tr><tr><td>Topscroll</td><td>Responsive assets</td></tr><tr><td>Midscroll</td><td>Responsive assets</td></tr></tbody></table>

### WHAT DOES “RESPONSIVE” MEAN?

A responsive format adjusts to the size of the screen where it appears.

This means the design must work across different screen sizes instead of being created at only one fixed dimension. Creative Studio may request additional background images, safe areas or layered assets depending on the selected format.

---

## 🔄 DYNAMIC ADS

Dynamic ads automatically change some content using an external source of information.

For example, an advert may display different:

- Products
- Prices
- Locations
- Weather conditions
- Promotional messages

##### **WHAT TO PROVIDE**

The requirements depend on what will change.

<table id="bkmrk-dynamic-content-what"><thead><tr><th>DYNAMIC CONTENT</th><th>WHAT WE NEED</th></tr></thead><tbody><tr><td>Products or prices</td><td>Product feed in JSON or XML format</td></tr><tr><td>Weather</td><td>The required cities and weather conditions</td></tr><tr><td>Other live information</td><td>Access to a suitable API</td></tr><tr><td>Creative design</td><td>Editable, layered campaign assets</td></tr></tbody></table>

### WHAT ARE FEEDS AND APIs?

A **product feed** is a structured file containing information such as product names, images, prices and links.

An **API** is a connection that allows the advert to request information from another system.

> Speak to Creative Studio before promising a dynamic execution. We must confirm that the data source is available, correctly structured and technically accessible.

##### **COMMON MOBILE DIMENSIONS**

- 320 × 480
- 300 × 250
- 300 × 600
- 250 × 250
- 200 × 200
- 300 × 100
- 468 × 60
- 320 × 50
- 300 × 50

##### **COMMON DESKTOP DIMENSIONS**

- 300 × 250
- 728 × 90
- 250 × 250
- 300 × 600
- 160 × 600
- 120 × 600
- 336 × 280
- 970 × 90

---

# NATIVE AND SOCIAL FORMATS

---

## 📰 NATIVE ADS

Native ads are designed to fit the look and structure of the website or app where they appear.

##### **REQUIRED ASSETS**

<table id="bkmrk-asset-requirement-ic"><thead><tr><th>ASSET</th><th>REQUIREMENT</th></tr></thead><tbody><tr><td>Icon or logo</td><td>128 × 128</td></tr><tr><td>Main image</td><td>1200 × 627</td></tr><tr><td>Additional image options</td><td>600 × 600, 400 × 400 or 1200 × 1200</td></tr><tr><td>Title</td><td>Maximum 25 characters</td></tr><tr><td>Description</td><td>Maximum 90 characters</td></tr><tr><td>CTA</td><td>Maximum 15 characters</td></tr><tr><td>Advertiser name</td><td>Maximum 25 characters</td></tr></tbody></table>

Character limits include spaces and punctuation.

##### **OPTIONAL INFORMATION**

Depending on the placement, you may also provide:

- Number of likes
- Number of downloads
- Price
- Sale price
- Phone number
- Address
- Star rating
- Additional description
- Display URL

<table id="bkmrk-optional-field-maxim"><thead><tr><th>OPTIONAL FIELD</th><th align="right">MAXIMUM LENGTH</th></tr></thead><tbody><tr><td>Price</td><td align="right">50 characters</td></tr><tr><td>Sale price</td><td align="right">50 characters</td></tr><tr><td>Phone number</td><td align="right">50 characters</td></tr><tr><td>Address</td><td align="right">100 characters</td></tr><tr><td>Star rating</td><td align="right">4 characters</td></tr><tr><td>Additional description</td><td align="right">90 characters</td></tr><tr><td>Display URL</td><td align="right">1,000 characters</td></tr></tbody></table>

---

## 📱 FACEBOOK AND INSTAGRAM IN-FEED ADS

Before launch, the client’s Facebook account must be correctly connected. Contact Ad Operations for help with account integration and permissions.

##### **REQUIRED ASSETS**

<table id="bkmrk-asset-requirement-ap"><thead><tr><th>ASSET</th><th>REQUIREMENT</th></tr></thead><tbody><tr><td>App, product or brand icon</td><td>128 × 128</td></tr><tr><td>Main landscape image</td><td>1200 × 627</td></tr><tr><td>Square image</td><td>600 × 600</td></tr><tr><td>Title</td><td>Maximum 25 characters</td></tr><tr><td>Description</td><td>Maximum 90 characters</td></tr><tr><td>CTA</td><td>Maximum 15 characters</td></tr><tr><td>Advertiser name</td><td>Maximum 25 characters</td></tr></tbody></table>

Character limits include spaces and punctuation.

Keep text within the image to a minimum.

---

# VIDEO AND AUDIO FORMATS

---

## 🎮 IN-GAME ADS

In-game advertising may use a banner or video displayed inside a game environment.

##### **ACCEPTED FILES**

- Banner: JPG, GIF, finished HTML5 or approved tags
- Video: MP4

##### **COMMON BANNER DIMENSIONS**

- 480 × 320
- 300 × 250
- 640 × 360
- 336 × 280
- 320 × 480
- 320 × 50
- 640 × 480

Additional supported dimensions may include:

- 768 × 1024
- 1920 × 1080
- 970 × 250
- 728 × 90
- 300 × 600
- 320 × 320
- 160 × 600
- 250 × 250
- 320 × 100
- 360 × 640
- 320 × 180

##### **VIDEO DIMENSIONS**

- 320 × 480
- 480 × 320
- 1024 × 768
- 768 × 1024

<table id="bkmrk-video-requirement-gu"><thead><tr><th>VIDEO REQUIREMENT</th><th>GUIDANCE</th></tr></thead><tbody><tr><td>Recommended file size</td><td>Less than 15 MB</td></tr><tr><td>Recommended duration</td><td>6–15 seconds</td></tr></tbody></table>

---

## ▶️ IN-BANNER VIDEO

In-banner video places a video inside a display banner.

<table id="bkmrk-requirement-details--3"><thead><tr><th>REQUIREMENT</th><th>DETAILS</th></tr></thead><tbody><tr><td>File type</td><td>MP4</td></tr><tr><td>Aspect ratio</td><td>4:3</td></tr><tr><td>Maximum size</td><td>5 MB</td></tr><tr><td>Recommended duration</td><td>Up to 30 seconds</td></tr></tbody></table>

Also provide:

- A short description
- CTA wording
- An optional 300 × 250 companion banner in PNG, JPG or finished HTML5 format

---

## 🎬 VAST VIDEO

VAST is a standard method used to deliver video ads across compatible websites and apps.

<table id="bkmrk-requirement-details--4"><thead><tr><th>REQUIREMENT</th><th>DETAILS</th></tr></thead><tbody><tr><td>File type</td><td>MP4</td></tr><tr><td>Aspect ratio</td><td>16:9</td></tr><tr><td>Maximum size</td><td>5 MB</td></tr><tr><td>Recommended duration</td><td>Up to 30 seconds</td></tr><tr><td>Maximum duration</td><td>6 minutes</td></tr></tbody></table>

Also provide:

- A short description
- CTA wording
- An optional 300 × 250 companion banner in PNG, JPG or finished HTML5 format

---

## 🎁 REWARDED VIDEO

Rewarded video gives a user an in-app reward for watching the advert.

<table id="bkmrk-requirement-details--5"><thead><tr><th>REQUIREMENT</th><th>DETAILS</th></tr></thead><tbody><tr><td>File type</td><td>MP4</td></tr><tr><td>Dimensions</td><td>320 × 480 or 480 × 320</td></tr><tr><td>Maximum size</td><td>5 MB</td></tr><tr><td>Recommended duration</td><td>Up to 30 seconds</td></tr></tbody></table>

Also provide:

- A short description
- CTA wording
- An optional 300 × 250 companion banner in PNG, JPG or finished HTML5 format

---

## 📺 CONNECTED TV ADS

Connected TV, also called CTV, refers to video advertising shown through internet-connected television services and devices.

<table id="bkmrk-requirement-details--6"><thead><tr><th>REQUIREMENT</th><th>DETAILS</th></tr></thead><tbody><tr><td>Accepted file</td><td>MP4</td></tr><tr><td>Alternative delivery</td><td>External VAST URL without VPAID</td></tr><tr><td>Dimensions</td><td>1920 × 1080</td></tr><tr><td>Recommended size</td><td>Up to 45 MB</td></tr><tr><td>Maximum size</td><td>100 MB</td></tr><tr><td>Recommended duration</td><td>Up to 30 seconds</td></tr><tr><td>Maximum duration</td><td>1 minute</td></tr></tbody></table>

VPAID and OMID are not supported. This means viewability cannot be tracked using these technologies.

---

## 🔊 AUDIO ADS

<table id="bkmrk-requirement-details--7"><thead><tr><th>REQUIREMENT</th><th>DETAILS</th></tr></thead><tbody><tr><td>Accepted files</td><td>MP3, WAV, WMA or OGG</td></tr><tr><td>Minimum bitrate</td><td>128 kbps</td></tr><tr><td>Maximum size</td><td>50 MB</td></tr><tr><td>Recommended duration</td><td>15–30 seconds</td></tr></tbody></table>

Some limited inventory supports audio up to 60 seconds. Confirm availability before promising a longer execution.

---

## ⏭️ YOUTUBE BUMPER ADS

A bumper ad is a short YouTube video advert.

##### **REQUIREMENTS**

- The video must be no longer than 6 seconds
- The final video must be uploaded to YouTube
- The YouTube video link must be provided

---

## 📹 YOUTUBE IN-STREAM ADS

##### **REQUIREMENTS**

- Recommended video duration: 15, 20 or 30 seconds
- The final video must be uploaded to YouTube
- The YouTube video link must be provided

---

# ✅ FINAL ASSET CHECK

Before submitting the brief, confirm that you have provided:

- [ ]  [ ]  The correct file type
- [ ]  [ ]  The correct dimensions or aspect ratio
- [ ]  [ ]  Files within the permitted size limit
- [ ]  [ ]  Final, approved copy
- [ ]  [ ]  Final CTA
- [ ]  [ ]  The destination URL
- [ ]  [ ]  Logos and brand guidelines
- [ ]  [ ]  Font files where Creative Studio is producing the advert
- [ ]  [ ]  Editable, layered source files where required
- [ ]  [ ]  All required images or videos
- [ ]  [ ]  A clear explanation of the creative behaviour
- [ ]  [ ]  All required country or publisher specifications
- [ ]  [ ]  Any required product feed, API or 3D assets
- [ ]  [ ]  The campaign launch date

> **Incomplete or incorrect assets may delay production.** Creative Studio lead times begin only after all required information and usable assets have been received.