From e273863f4ea84eb16b5663001d0a6f118178420c Mon Sep 17 00:00:00 2001 From: Joe Wroten Date: Thu, 6 Oct 2016 18:05:45 -0500 Subject: [PATCH] =?UTF-8?q?Google=20Analytics=20=F0=9F=93=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 10 ++++++++++ src/app.js | 1 + 2 files changed, 11 insertions(+) diff --git a/index.html b/index.html index 0bcabfd..511e124 100644 --- a/index.html +++ b/index.html @@ -74,5 +74,15 @@ + + diff --git a/src/app.js b/src/app.js index 8918bdf..231d34b 100644 --- a/src/app.js +++ b/src/app.js @@ -47,6 +47,7 @@ let app = new Vue({ }, methods: { newStack() { + ga('send', 'event', 'UI', 'button', 'Generate Stack'); this.loading = true; this.stack = generateStack() .then(stack => {