{# templates/analytics/analytics_action_list.html #} {% extends "template_base.html" %} {% block title %} Analytics Action {% endblock %} {% block content %} {% load template_filters %}
{% if voter_we_vote_id %} Show raw AnalyticsAction entries for one voter. show all {% elif organization_we_vote_id %} Show raw AnalyticsAction entries for one organization. show all {% else %} Show raw AnalyticsAction entries. {% endif %} {% if show_user_agent != '1' %} Show user agent data. {% endif %}
{% if analytics_action_search %} {% if voter_we_vote_id %} clear search {% elif organization_we_vote_id %} clear search {% else %} clear search {% endif %} {% endif %} {% if voter_we_vote_id %} {% elif organization_we_vote_id %} {% else %} {% endif %}| # | id | action_constant | exact_time | date_as_integer | voter | signed in | organization | ballot_item we_vote_id | state code | google civic election id | first visit today | Is Bot? | Device | {% if show_user_agent %}User Agent (hide) | {% endif %}||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ one_row.id }} | {{ one_row.display_action_constant_human_readable }} | {{ one_row.exact_time|default_if_none:"n/a" }} | {{ one_row.date_as_integer|default_if_none:"n/a" }} | {% if voter_we_vote_id or organization_we_vote_id %} {{ one_row.voter_we_vote_id|default_if_none:"n/a" }} {% else %} {{ one_row.voter_we_vote_id|default_if_none:"n/a" }} {% endif %} | {% if one_row.is_signed_in %}yes{% endif %} | {{ one_row.organization.organization_name|default_if_none:"n/a" }} {% if one_row.organization_we_vote_id %} {% if organization_we_vote_id or voter_we_vote_id %} ({{ one_row.organization_we_vote_id|default_if_none:"n/a" }}) {% else %} ({{ one_row.organization_we_vote_id|default_if_none:"n/a" }}) {% endif %} {% endif %} | {{ one_row.ballot_item_we_vote_id|default_if_none:"n/a" }} | {{ one_row.state_code|default_if_none:"" }} | {{ one_row.google_civic_election_id|default_if_none:"n/a" }} | {% if one_row.first_visit_today %}first{% endif %} | {% if one_row.is_bot %}Y{% endif %} | {% if one_row.is_mobile %}Mobile {% endif %} {% if one_row.is_desktop %}Desktop {% endif %} {% if one_row.is_tablet %}Tablet {% endif %} | {% if show_user_agent %}{{ one_row.user_agent|default_if_none:"" }} | {% endif %}||||||||
| No sitewide day-to-day metrics found for any organizations. | ||||||||||||||||||||||