mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(analytics): include client tracking parameter
This commit is contained in:
@@ -324,7 +324,7 @@ export default {
|
|||||||
eventCategory: 'behavior',
|
eventCategory: 'behavior',
|
||||||
demographics: this.newGroup.demographics,
|
demographics: this.newGroup.demographics,
|
||||||
type: this.newGroup.type,
|
type: this.newGroup.type,
|
||||||
});
|
}, { trackOnClient: true });
|
||||||
|
|
||||||
if (this.upgradingGroup && this.upgradingGroup._id) {
|
if (this.upgradingGroup && this.upgradingGroup._id) {
|
||||||
paymentData.groupId = this.upgradingGroup._id;
|
paymentData.groupId = this.upgradingGroup._id;
|
||||||
|
|||||||
@@ -365,7 +365,7 @@ export default {
|
|||||||
eventCategory: 'behavior',
|
eventCategory: 'behavior',
|
||||||
demographics: this.upgradedGroup.demographics,
|
demographics: this.upgradedGroup.demographics,
|
||||||
type: this.paymentData.group.type, // also tried this.upgradedGroup.type
|
type: this.paymentData.group.type, // also tried this.upgradedGroup.type
|
||||||
});
|
}, { trackOnClient: true });
|
||||||
}
|
}
|
||||||
this.paymentData = {};
|
this.paymentData = {};
|
||||||
this.$root.$emit('bv::hide::modal', 'payments-success-modal');
|
this.$root.$emit('bv::hide::modal', 'payments-success-modal');
|
||||||
|
|||||||
Reference in New Issue
Block a user