conversion-eng:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
conversion-eng:start [2015/10/06 15:16] – avarga | conversion-eng:start [2017/05/03 17:47] (current) – dczipperer | ||
---|---|---|---|
Line 9: | Line 9: | ||
Below we collected suggestions to help modify the output code of some of the more commonly used editors and converters, with product specific steps. | 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 | + | ===== Uploading |
- | Swiffy is a free Google product which is able to convert most Flash creatives to HTML. This service is available here: | + | === 1.) Open the .html file in a text editor (e.g. Notepad++) === |
- | [[https:// | + | === 2.) Adding the goa-helper.js === |
- | The following documentation means a great help for managing | + | For starting |
- | + | ||
- | [[http:// | + | |
- | + | ||
- | ===== Conversion steps ===== | + | |
- | + | ||
- | **1.** Choose | + | |
- | + | ||
- | {{ : | + | |
- | + | ||
- | **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> | <code html> | ||
- | + | <script src="// | |
- | < | + | |
</ | </ | ||
- | :!: **Attention, | + | === 3.) Creating |
- | [[http:// | + | |
- | **1.** Open the saved file in a text/code editor (e.g. Notepad++). | + | For handling |
- | + | The <a> tag makes clickable | |
- | + | ||
- | **2.** Search | + | |
+ | For example: | ||
<code html> | <code html> | ||
- | | + | <a id=" |
- | + | <div id=" | |
- | var stage = new swiffy.Stage(document.getElementById(' | + | <!-- The HTML code of the banner --> |
- | swiffyobject, | + | </div> |
- | + | </a> | |
- | stage.start(); | + | |
- | </script> | + | |
- | </code> | + | |
+ | <!--The click handling script --> | ||
- | **3.** Insert the following code line before the snippet above: | + | <script> |
- | + | | |
- | <code html> | + | |
- | <script src="//ad.adverticum.net/ | + | var cT = document.getElementById(' |
+ | cT.href = goa.clickTAG; | ||
+ | cT.target = goa.clickTARGET; | ||
+ | })(); | ||
+ | </ | ||
</ | </ | ||
- | |||
- | 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 ===== | ===== Uploading the banner to AdServer ===== | ||
Line 226: | Line 188: | ||
</ | </ | ||
- | **5.** | + | **5.** We can choose from several ways of handling clicks. For example if we use an ''< |
- | + | ||
- | We can choose from several ways of handling clicks. For example if we use an ''< | + | |
<code html> | <code html> |
conversion-eng/start.1444137412.txt.gz · Last modified: 2015/10/06 15:16 by avarga