{% extends "base.html" %} {% block canonnical %}{% endblock %} {% block title %}Analytics - {{ block.super }}{% endblock %} {% block body %}
Take a few minutes to learn about how traffic has interacted with the content pages on this site. The aim is explore what kinds of content is successful on this site, rather than exploring the effectiveness of navigation.
Show daily pageviews for trailing window.
Date | Views |
{{ date|date:"SHORT_DATE_FORMAT" }} | {{ count }} |
Traffic to each content page (navigation pages, etc are not included). Show up to {{ ana_max_results }} pages with at least {{ ana_min_page_pv }} pageviews.
Page | Views |
/{{ slug }}/ | {{ count }} |
Top referrers for this site. Show up to {{ ana_max_results }} referrers with at least {{ ana_min_ref_pv }} pageviews.
Refer | Views |
{{ refer|lower }} | {{ count }} |
Top user-agents for this site. Show up to {{ ana_max_results }} user-agents with at least {{ ana_min_useragent }} pageviews.
User Agent | Views |
{{ agent }} | {{ count }} |