{% extends 'base.html' %} {% block breadcrumbs %} {% endblock %} {% block main %}

{{ page.title }}

Every site you're collecting events from, event totals, and seven-day activity state.

Give it any friendly name. You'll get a collector ID to embed right after you save.

total properties
{{ totals.properties }}
total events
{{ totals.events }}
page views
{{ totals.page_views }}
sessions
{{ totals.sessions }}
registered properties
{% for property in properties %}
id{{ property.id }}
state {% if property.is_active %}live{% else %}quiet{% endif %}
events {{ property.total_events }}
views {{ property.total_page_views }}
sessions {{ property.total_session_starts }}
{% if not property.is_protected %} {% endif %} View →
{% else %}

Click + new above to register your first site.

{% endfor %}
{% endblock %}