HTML5 ad specifications
Introduction to HTML5 Ads HTML5 makes it possible to build ads with the same technology that makes up any web page. This guide will help you get your deskt...
Wed, 11 Mar, 2020 at 11:11 AM
The source HTML-file must include our script preamble. It is used for configuring the ad, making sure you get access to all the JavaScript functionality nee...
Thu, 16 Jan, 2020 at 10:56 AM
Every HTLM5 ad must have its own manifest.json file that describe properties such as the width and height of the ad, possible landing page URL, etc. This fi...
Thu, 16 Jan, 2020 at 10:56 AM
This section will help you understand Click Tags and how to build a simple ad in HTML5 with support for single and multiple landing pages. A Click Tag is a...
Wed, 29 Jan, 2020 at 2:02 PM
Your client may have dynamic content that you wish to include in your HTML5 ads such as product catalog items. This is made possible by our product feed API...
Wed, 29 Jan, 2020 at 2:02 PM
Product Feed XML The first thing you need is to provide us with a product XML feed that we will use to synchronize your client's product information wi...
Thu, 16 Jan, 2020 at 10:56 AM
Our HTML5 library comes with a set of functions for receiving products from a product catalog. To make use of our product functions you must specify "...
Wed, 29 Jan, 2020 at 2:03 PM
In this section you'll learn how to define and use your own ad configuration in your manifest.json file, as well as dynamic configuration like geographi...
Wed, 29 Jan, 2020 at 9:18 AM
Geography Our HTML5 library comes with a set of functions for geospacial operations like distance calculations and finding the nearest point in a list of l...
Tue, 21 Jan, 2020 at 10:32 AM
JavaScript Reference General html5.ready(callback) ParameterTypeRequiredDefaultDescription callback function Yes -- Function called when library has b...
Tue, 21 Jan, 2020 at 10:33 AM