creatives:ehtml-conv-en
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
creatives:ehtml-conv-en [2015/10/02 17:01] – created avarga | creatives:ehtml-conv-en [2020/07/15 11:44] (current) – removed dtakacs | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Introduction ====== | ||
- | :!: **Important!** | ||
- | |||
- | **These guides are adequate only for the actual program versions which are available at this documentation’s publication time. These tools are developing continuously so the guides could become outdated with the appearance of a new version. If these conversions may not work, please write us at** [[support@adverticum.com]]** e-mail address.** | ||
- | |||
- | This guide provides help to achieve compliance with the specifications of the easeHTML Banner template. To review the full specification please follow this link: [[http:// | ||
- | |||
- | Below we collected suggestions to help modify the output code of some of the more commonly used editors and converters, with product specific steps. | ||
- | |||
- | ====== Conversion and upload of Flash banners with Swiffy ====== | ||
- | |||
- | Swiffy is a free Google product which is able to convert most Flash creatives to HTML. This service is available here: | ||
- | |||
- | [[https:// | ||
- | |||
- | The following documentation means a great help for managing the conversion of embedded Flash-based banners. For a perfect implementation creatives are needed to comply with Flash Banner Creation Guide: | ||
- | |||
- | [[http:// | ||
- | |||
- | ===== Conversion steps ===== | ||
- | |||
- | **1.** Choose the needed file by clicking on the " | ||
- | |||
- | {{ : | ||
- | |||
- | **2.** Click on the " | ||
- | {{ : | ||
- | |||
- | **3.** Following the successful conversion save the generated HTML file by clicking on the "VIEW CONVERSION" | ||
- | {{ : | ||
- | |||
- | ===== Modifying the converted file for matching the Adverticum AdServer’s specification ===== | ||
- | |||
- | :!: **Attention, | ||
- | |||
- | This can be check this at the beginning of the source code by searching for the '' | ||
- | |||
- | <code html> | ||
- | |||
- | <script type=" | ||
- | |||
- | </ | ||
- | |||
- | :!: **Attention, | ||
- | [[http:// | ||
- | |||
- | **1.** Open the saved file in a text/code editor (e.g. Notepad++). | ||
- | |||
- | |||
- | **2.** Search the following part, near the end of the code: | ||
- | |||
- | <code html> | ||
- | < | ||
- | | ||
- | var stage = new swiffy.Stage(document.getElementById(' | ||
- | swiffyobject, | ||
- | | ||
- | stage.start(); | ||
- | </ | ||
- | </ | ||
- | |||
- | |||
- | **3.** Insert the following code line before the snippet above: | ||
- | |||
- | <code html> | ||
- | <script src="// | ||
- | </ | ||
- | |||
- | After which our code will look something like this: | ||
- | |||
- | <code html> | ||
- | <script src="// | ||
- | < | ||
- | |||
- | var stage = new swiffy.Stage(document.getElementById(' | ||
- | swiffyobject, | ||
- | |||
- | stage.start(); | ||
- | </ | ||
- | </ | ||
- | |||
- | **4.** Save the file. | ||
- | |||
- | |||
- | ===== Uploading the banner to AdServer ===== | ||
- | |||
- | Banners modified this way can be uploaded with the uploading steps for easyHTML: | ||
- | | ||
- | ---- | ||
- | |||
- | ====== Conversion and upload Adobe Edge codes ====== | ||
- | |||
- | The Adobe Edge is an image editor software which can be used to HTML5 banners. More information is available here: | ||
- | |||
- | [[https:// | ||
- | |||
- | To be able to run the banner as a HTML banner with the right references and clicks, there are some modifications to be done in the code. The conversion steps and the uploading method will be detailed hereinafter. About the requirements of the easyHTML banners please visit this link: | ||
- | |||
- | [[http:// | ||
- | |||
- | ===== Conversion of the banner ===== | ||
- | |||
- | **1.** Creatives generated in Adobe Edge usually order the linked files into folders. As a first step, move all files to the same folder which contains the '' | ||
- | |||
- | **2.** Open the banner’s '' | ||
- | |||
- | **3.** Search the following expression ''< | ||
- | |||
- | <code html> | ||
- | <script src="// | ||
- | </ | ||
- | |||
- | After insertion the code should look similar to the example below: | ||
- | |||
- | <code html> | ||
- | |||
- | < | ||
- | <script src="// | ||
- | < | ||
- | </ | ||
- | |||
- | **4.** Open the banner’s '' | ||
- | |||
- | :!: ** Important!** | ||
- | * It is possible that more .js files belong to the banner if it was created with different Edge-versions | ||
- | * In case of '' | ||
- | * In case of '' | ||
- | |||
- | **5.** Search the following expression: | ||
- | |||
- | '' | ||
- | |||
- | Here are the following folder-references as an example (we've only display the part of the code that's relevant): | ||
- | |||
- | <code javascript> | ||
- | /*...*/ ;var im=' | ||
- | </ | ||
- | |||
- | These references should be replaced to empty '' | ||
- | |||
- | <code javascript> | ||
- | /*...*/ ;var im='', | ||
- | </ | ||
- | |||
- | **6.** To manage the clicks the following expression should be found: | ||
- | |||
- | '' | ||
- | |||
- | Here are the following references as an example (again, we've only display the part of the code that's relevant): | ||
- | |||
- | <code javascript> | ||
- | /*...*/ " | ||
- | window.open(" | ||
- | }); | ||
- | </ | ||
- | |||
- | In order to avoid the insertion of the landing page into the code, the following code line should be used instead of the given link: | ||
- | |||
- | <code javascript> | ||
- | goa.clickTAG | ||
- | </ | ||
- | |||
- | After the changes the code should be the following: | ||
- | |||
- | <code javascript> | ||
- | /*...*/ " | ||
- | window.open(goa.clickTAG," | ||
- | }); | ||
- | </ | ||
- | |||
- | :!: It is important that the ''" | ||
- | |||
- | **7.** If the banner needs to control displays with the open or close functions, please use the examples from the documetation below on the open/ | ||
- | |||
- | [[http:// | ||
- | ===== Uploading the banner to AdServer ===== | ||
- | |||
- | Banners modified this way can be uploaded with the uploading steps for easyHTML: | ||
- | | ||
- | ---- | ||
- | |||
- | ====== Conversion and upload of banners with Google Web Designer ====== | ||
- | |||
- | Google Web Designer [GWD for short] is a free HMTL editor which is available in the following link: | ||
- | |||
- | [[https:// | ||
- | |||
- | It is easy to convert banners with GWD to easyHTML banners. The conversion steps and the uploading method will be detailed hereinafter. About the requirements of the easyHTML banners, please refer to this documentation: | ||
- | |||
- | [[http:// | ||
- | |||
- | ===== Converting the banner ===== | ||
- | |||
- | **1.** Open the folder of the published banner. | ||
- | |||
- | **2.** Open the given '' | ||
- | |||
- | **3.** Search for the ''< | ||
- | |||
- | <code html> | ||
- | <script src="// | ||
- | </ | ||
- | |||
- | After this, our code will look similar to this: | ||
- | |||
- | <code html> | ||
- | <script data-source=" | ||
- | <script data-source=" | ||
- | <script src="// | ||
- | </ | ||
- | </ | ||
- | |||
- | **4.** Modify the file's path name where it is necessary because the banner uses relative URL in the code (e.g. image, CSS and external js references). These are usually images, CSS and javascript files, which should be in the folder as '' | ||
- | |||
- | In case of modifying Image banner’s URL eg.: | ||
- | |||
- | <code html> | ||
- | <img is=" | ||
- | </ | ||
- | |||
- | We have to ensure that our code refers to files in it's own directory | ||
- | |||
- | <code html> | ||
- | <img is=" | ||
- | </ | ||
- | |||
- | **5.** Kattintások kezeléséhez, | ||
- | |||
- | We can choose from several ways of handling clicks. For example if we use an ''< | ||
- | |||
- | <code html> | ||
- | <a id=" | ||
- | < | ||
- | (function(){ | ||
- | |||
- | var cT = document.getElementById(' | ||
- | cT.href = goa.clickTAG; | ||
- | cT.target = goa.clickTARGET; | ||
- | })(); | ||
- | </ | ||
- | </ | ||
- | |||
- | If we would like to use javascript: | ||
- | |||
- | <code javascript> | ||
- | window.open(goa.clickTAG, | ||
- | </ | ||
- | |||
- | **5.** If the banner is needed to handle displays, for the opening and closing functions should be applied per the specification below: | ||
- | |||
- | [[http:// | ||
- | ===== Uploading the banner to AdServer ===== | ||
- | |||
- | Banners modified this way can be uploaded with the uploading steps for easyHTML: | ||
- | | ||
- | |||
- | ---- |
creatives/ehtml-conv-en.1443798098.txt.gz · Last modified: 2015/10/02 17:01 by avarga