diff --git a/index.html b/index.html index 72572ee..5ae7c02 100644 --- a/index.html +++ b/index.html @@ -15,9 +15,9 @@
Client/server publish/subscribe, presence and key/value storage for AppEngine
@@ -58,15 +58,26 @@ - +ga('create', 'UA-37845853-2', 'auto'); +ga('require', 'displayfeatures'); +ga('send', 'pageview'); + +var trackOutboundLink = function(url) { + ga('send', 'event', 'outbound', 'click', url, { + 'hitCallback': function () { + document.location = url; + } + }); + return false; +} + +