ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
StatusEvents
2
3
developmentEventProperty NameProperty ValueDescription
4
signed upheard of sitegoogleFrom the signup form, how the user heard of the website
5
Triggerheard of detailsfrom dogsFrom the additional info form for more info on how they heard of the site
6
After a user creates an account
7
8
9
completedEventProperty NameProperty ValueDescription
10
purchasedamount50.99This is the cost of the plan they purchased
11
TriggerplanmonthlyEither yearly or monthly plan
12
After a user completes their checkoutcouponFREEDOGCoupon code that was used
13
14
15
developmentEventProperty NameProperty ValueDescription
16
support requestsynopsiscan't uploadFrom the dropdown of different synopsis for problem
17
Triggeris customerFALSETrue if the user is logged in or uses the email of a paid customer
18
When a user submits the contact us pagesubmitted byfrank@gmail.comEmail that is submitted by form. We track it because it may differ from actual
19
20
21
developmentEventProperty NameProperty ValueDescription
22
viewed itemitem nameGiant Rubber DuckyName of the item that was viewed
23
Triggeritem sku149485ID of the item from database
24
When a user views an itemitem amount24.99Price of item that was added
25
26
27
developmentEventProperty NameProperty ValueDescription
28
added to cartitem nameGiant Rubber DuckyName of the item that was added to cart
29
Triggeritem sku149485ID of the item from database
30
When a product is added to the cartitem amount24.99Price of item that was added
31
button positionbottomPosition on the page of the add to cart button
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100