Send ga event for pageview when visiting virtualLotteryPage.

This commit is contained in:
2020-12-06 20:49:45 +01:00
parent 9e7be82f57
commit 466e21aa0e

View File

@@ -141,7 +141,7 @@ export default {
this.attendeesFetched = true;
},
track() {
this.$ga.page("/lottery/game");
window.ga('send', 'pageview', '/lottery/game');
}
}
};