From 78752627ec7f3dd623ce3d6455f2e3ca2b1bb33f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 16 Mar 2020 15:23:36 +0100 Subject: [PATCH] Correct tracking --- src/components/GeneratePage.vue | 2 +- src/components/VirtualLotteryPage.vue | 5 +++++ src/ui/Vipps.vue | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/GeneratePage.vue b/src/components/GeneratePage.vue index 0c22c72..8b4b3c6 100644 --- a/src/components/GeneratePage.vue +++ b/src/components/GeneratePage.vue @@ -206,7 +206,7 @@ export default { } }, track() { - this.$ga.page("/generate"); + this.$ga.page("/lottery/generate"); } } }; diff --git a/src/components/VirtualLotteryPage.vue b/src/components/VirtualLotteryPage.vue index 2a27cc9..95ac450 100644 --- a/src/components/VirtualLotteryPage.vue +++ b/src/components/VirtualLotteryPage.vue @@ -34,6 +34,7 @@