diff --git a/hub_map.html b/hub_map.html
index 306956d..514ba87 100644
--- a/hub_map.html
+++ b/hub_map.html
@@ -544,6 +544,10 @@
Sunrise Hubs
.setLngLat(currentFeature.geometry.coordinates)
.setHTML(popupHtml)
.addTo(map);
+
+ if (window.ga) {
+ ga('send', 'event', 'hubmap', 'hubview', currentFeature.properties.address);
+ }
}