mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Added analytics to front. Fixed group plan tracking (#10262)
This commit is contained in:
committed by
Sabe Jones
parent
ace02893e5
commit
4b9af8aa86
@@ -126,14 +126,6 @@ export default {
|
||||
return Boolean(this.newGroup.name);
|
||||
},
|
||||
},
|
||||
mounted () {
|
||||
Analytics.track({
|
||||
hitType: 'event',
|
||||
eventCategory: 'group-plans-static',
|
||||
eventAction: 'view',
|
||||
eventLabel: 'create-group',
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
changePage (page) {
|
||||
Analytics.track({
|
||||
|
||||
Reference in New Issue
Block a user