{% extends 'base.html' %} {% load static %} {% block title %}{% if template %}Edit VAST Template{% else %}Create VAST Template{% endif %} - Adtlas{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% csrf_token %}

Template Information

Basic Details
Unique name for this VAST template

VAST XML Content

Available Variables

Click on variables to insert them into your template:

Campaign Variables
{{CAMPAIGN_ID}} {{CAMPAIGN_NAME}} {{ADVERTISER_ID}} {{ADVERTISER_NAME}}
Creative Variables
{{CREATIVE_URL}} {{CREATIVE_WIDTH}} {{CREATIVE_HEIGHT}} {{CREATIVE_DURATION}}
Tracking Variables
{{IMPRESSION_URL}} {{CLICK_URL}} {{TRACKING_URL}} {{ERROR_URL}}
System Variables
{{TIMESTAMP}} {{RANDOM}} {{USER_IP}} {{USER_AGENT}}

Template Settings

0 = no skip button

Live Preview

Preview will appear here when you click "Preview" button

{% endblock %} {% block extra_js %} {% endblock %}