Follow these recommendations to upload and run ads in E-planning DSP in a correct manner:
- Type of file to be loaded:
Some examples of the types of files to be uploaded are:
- Adobe Edge - .zip
- Google Web Designer - .zip.
The options come from tools highly used in the market for the configuration of HTML5 ads. This fact does not imply they are unique. Any .html or .zip may be loaded whilst correctly programmed.
- CLICKTAG
The Click Tag should be programmed according to the following code:
<a onclick='window.open(window.clickTag); return false' href='#!'>
If a specifc area is requiered for the clicktag (e.g. a div), the following should be done:
<a onclick='window.open(window.clickTag); return false' href='#!'>
<div id='clickTag' style='width:400px;height:400px'></div>
</a>
When the file is uploaded the ad form will show a warning in case of non-existence or if programmed otherwise as indicated.
This is very important because if you end up uploading that file the ad will not be clickable, so, clicks will not be counted either.
- .ZIP
Bear in mind that in case of uploading a .zip, it should contain and index.html inside. Likewise, the .zip should not contain folders inside, it should contain its files directly.
All image, css, javascript routes should be of a relative type, for example:
image1.jpg // OK
http://www.domain.com/folder/image.jpg // WRONG
- EXPANDABLES
If the ad expands (it contains 2 different sizes), the size that belongs to the initial piece (expanded or unexpanded version) must be indicated: