codeforamerica / civic-issue-finder

UNMAINTAINED. An embeddable widget to find issues on the Code for America API
http://www.codeforamerica.org/geeks/civicissues
33 stars 15 forks source link

Collect number of views for each issue #34

Closed ondrae closed 9 years ago

ondrae commented 9 years ago

Description

In https://github.com/codeforamerica/gotissues/issues/5 both @sbenthall and @eunicekokor suggested collecting the number of times an issue has been seen, to help with analysis.

We'll need to edit the Google Analytics to start gathering this. In javascript, we should loop through the issues on the template and send them as a new event with a new category of Civic Issue View and the label of their GitHub url.

Files

widget.py