{% extends "_base.html" %} {% load i18n %} {% load rules %} {% if request.region.statistics_enabled and perms.cms.view_statistics %} {% block content %}

{% translate "Statistics" %}

{% blocktranslate trimmed %} The statistics show only part of the impact of your content. More and more people find information through AI assistants like ChatGPT. There, your texts are used without a page visit being counted. This can considerably distort page views. So use these numbers only for rough orientation. {% endblocktranslate %}

{% include "statistics/statistics_chart.html" with box_id="statistics_chart" %} {% if show_page_based_statistics %}

{% translate "Why does the total number of visits not match the sum of all page views?" %}

➔ {% blocktranslate %}This is normal and to be expected, because the two surveys measure different things.{% endblocktranslate %}

{% translate "Total visits include, among other things, page views within the system (including the Integreat home page), AI requests, other technical requests, and visits to pages or languages that no longer exist." %}

{% blocktranslate %}Page views specifically count only the visits to published subpages within the web app.{% endblocktranslate %}

➔ {% blocktranslate %}Therefore, differences exist and are to be expected. Further details can be found in the documentation {% endblocktranslate %}

{% include "statistics/statistics_viewed_pages.html" with box_id="statistics_viewed_pages" %} {% endif %}
{% include "statistics/statistics_sidebar.html" with box_id="statistics_sidebar" languages=languages access_legends=access_legends %}
{% if show_page_based_statistics %} {% include "../tutorials/page_access_statistics.html" %} {% endif %} {% endblock content %} {% endif %}