Removed vue-analytics and update all code refs.

This commit is contained in:
2020-11-24 23:50:00 +01:00
parent ea1237464d
commit edd09c012c
8 changed files with 6 additions and 14 deletions

View File

@@ -112,13 +112,11 @@ export default {
this.emitColors()
if (window.location.hostname == "localhost") {
return;
}
this.$ga.event({
window.ga('send', {
hitType: "event",
eventCategory: "Raffles",
eventAction: "Generate",
eventValue: JSON.stringify(this.colors)
eventLabel: JSON.stringify(this.colors)
});
return;
}