{# templates/analytics/index.html #} {% extends "template_base.html" %} {% block title %} We Vote Analytics {% endblock %} {% block content %} {% load template_filters %}
Quick Statistics, View Raw Log, Google Data Studio Dashboard , Google Analytics + AdWords
Show the most recent voters who have visited site and the major steps they've completed. see all
{% include "analytics/sitewide_voter_metrics_table.html" with sitewide_voter_metrics_list=sitewide_voter_metrics_list %}Show activity day-to-day, across the entire site. see all
{% include "analytics/sitewide_daily_metrics_table.html" with sitewide_daily_metrics_list=sitewide_daily_metrics_list %}Show activity related to each election. see all
{% include "analytics/sitewide_election_metrics_table.html" %} {% if voter_allowed_to_see_organization_analytics %}Show activity related to how voters are viewing one organization, for one election. see all
{% include "analytics/organization_election_metrics_table.html" %} {% endif %}