{% load i18n %} {% trans "Visitor overview" %}

{% trans "Visitor overview" %}

{% trans "Number of visitors who saw the cookie banner, by day, month and year." %}

{{ month_name|capfirst }}
{% if month_total > 0 %}
+{{ value_add_display }}
{% trans "visitors invisible to GA" %}
{% trans "Your tracking advantage this month" %}
{{ invisible_pct }}%
{% trans "of traffic invisible to GA" %}
{{ ga_coverage_pct }}%
{% trans "GA coverage (acceptance rate)" %}
{% if ga_month_total > 0 %}
+{{ value_add_vs_ga_pct }}%
{% trans "more than GA sees" %}
{% endif %}
{% endif %}

{% trans "Summary" %}

{{ today_count_display }}
{% trans "Today" %}
{{ month_total_display }}
{% trans "This month" %}
{{ year_total_display }}
{% trans "This year" %} ({{ year }})
{% if has_ga_data %}
+{{ value_add_display }}
{% trans "More than GA" %}
{% endif %}

{% trans "Traffic split" %}

{% trans "Visitors per day" %}

{% trans "Visitors by country" %}

{% trans "Hover over a country to see statistics" %}
{% trans "No visitors" %} {% trans "Few" %} → {% trans "Many" %}
# {% trans "Country" %} {% trans "Visitors" %} {% trans "Share" %}