{% extends "base.html" %} {% block title %}Analytics: {{ campaign.title }}{% endblock %} {% block content %}
Status: {% if campaign.is_active %} Active {% else %} Inactive {% endif %}
Created: {{ campaign.created_at|date:"M j, Y g:i A" }}
Last Updated: {{ campaign.updated_at|date:"M j, Y g:i A" }}
Launch Date: {{ campaign.launch_date|date:"M j, Y g:i A" }}
{% endif %} {% if campaign.questionnaire_data.llm_model_name %}AI Model Used: {{ campaign.questionnaire_data.llm_model_name }}
{% endif %}Template: {{ campaign.get_template_type_display }}
| Source | Verified | Submitted | IP Address | |
|---|---|---|---|---|
| {{ lead.email }} {% if lead.email_verified %} {% endif %} | {% if lead.source %} {{ lead.source }} {% else %} Direct {% endif %} |
{% if lead.email_verified %}
Yes
{% if lead.verified_at %}
{{ lead.verified_at|date:"M j, g:i A" }} {% endif %} {% else %} Pending {% endif %} |
{{ lead.created_at|date:"M j, Y" }}
{{ lead.created_at|date:"g:i A" }} |
{% if lead.ip_address %} {{ lead.ip_address|truncatechars:15 }} {% else %} - {% endif %} |
Showing most recent 20 leads.
View All {{ total_leads }} Leads in AdminYour conversion rate is {{ campaign.conversion_rate }}%. Here are some ways to improve it:
Your conversion rate of {{ campaign.conversion_rate }}% is excellent! Consider using this campaign as a template for future projects.