update: analytics debugging

This commit is contained in:
CuriousMagpie
2022-09-09 16:56:19 -04:00
parent 771558e1fd
commit 5a85e0730c
3 changed files with 9 additions and 14 deletions

View File

@@ -322,9 +322,8 @@ export default {
eventName: 'group plan create',
eventAction: 'group plan create',
eventCategory: 'behavior',
createGroupName: this.newGroup.name,
demographicsCreated: this.newGroup.demographics,
typeCreated: this.newGroup.type,
demographics: this.newGroup.demographics,
type: this.newGroup.type,
});
if (this.upgradingGroup && this.upgradingGroup._id) {