Technical specifications !
Recommended advertising formats :
SUBMISSION: Advertising elements must be sent at least 5 working days before the start of the campaign. If these deadlines are not respected, Ad.MySports cannot be held responsible for any delay in the launch of the campaign in relation to the date initially planned.

| Name | Size (LxH px) | Comments | Type | Device | Example |
|---|---|---|---|---|---|
| Paving stone video | 300x250 | Max duration 15s | HTML5 or script | Desktop + Mobile | Example |
| Wide Angle video | 300x600 | Max duration 15s | HTML5 or script | Desktop | Example |
| Billboard video | 970x250 or 1000x250 | Max duration 15s | HTML5 or script | Desktop | Example |
| Wallpaper video | 1800x1000 | Only assembly by Admysports | Example |
Click here to see HTML5 instructions
Follow the instructions below to create an HTML5 ZIP folder to import into Ad Manager. They normally apply to all HTML5-compatible browsers. Some creations may not work as expected. Test the HTML5 code before implementing it.
size to define the dimensions to be used to display your creation : <meta name="ad.size" content="width=[x],height=[y] ]"> The dimensions of HTML5 creations must be fixed. Examples. Exemples : 300x250, 400x400, 728x90. Dynamic sizes (such as Fluide) are not accepted.
Example
<meta name="ad.size" content="width=300,height=250">
minWidth et minHeight parameter creativeProperties must be non-zero.
Example
The following codes generates an error : "creativeProperties":{"minWidth":0,"minHeight":0,"maxWidth":0,"maxHeight":0}.
An output is an area that the user can click on and which redirects the browser to a destination page. Click tags define the destination URLs for each output of your HTML5 creation.
When a user clicks on an output, creation calls Ad Manager to obtain the associated destination URL.
Ad Manager detects click tags when you import elements. You can change the destination URL used by a click tag at any time, even after you've exported the tags.
<head> of your HTML documents.
<head>
<meta name="ad.size" content="width=300,height=250">
<script type="text/javascript">
var clickTagFoo = "http://www.google.com";
</script>
</head>%chttp://www.google.com),where unwanted characters (In This case, %c) or a non-compatible macro ont may have been introduced. n this case, try deleting the macro or the extra text characters, then run a new test.clickTagFoo) as the destination in creations.
<a href="javascript:void(window.open(clickTagFoo))">
<img src="images/dclk.png" border=0>
</a>