Aller Media AS
Karvesvingen 1, 0579 Oslo
Tel: +47 21 30 10 00
See map
Org.nr. NO 910 119
877
Invoices should be sent to: [email protected]
You can measure the size of your ad material by creating a zip file that includes all elements to be included, including external resources such as JavaScript libraries. Remember to use a flat file structure.
The calculation of the maximum limit must include all elements that the ad uses:
HTML, CSS, image files and JavaScript. There are only two exceptions:
You can use the jQuery library without counting it in the total size, as long as the following requirements are met:
The code snippet to import the jQuery library might then look like this:
<script src="//ajax.googleapis.com/ajax/libs/jquery/x.x.x/jquery.min.js">
< /script>
Click counter
In order to count clicks, we need to add a click macro parameter. The click tag should be easy to read - i.e. no minification or obfuscation, but feel free to compress the rest of the code and other files. If it is in a hidden JavaScript, we cannot add this and therefore cannot count clicks. All clicks should open a new window or tab.
Here is an example of a clickTag in an HTML document:
<html>
<head>
<!-- replace width and height with correct size -->
<meta name="ad.size" content="width=320,height=250">
<!-- replace clickTag with correct URL -->
<script type="text/javascript"> var clickTag = "http://www.google.com"; </script>
</head>
<body>
<!-- The rest of your creative code goes here -->
<a href="javascript:window.open(window.clickTag)">
<!-- all content that needs to be clickable has to be inserted within the <a> tag – the code below is just an example -->
<img src="images/banner.png">
</a>
</body>
</html>
Nb: Anything in bold needs to be customized and double check that your materials are clickable!
Size-meta tag
Unlike images and video, an HTML document does not have a set size.
That's why we use the size-meta tag, to ensure that your ad is displayed in the correct size:
More info can be found here.
Rich media - requirements and reporting options
For all HTML ads, we need a fallback. This is an image version (PNG/JPG/GIF) of the ad.
It is not allowed to use embedded geo-location in the ad. Animations before user interaction must be done with CSS.
Audio
Audio playback must be activated via user interaction (click/touch). If there is sound in the ad, the option to mute the sound must also be implemented.
Video
Video ads that are to loop automatically must be delivered as HTML. Autoplay is not allowed on mobile. General kB limits before user interaction also apply here.
On mobile platforms, it's essential that we deliver both the ads and the editorial content as quickly as possible. Research shows that performance has a direct impact on ad impressions, conversions and brand perception.
A typical HTML page often includes several external CSS and JavaScript files and does this by linking to these files in the code. These files are downloaded to the mobile phone via an https request per file. To ensure good performance, it is important to have a low number of calls/requests.
The following requirements must therefore be met:
Performance - network traffic
We recommend always keeping the size of advertising material as small as possible. Our key recommendations for the best possible user experience are:
Performance - processing
Limiting the processing time of the ad is very much about reducing the CPU usage of the device.
Here are some tips along the way:
Browser policy for production of HTML
When producing websites and banner ads, it is difficult to avoid variations in how different browsers and devices display the material.
There are also certain functions and features that are not supported by all browsers on the market.
It is therefore important to test your ad material in different browsers, operating systems and devices (mobile, tablet, etc.) to ensure that everything works properly.
The publisher cannot be held responsible for advertising material that does not work properly. It is the customer, agency or producer itself that is responsible for testing that self-produced material works satisfactorily in all browsers. If in doubt, test tags or materials can be sent to [email protected]..
Useful tools for production and optimization of advertising material
There are many free tools available for designing and optimizing advertising material. Here are some recommendations that can be used to ensure the best possible delivery and performance of both ads and your website.
Optimization of images and video:
www.jpeg.io - Online compression and conversion of all types of image files to JPG.
www.pngmini.com - Application to reduce file size of png files (Mac only).
www.handbrake.fr - Application to compress and convert video (Mac + Windows).
HTML and CSS:
www.caniuse.com - Check support for HTML/CSS (browser support).
www.brackets.io/ - Free code editor with many great add-ons (Mac + Windows).
Production and optimization:
Google Web Designer - Simple tool for building rich media ads (Mac + Windows).
Pagespeed Insight - Check how well optimized your ad material is! The higher the number the better! Also provides feedback on what you can do to improve ad performance.