{# templates/analytics/voter_aggregate_analytics_query_builder.html #} {% extends "template_base.html" %} {% block title %}voterAggregateAnalytics: Query Builder{% endblock %} {% block content %} {% load template_filters %}

voterAggregateAnalytics: Query Builder

{% if error_message %}

{{ error_message }}

{% endif %}

Full documentation here: https://api.wevoteusa.org/apis/v1/docs/voterAggregateAnalytics/

This report contains aggregated information about the voters who use We Vote -- there is no personally identifiable information returned. We Vote is a nonpartisan nonprofit that believes transparency is important to democracy. We are making this information publicly available to partners, press, and voters, in the interest of that transparency. Please contact us with any questions .

NOTE: This script is doing some actions behind-the-scenes which use significant server resources, and can take 1-4 minutes to finish running.

{% if election_years_available %}
{% endif %}{# End of if election_years_available #} {% if election_list %}
{% endif %} {% if state_list and pigs_fly %}
{% for key, state in state_list %}  {{ state }}   {% endfor %}
{% endif %}{# End of if state_list #}
Under each state, show topics which are being followed by voters (from that state).
Please note that this option makes the query significantly slower.
2023-07-10 STATUS: This data is currently not available. We are rebuilding the county-by-county data required to show analytics for counties.
Under each county, show topics which are being followed by voters (from that county).
2023-07-10 STATUS: This data is currently not available. We are rebuilding the county-by-county data required to show "topics followed within counties".
This is a good way to see all the counties We Vote is tracking, especially when combined with 'Include states without voter activity'.
{% endblock %}