You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Figure out other use cases and expand based on what you learned with the
2886
2886
initial API use case.</p>
2887
2887
<h3>What's next after building an API for your web app?</h3>
2888
+
<h1>Web analytics</h1>
2889
+
<p>Web analytics involves collecting, processing, visualizing web data to enable
2890
+
critical thinking about how users interact with a web application.</p>
2891
+
<h2>Why is web analytics important?</h2>
2892
+
<p>User clients, especially web browsers, generate significant data while users
2893
+
read and interact with webpages. The data provides insight into
2894
+
how visitors use the site and why they stay or leave. The key concept to
2895
+
analytics is <em>learning</em> about your users so you can improve your web
2896
+
application to better suit their needs. </p>
2897
+
<h2>Web analytics concepts</h2>
2898
+
<p>It's easy to get overwhelmed at both the number of analytics services and
2899
+
the numerous types of data points collected. Focus on just a handful of
2900
+
metrics when you're just starting out. As your application scales and you
2901
+
understand more about your users add additional analytics services
2902
+
to gain further insight into their behavior with advanced visualizations such
2903
+
as heatmaps and action funnels. The
2904
+
<ahref="http://spenczar.com/posts/2013/Sep/07/seven-stages-analytics-grief/">seven stages of startup analytics grief</a>
2905
+
post is an amusing read and provides context for how to begin and then grow
2906
+
tracked metrics over time.</p>
2907
+
<h3>User funnels</h3>
2908
+
<p>If your application is
2909
+
selling a product or service you can ultimately build a
2910
+
<ahref="http://moz.com/blog/building-your-marketing-funnel-with-google-analytics">user funnel</a> (often called "sales funnel" prior to a user becoming a customer)
2911
+
to better understand why people buy or don't buy what you're selling. With
2912
+
a funnel you can visualize drop-off points where visitors leave your
2913
+
application before taking some action, such as purchasing your service.</p>
2914
+
<h2>Open source web analytics projects</h2>
2915
+
<ul>
2916
+
<li>
2917
+
<p><ahref="http://piwik.org/">Piwik</a> is a web analytics platform you can host yourself.
2918
+
Piwik is a solid choice if you cannot use Google Analytics or want to
2919
+
customize your own web analytics platform.</p>
2920
+
</li>
2921
+
<li>
2922
+
<p><ahref="http://www.openwebanalytics.com/">Open Web Analytics</a> is another
2923
+
self-hosted platform that integrates through a JavaScript snippet that
2924
+
tracks users' interactions with the webpage.</p>
2925
+
</li>
2926
+
</ul>
2927
+
<h2>Hosted web analytics services</h2>
2928
+
<ul>
2929
+
<li>
2930
+
<p><ahref="http://www.google.com/analytics/">Google Analytics</a> is a widely used
2931
+
free analytics tool for website traffic.</p>
2932
+
</li>
2933
+
<li>
2934
+
<p><ahref="https://mixpanel.com/">MixPanel</a>'s analytics platform focuses on mobile
2935
+
and sales funnel metrics. A developer builds what data points need to be
2936
+
collected into the server side or client side code. MixPanel captures that
2937
+
data and provides metrics and visualizations based on the data.</p>
two projects will give you fine-grained control over the system metrics
3152
3277
you're collecting and visualizing.</p>
3153
3278
<h3>What topic do you want to learn next?</h3>
3154
-
<h1>Web analytics</h1>
3155
-
<p>Web analytics involves collecting, processing, visualizing web data to enable
3156
-
critical thinking about how users interact with a web application.</p>
3157
-
<h2>Why is web analytics important?</h2>
3158
-
<p>User clients, especially web browsers, generate significant data while users
3159
-
read and interact with webpages. The data provides insight into
3160
-
how visitors use the site and why they stay or leave. The key concept to
3161
-
analytics is <em>learning</em> about your users so you can improve your web
3162
-
application to better suit their needs. </p>
3163
-
<h2>Web analytics concepts</h2>
3164
-
<p>It's easy to get overwhelmed at both the number of analytics services and
3165
-
the numerous types of data points collected. Focus on just a handful of
3166
-
metrics when you're just starting out. As your application scales and you
3167
-
understand more about your users add additional analytics services
3168
-
to gain further insight into their behavior with advanced visualizations such
3169
-
as heatmaps and action funnels. The
3170
-
<ahref="http://spenczar.com/posts/2013/Sep/07/seven-stages-analytics-grief/">seven stages of startup analytics grief</a>
3171
-
post is an amusing read and provides context for how to begin and then grow
3172
-
tracked metrics over time.</p>
3173
-
<h3>User funnels</h3>
3174
-
<p>If your application is
3175
-
selling a product or service you can ultimately build a
3176
-
<ahref="http://moz.com/blog/building-your-marketing-funnel-with-google-analytics">user funnel</a> (often called "sales funnel" prior to a user becoming a customer)
3177
-
to better understand why people buy or don't buy what you're selling. With
3178
-
a funnel you can visualize drop-off points where visitors leave your
3179
-
application before taking some action, such as purchasing your service.</p>
3180
-
<h2>Open source web analytics projects</h2>
3181
-
<ul>
3182
-
<li>
3183
-
<p><ahref="http://piwik.org/">Piwik</a> is a web analytics platform you can host yourself.
3184
-
Piwik is a solid choice if you cannot use Google Analytics or want to
3185
-
customize your own web analytics platform.</p>
3186
-
</li>
3187
-
<li>
3188
-
<p><ahref="http://www.openwebanalytics.com/">Open Web Analytics</a> is another
3189
-
self-hosted platform that integrates through a JavaScript snippet that
3190
-
tracks users' interactions with the webpage.</p>
3191
-
</li>
3192
-
</ul>
3193
-
<h2>Hosted web analytics services</h2>
3194
-
<ul>
3195
-
<li>
3196
-
<p><ahref="http://www.google.com/analytics/">Google Analytics</a> is a widely used
3197
-
free analytics tool for website traffic.</p>
3198
-
</li>
3199
-
<li>
3200
-
<p><ahref="https://mixpanel.com/">MixPanel</a>'s analytics platform focuses on mobile
3201
-
and sales funnel metrics. A developer builds what data points need to be
3202
-
collected into the server side or client side code. MixPanel captures that
3203
-
data and provides metrics and visualizations based on the data.</p>
0 commit comments