ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
2
server
or
client
priorityauditedEvent NameTriggerProperty Name
[part of track]
Property ValueProperty DescriptionIncrement
[maintain count]
Store as trait
[use identify]
Integrations Enabled
[all by default]
3
4
Key Things to ReadGetting Started Guide
5
How to get started with analytics.js
6
Make sure you know your integration and how they work
7
8
c1okwith all eventsautoalot of data is collected automatically, full list here
9
10
11
12
c1oksubmitted_contact_formwhen user submits contact formemailuser@domain.comthe email they used when fillin gin the formyes
13
company_nameeffin_amazingthis is the name of the company when they register on the siteyes
14
form_locationblogyes
15
16
c1oksignupwhen user completes newsletter signup formemailuser@domain.comyes
17
date_of_signup11/22/2015yes
18
19
20
c1oknewsletter_signupwhen user completes newsletter signup formemailuser@domain.comsalesforce
21
22
23
s1okyour_key_eventrelevant_contextreadable_valuesomething you'll remember
24
25
26
27
c1okpage_viewedpagehomethis would be the page they are onyesall except mixpanel
28
first_time_landing_pagehomethis will be stored once so we know when people come fromyes
29
viewed_pricing_page1/1/16this is the date they view the pricing pageyes
30
31
32
c1okviewed_case_studythis event should fire whenever some one views a case study itself. This will not include viewing the high level case studies over view page, only the inidividual case studies themselves.case_studyframe.iowe will want to store the case study name here. We can do this in different ways, just depends on what is the easiest thing to grab from the page.yesyes
33
case_studies_viewedframe.iothis is the list of case studies they have viewedyes
34
qty_case_studies_viewed4this is the number of case studies viewedyes
35
36
37
c1oktrial_startedthis event will be sent when a new account is created with a trial associated with it. there is no properties associated with this event since they are all captured using the super properties
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