diff --git a/src/components/VirtualLotteryPage.vue b/src/components/VirtualLotteryPage.vue index 771ad63..3357006 100644 --- a/src/components/VirtualLotteryPage.vue +++ b/src/components/VirtualLotteryPage.vue @@ -141,7 +141,7 @@ export default { this.attendeesFetched = true; }, track() { - this.$ga.page("/lottery/game"); + window.ga('send', 'pageview', '/lottery/game'); } } };