diff --git a/src/vector/index.js b/src/vector/index.js
index 4c79f11dd3..0ab5054b31 100644
--- a/src/vector/index.js
+++ b/src/vector/index.js
@@ -117,6 +117,7 @@ var onNewScreen = function(screen) {
var hash = '#/' + screen;
lastLocationHashSet = hash;
window.location.hash = hash;
+ if (ga) ga('send', 'pageview', window.location.pathname + window.location.search + window.location.hash);
}
}
diff --git a/vector/index.html b/vector/index.html
index f81974729a..f27b01d1e8 100644
--- a/vector/index.html
+++ b/vector/index.html
@@ -48,5 +48,16 @@
+