{% extends 'paxalia/base.html' %} {% load static i18n %} {% block title %}{% trans "Cohorts & Retention" %} – Paxalia Analytics{% endblock %} {% block page_title %}{% trans "Cohorts & Retention" %}{% endblock %} {% block page_subtitle %}{% trans "What fraction of each cohort comes back, by week or month" %}{% endblock %} {% block extra_css %} {% endblock %} {% block dashboard_content %}
{% trans "Visitor identity is approximated from the analytics session cookie, which lasts 30 days and isn't refreshed. Weekly retention over the last few weeks is reasonably meaningful; monthly retention beyond about a month will undercount returning visitors whose cookie has since expired — they show up as 'new' again instead." %}
| {% trans "Cohort" %} | {% trans "Size" %} | {% for offset in offset_range %}+{{ offset }} | {% endfor %}|
|---|---|---|---|
| {{ row.period|date:"M d, Y" }} | {{ row.size }} | {% for cell in row.offsets %} {% if cell %}{{ cell.pct }}% ({{ cell.retained }}) | {% else %}— | {% endif %} {% endfor %}