Skip to content

Commit fe97189

Browse files
committed
adding more web analytics resources
1 parent c0a8d58 commit fe97189

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

content/pages/06-devops/18-web-analytics.markdown

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ application before taking some action, such as purchasing your service.
7272
movements.
7373

7474

75-
## Python-specific web analytics resources
75+
### Python-specific web analytics resources
7676
* [Building an Analytics App with Flask](http://charlesleifer.com/blog/saturday-morning-hacks-building-an-analytics-app-with-flask/)
7777
is a detailed walkthrough for collecting and analyzing webpage
7878
analytics with your own Flask app.
@@ -85,8 +85,13 @@ application before taking some action, such as purchasing your service.
8585
show how to extract your Google Analytics data via their web API and Python
8686
helper library so it can be used in other tools such as Excel.
8787

88+
* [Automating web analytics through Python](https://rrighart.github.io/GA/)
89+
is a tutorial for interacting with your Google Analytics data using
90+
[pandas](/pandas.html) and related [data analysis](/data-analysis.html)
91+
tools.
8892

89-
## General web analytics resources
93+
94+
### General web analytics resources
9095
* [Google Analytics for Developers](http://blog.arkency.com/2012/12/google-analytics-for-developers/)
9196

9297
* This beginner's guide to
@@ -100,6 +105,17 @@ application before taking some action, such as purchasing your service.
100105
* This post provides context for determining if a given metric is
101106
["vanity" or actionable](http://fizzle.co/sparkline/vanity-vs-actionable-metrics).
102107

108+
* This series on measuring your technical content has a bunch of advice
109+
for figuring out why you want to gather metrics, how to do the
110+
instrumentation and determining your success factors.
111+
112+
* [Part 1 covers "why"](https://docsbydesign.com/2017/08/24/measuring-your-technical-content-part-1/)
113+
* [Part 2 examines success factors](https://docsbydesign.com/2017/08/27/measuring-your-technical-content-part-2/)
114+
* [Part 3 digs further into measurement](https://docsbydesign.com/2017/08/29/measuring-your-technical-content-part-3/)
115+
116+
* [awesome-analytics](https://github.com/onurakpolat/awesome-analytics)
117+
aggregates analytics tools for both web and mobile applications.
118+
103119

104120
## Web analytics learning checklist
105121
1. Add Google Analytics or Piwik to your application. Both are free and while

0 commit comments

Comments
 (0)