f2e9a59
1
2
3
4
5
6
7
8
export enum TrackEnum { ViewContent = 0, CompleteRegistration = 1, InitiateCheckout = 2, StartTrial = 3, Purchase = 4, }