Metric #1 Single-Topic maps get 3 times the traffic of the traditional Map Portal
Metric #3 Auto-complete drives clean user queries
Metric #6 People Actually Interact with Balloon Content
Metric #7 People Rarely Change Default Map Settings
In Denver the most common request is for “Washington Park”–a yuppie oasis where I’m forced to ponder the dark recesses of the human heart given the preponderance of couples in matching lycra.- B. Timoney
Seattle Parking Map
http://web6.seattle.gov/sdot/seattleparkingmap/
EPA Clean Watersheds Map
http://geoplatform1.epa.gov/cwns/
Audience is broader public
http://web6.seattle.gov/sdot/seattleparkingmap/?xmin=1262613.83&ymin=237819.33&xmax=1275913.83&ymax=244619.33&basemap=street
Intended audience was primarily municipal water system managers BUT would ultimately be public
Presents the results of a federally mandated survey assessing the needs, in dollars, required to adequately maintain water maintenance facilities to ensure clean water.
These results are then presented in an official Report to Congress.
An interactive web map supplemental to the official Report to Congress.
(function(i,s,o,g,r,a,m){
i['GoogleAnalyticsObject']=r;
i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();
a=s.createElement(o),m=s.getElementsByTagName(o)[0];
a.async=1;
a.src=g;
m.parentNode.insertBefore(a,m)})
(window,document,'script',
'//www.google-analytics.com/analytics.js','ga');
ga('create', 'I M Ttly Watching U', 'auto');
ga('send', 'pageview');
What we want to know can be categorized and hooked up with those Events
Event | Category | Label |
---|---|---|
Map click (identify) | map-interaction | map-identify |
Facility click | map-marker-interaction | facility-popup |
Facility detail click | get-details | facility-details |
Search btn click | search | search-btn |
Layer toggle item click | legend-interaction | layer-toggle |
Geoshortcut click | geoshortcut | geoshortcut-link |
Entity details click | get-details | entity-details |
Facility zoom to click | zoom-to | facility-zoom-to |
Entity zoom to click | zoom-to | entity-zoom-to |
Basemap topo click | basemap | topo-basemap |
Basemap satellite click | basemap | satellite-basemap |
$("#toggle-aerial-basemap").click(function () {
// send the aerial basemap toggle event to google analytics
ga('send', 'event', 'basemap', 'click', 'aerial-basemap');
cwns.setBasemap("Imagery");
});
The Kitchen Sink always includes the ability to draw\select an (Imprecise Equilateral) Triangle.
- How the Public Actually Uses Local Government Web MapsBrian Timoney
- (Map) Telemetry: The Raw NumbersDave Bouwman
- Google Analytics Event Tracking
- Map AutocompleteDavid Puckett