diff --git a/rpg-docs/Routes/Routes.js b/rpg-docs/Routes/Routes.js index 6600093c..31b11fda 100644 --- a/rpg-docs/Routes/Routes.js +++ b/rpg-docs/Routes/Routes.js @@ -57,6 +57,12 @@ Router.map(function() { document.title = name; } }, + //analytics + trackPageView: false, + onRun: function() { + window.ga && window.ga("send", "pageview", "/character"); + this.next(); + }, }); this.route("loading", {