HTML5 Banner ads Generation
How to generate an animated HTML5 banner - Abyssale REST API
- the template must be animated,
- the generation process is necessarily asynchronous.

HTML5 Asynchronous generation process
Differences are listed below:
- 1.The file that is sent back is a zip file containing the index.html, javascript & image files.
- 2.Additionally to the supported image properties, an
html5
property can be sent through the Abyssale REST API call to customise theclick_tag
(when clicking on the banner, the user is redirect to this URL) and the page_title (this is the title of the html page):
"html5": {
"click_tag": "https://www.youredirectionurlhere.com",
"page_title": "Your page title here"
}
Last modified 8mo ago