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
3277
3164
you're collecting and visualizing.</p>
3278
3165
<h3>What topic do you want to learn next?</h3>
3166
+
<h1>Web analytics</h1>
3167
+
<p>Web analytics involves collecting, processing, visualizing web data to enable
3168
+
critical thinking about how users interact with a web application.</p>
3169
+
<h2>Why is web analytics important?</h2>
3170
+
<p>User clients, especially web browsers, generate significant data while users
3171
+
read and interact with webpages. The data provides insight into
3172
+
how visitors use the site and why they stay or leave. The key concept to
3173
+
analytics is <em>learning</em> about your users so you can improve your web
3174
+
application to better suit their needs. </p>
3175
+
<h2>Web analytics concepts</h2>
3176
+
<p>It's easy to get overwhelmed at both the number of analytics services and
3177
+
the numerous types of data points collected. Focus on just a handful of
3178
+
metrics when you're just starting out. As your application scales and you
3179
+
understand more about your users add additional analytics services
3180
+
to gain further insight into their behavior with advanced visualizations such
3181
+
as heatmaps and action funnels. The
3182
+
<ahref="http://spenczar.com/posts/2013/Sep/07/seven-stages-analytics-grief/">seven stages of startup analytics grief</a>
3183
+
post is an amusing read and provides context for how to begin and then grow
3184
+
tracked metrics over time.</p>
3185
+
<h3>User funnels</h3>
3186
+
<p>If your application is
3187
+
selling a product or service you can ultimately build a
3188
+
<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)
3189
+
to better understand why people buy or don't buy what you're selling. With
3190
+
a funnel you can visualize drop-off points where visitors leave your
3191
+
application before taking some action, such as purchasing your service.</p>
3192
+
<h2>Open source web analytics projects</h2>
3193
+
<ul>
3194
+
<li>
3195
+
<p><ahref="http://piwik.org/">Piwik</a> is a web analytics platform you can host yourself.
3196
+
Piwik is a solid choice if you cannot use Google Analytics or want to
3197
+
customize your own web analytics platform.</p>
3198
+
</li>
3199
+
<li>
3200
+
<p><ahref="http://www.openwebanalytics.com/">Open Web Analytics</a> is another
3201
+
self-hosted platform that integrates through a JavaScript snippet that
3202
+
tracks users' interactions with the webpage.</p>
3203
+
</li>
3204
+
</ul>
3205
+
<h2>Hosted web analytics services</h2>
3206
+
<ul>
3207
+
<li>
3208
+
<p><ahref="http://www.google.com/analytics/">Google Analytics</a> is a widely used
3209
+
free analytics tool for website traffic.</p>
3210
+
</li>
3211
+
<li>
3212
+
<p><ahref="https://mixpanel.com/">MixPanel</a>'s analytics platform focuses on mobile
3213
+
and sales funnel metrics. A developer builds what data points need to be
3214
+
collected into the server side or client side code. MixPanel captures that
3215
+
data and provides metrics and visualizations based on the data.</p>
0 commit comments