{% extends "layouts/base.html" %} {% load static %} {% block title %}Add Campaign{% endblock %} {% block extra_css %} {% endblock extra_css %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %}
{% csrf_token %}

Campaign Information

Unique identifier for the campaign
Agency managing this campaign
Brand or advertiser for this campaign
Product or service being advertised
IAB content category
Primary target country for this campaign

Campaign Period

Campaign start date
Campaign end date

Budget & Metrics

Total campaign budget
Cost per thousand impressions
Total impression target
Daily broadcast frequency

Media Planning

Type of media for ad delivery
Enable rotation across all selected channels
Select channels and specific time slots for ad placement
{% for channel in data.channels %}

{{ channel.channel_name }}

{% for time in data.datetime %}
{% endfor %}
{% endfor %}
Select channels for rotation
{% for channel in data.channels %}

{{ channel.channel_name }}

{% endfor %}
Target program categories for ad placement
Control ad delivery pacing
{% endblock content %} {% block modals %} {% endblock modals %} {% block extra_js %} {% endblock extra_js %}