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 => {