Send ga event for pageview when visiting virtualLotteryPage.
This commit is contained in:
@@ -141,7 +141,7 @@ export default {
|
|||||||
this.attendeesFetched = true;
|
this.attendeesFetched = true;
|
||||||
},
|
},
|
||||||
track() {
|
track() {
|
||||||
this.$ga.page("/lottery/game");
|
window.ga('send', 'pageview', '/lottery/game');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user