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

{% trans "Visitor overview" %}

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

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

{% trans "Summary" %}

{{ period_total_display|default:"0" }}
{% trans "Visitors" %} — {% if summary_view == 'day' %}{% trans "Day" %}{% elif summary_view == 'month' %}{% trans "Month" %}{% else %}{% trans "Year" %}{% endif %} ({{ period_name }})
{% if variation_pct is not None %}
{% if variation_pct >= 0 %}+{% endif %}{{ variation_pct }}% {% if summary_view == 'day' %}{% trans "vs previous day" %}{% elif summary_view == 'month' %}{% trans "vs previous month" %}{% else %}{% trans "vs previous year" %}{% endif %}
{% endif %}
{% if has_ga_data %}
+{{ value_add_display }}
{% trans "More than Google Analytics" %}
{% 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" %}