Skip to content

Commit

Permalink
feat: add exp tracking to users that see the deposit incentive banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed May 1, 2024
1 parent cdbb35a commit bf97c41
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ export default {
if (version === 'b' && this.$route.path !== '/checkout') {
this.enableDepositExperiment = true;
this.$kvTrackEvent(
'promo',
'EXP-MP-72-Apr2024',
version,
);
}
}
};
Expand Down

0 comments on commit bf97c41

Please sign in to comment.