Vaheleht
600×800 px jpg (75 KB)
HTML5 ja Videoga vaheleht
Bänner peaks olema kujundatud 600×800 suurusega, kuid ta peaks olema responsive, s.t kohanduma ekraani suurusega.
Vaata näidist: Vaheleht ning Vaheleht Videoga
Videoga vaheleht on soovitava koostata kasutades Adform HTML5 Studio
Tegu on mobiili kõige võimsama reklaampinnaga, mis ilmub Delfi äpis ja mDelfis läbivalt, kuid seda mitte tihedamalt kui kord 12 tunni jooksul unikaalsele kasutajale.
Bänneri sisu ja teostus ei tohi olla lõppklienti eksitav. Heli peab olema by Default Silent. Bänneri sisu peab olema vastavuses reklaamiseadusega.
Interstitial
As interstitial advertisement we provide a solution where the client provides a banner with a fixed ratio – we provide positioning and close functionality. The advertisement is placed on the screen at its maximum size relative to the screen size. This way advertisement design does not need to take into account the many different device ratios.
The banner does not change ratio based on device orientation. It is possible to create landscape and portrait views as different banners and target them based on device type (e.g mobile, tablet or desktop) but it is not possible to target based device orientation.
Close button and autoclose time counter styles cannot be customized.
Banner area allocation
A visual example of how much space is allocated to the banner based on the difference between banner and device ratio.
Placement logic
Unlike other banners that are targeted to either mobile or desktop environment the interstitial banner placement is shown based on device type. When viewing desktop view with a desktop computer – the desktop interstitial advertisement would be shown – however when viewing the desktop environment with a mobile device – the mobile interstitial advertisement would be shown.
Frequency capping
Due to the aggressive nature of the interstitial advertisement, it will be shown at most every two hours per unique user. Additional capping can be added (e.g twice a day or four times per week). Advertisement will not be served to new users and users without cookies.
Specifications
Mobile Banner Dimensions
Either a portrait or a landscape advertisement is required.
Portrait: 600x800px
Desktop Banner Dimensions
Landscape: 1024x675px
Weight limits
Weight limit is 100KB
Events and tracking
The banner is tracked as an ordinary banner, events tracking inside the banner follows standard events tracking rules/guidelines. Close button statistics will not be provided as the close button is outside the banner.
Autoclose
The banner will automatically close after 12 sec
When a user interacts with the advertisement the autoclose timer can be canceled by sending the message InterstitialBannerInteraction via postMessage to the parent window.
window.parent.postMessage('InterstitialBannerInteraction', '*');
For example to cancel autoclose timer when banner is clicked:
window.addEventListener('click', function(){
window.parent.postMessage('InterstitialBannerInteraction', '*');
});
Background color
By default the page background that is not allocated the advertisement will be painted black.
With HTML5 banner this can be changed by triggering postMessage to the parent window.
window.parent.postMessage({banner: 'Interstitial', backgroundColor: '#ededed'}, '*');
Best practices
Try to avoid adding too much text or text with a small font.
See also:
VIDEO: How to make a mobile video interstitial
How To Make a Responsive HTML5 banner
With the number of different screen sizes, in the market, growing rapidly we require the banners, shown on mobile devices, to be responsive.
Responsive and scaling in this context can be used interchangeably. A responsive HTML5 banner is a creative that does not have set fixed width and height but instead responds to whatever the width and/or height of the parent container. In most cases the parent container is the width of the device window.
The parent container is the placement where we implement your creative.
In short, a responsive HTML5 banner is 100% width and 100% height of the parent container.