1. Help Centre
  2. Features and Tools

Zip File Hosting: End User Documentation

Intro

The Zip File hosting feature takes a zip file with a homepage (html/css/js) and turns it into a Creative. The feature unpacks the zip archive and uploads it to Adnami's domain.

Requirements

All assets must be available in the zip.
The first .html/.htm file in the zip archive will be treated as the root (index.html).
Only one .html/.htm file can exist.
File references follows the regular HTML conventions:
  • Starting with “/” returns to the root directory and starts there
  • Starting with “../” moves one directory backwards and starts there
  • Starting with “../../” moves two directories backwards and starts there (and so on…)
  • To move forward, just start with the first subdirectory and keep moving forward

Click or Tracking Macros

Any macros that are processed by Adnami must be defined in the index.html file.