{% extends "base.html" %} {% load static %} {% block title %}UTM & Traffic Analytics{% endblock %} {% block content %}
First-party page views with campaign tags and traffic classification (human, AI bots, search indexers, and more). Staff only.
Total page views
Human traffic
AI bot / AI search
Search indexing
UTM landings
Views with UTM attribution
| Type | Views | Share |
|---|---|---|
| {{ row.label }} | {{ row.total }} | {% widthratio row.total total_visits 100 %}% |
No visits in this period yet.
{% endif %}| utm_source | Views |
|---|---|
| {{ row.utm_source }} | {{ row.total }} |
No UTM sources yet. Share links like ?utm_source=linkedin&utm_medium=social&utm_campaign=spring.
| utm_medium | Views |
|---|---|
| {{ row.utm_medium }} | {{ row.total }} |
No UTM mediums yet.
{% endif %}| utm_campaign | Views |
|---|---|
| {{ row.utm_campaign }} | {{ row.total }} |
No UTM campaigns yet.
{% endif %}| Path | Views |
|---|---|
{{ row.path }} | {{ row.total }} |
No page data for this filter.
{% endif %}| When | Name | Source | Medium | Campaign | ||
|---|---|---|---|---|---|---|
| {{ c.created|date:"Y-m-d H:i" }} | {{ c.name }} | {{ c.email }} | {{ c.utm_source|default:"—" }} | {{ c.utm_medium|default:"—" }} | {{ c.utm_campaign|default:"—" }} | Details |
| When | Path | Type | Source | Medium | Campaign | Landing | Referrer |
|---|---|---|---|---|---|---|---|
| {{ v.created|date:"Y-m-d H:i" }} | {{ v.path }} |
{{ v.get_traffic_type_display }} | {{ v.utm_source|default:"—" }} | {{ v.utm_medium|default:"—" }} | {{ v.utm_campaign|default:"—" }} | {% if v.is_landing %}Yes{% else %}—{% endif %} |
No visits recorded yet. Browse the public site (optionally with UTM query params) and refresh this page.
{% endif %}