Main requirements for banners
- File size should not exceed 60Kb
- File formats: .GIF, .JPG, .PNG or .SWF (for flash banners).
- No transparent background. Fully filled banner's space with readable borders.
- Banners for regional partners must contain 21 pixels free space on top, to place a headline.
Example.
-
We will not publish banner if:
•It contains any interface elements
• Contains any irritants
• Similar to porno sites advertisement.
- No 3-rd party codes
- It is possible to track impressions with following audit-pixels: AdHands, AdFox, AdRiver, CountBy, DoubleClick, Gemius, MediaMind, TNS, Weborama. Учет событий внутри Flash-баннеров (таких как проигрывание видео или наведение курсора на баннер) возможен с использованием только Adriver, MediaMind, Weborama.
Technical requirements for Flash banners
-
Static image (.GIF, .JPG, .PNG) of the same size as above should be provided for users with no Flash installed.
-
Cannot exceed Flash version 10 (ActionScript 2.0 / ActionScript 3.0).
- Click tag should be implemented as a button on the top layer of the flash file:
ActionScript 2.0: on(release) { getURL(_root.link1, "_blank"); } ActionScript 3.0: btn.addEventListener(MouseEvent.CLICK, clickHandler); function clickHandler(e:MouseEvent):void{ navigateToURL(new URLRequest(root.loaderInfo.parameters.link1), "_blank") }
Link should be opened in a new tab.
- ActionScript codes should contain nothing but animation control.
- In particular, it is restricted for banner to call external URL’s, operate with microphone and camera, use clipboard and work with local storage.
- No use of closed codes or any methods to prevent code's content analysis.
- Animation control should load CPU less then 60% in the maximum level and 35% in the average level (Celeron 1.5GHz is using as a reference CPU).
Flash banners development recommendations could be found here.
Reference banner for CPU loading test could be found here . Provided banner should not load the CPU more then the reference banner placed above
Here you can check if you banner is suitable for technical specifications
Technical requirements for video banners:
- A video player can be embedded into banner. This banner should follow all the basic foregoing rules.
- Video file specifications:
- Duration - 30 seconds or less;
- Maximum size - 2MB .
- Video resolution - 640x360 or video can occupy any banner’s area (example, 240х400 или 300х300)
- Stream specification:
- Video Bitrate: 400-450 kbit / s. Frame rate: up to 25FPS.
- Audio Bit rate: 80-100 kbit / s. Volume is 30dB or less
- Overall Bit rate: 480-550 kbit / s
- Video format:
- MP4 (MPEG- 4 ) video codecs H.264, audio codec - AAC.
- Videos must not be misleading, it can not contain UI elements, etc.
- For the case when the user does not have Flash, additional picture (GIF, JPG, PNG) must be provided. It’s dimensions should be corresponded to the banner’s slot size.
- User must have an option to pause video at any moment.
- In case of playing sound during video, user must have option to turn off the sound. (requires a intuitively obvious button to turn off the sound)
- Of demands of stability and security rules, video file will be stored on mail.ru servers
- The linked video file should be listed in video1 parameter of flash-banner:
ActionScript 2.0: var nc:NetConnection = new NetConnection(); nc.connect(null); var nStream:NetStream = new NetStream(nc); videoObj.attachVideo(nStream); videoObj - attachVideo(nStream) nStream.play(_root.video1); _root.video1 - instead of video file (flv) link
ActionScript 3.0: var nc:NetConnection = new NetConnection(); nc.connect(null); var nStream:NetStream = new NetStream(nc); videoObj.attachVideo(nStream); // videoObj - object name on scene (object- video) nStream.play(root.loaderInfo.parameters.video1); // root.loaderInfo.parameters.video1 - instead of video file (flv) link
Video file example can be downloaded here .
Technical Specifications for Video Banners with autoplay
By default video banner has build-in video player with it’s own controls (buttons “Play / Pause", “sound on / off" ) . The player also has its own statistics system, which allows to collect all VAST statistics:
- Sound on / off
- Pressing the Play / Pause
- Viewing progress: 25,50,75,100 % of video duration
Any event could be additionally counted with third-party audit system pixel.
Video banners capabilities:
- Default video banners start automatically
- Video banner may have no sound (“sound on / off” button will not be displayed)
- Video could be looped (in this case total amount of plays is counting)
- Video can occupy any banner’s area and could be displaced vertically or horizontally (exact dimensions of the video and the offset in pixels should be defined)
Video file specifications:
- Duration - 30 seconds or less;
- Maximum size - 2MB.
- Video resolution - 640x360 or video can occupy any banner’s area (example, 240х400 или 300х300).
- Stream specification:
- Video Bitrate: 400-450 kbit / s. Frame rate: up to 25FPS.
- Audio Bit rate: 80-100 kbit / s. Volume is 30dB or less
- Overall Bit rate: 480-550 kbit / s
- Video format:
- MP4 (MPEG- 4 ) video codecs H.264, audio codec - AAC
- Videos must not be misleading, it can not contain UI elements, etc..
- For the case when the user does not have Flash, additional picture (GIF, JPG, PNG) must be provided. It’s dimensions should be corresponded to the banner’s slot size.
Video banners samples:
- Video banner
This banner requires: - video file
- placeholder image
-
Video banner with bitmap background
This banner requires: - video file
- bitmap image (GIF, JPG, PNG) up to 60Kb
- placeholder image
- Video banner with bitmap foreground
This banner requires: - video file
- bitmap image (GIF, JPG, PNG) up to 60Kb
- placeholder image
-
Video banner with flash background
This banner requires: - video file
- swf file, that could contain only animation (UIs, video players and counters pixel links are not allowed).
- placeholder image
-
Video banner using third-party controls
If banner should have specially designed controls (Play/Pause, sound on/off buttons), Client may design his own player for playing video (swf). Player should have built-in AdmanClip statistic library for video-events statistics ( manual in Russian ) .
This banner requires: - video file
- swf file of video player
- placeholder image
- S– It couldn’t contain any dynamic loading script, including loading of third-party counters pixels.
- Sound should be turned off and could be turned on only by user action
- User should be able to turned the sound on and off during playing the video
- Video file link should be passed to the player via link1 flashvars parameter.
Technical requirements for interactive Flash banners
- File size should not exceed 60Kb
- Additional resources in .SWF format
- Additional resources overall size should not exceed 250 kb
- Additional resources can be upload only on user’s initiative (requires a intuitively obvious button to start additional animation)
- In case of playing sound during animation, user must have an option to turn sound off. (requires a intuitively obvious button to turn off the sound)
- Of demands of stability and security rules, all resources will be stored on mail.ru servers
- Additional resources’ links should be stated in banner’s code in parameters video1, video2, .. videoN (max of 5):
loadMovie(_root.video1, ""); - For statistics of interactive elements, a separate pixel should be used for each event measured. Links to pixels will be sent to flash banner in parameters event1,event2, .. event5.
Example can be downloaded here
Preroll technical specifications
- The maximum video duration is 30 seconds;
- The maximum file size is 2Mb
- Video dimensions must be 640x360.
- It's recommended to not use the bottom 10% of the video for placing important information as far as the place will be used for player's controls
- Stream requirements:
- Video bitrate 400-450kbps (up to 25fps).
- Audio bitrate 80-100kbps (up to 30db)
- Total bitrate should be 480-550kbps - Accepted file formats:
MP4 (MPEG-4): H.264 codec for video, AAC codec for audio. - Video should not lead users to misunderstanding with imitation of UI, etc..
Portal has the right to decline placement of advertising materials if they do not comply with portal’s policies