Skip to content

Commit 386331b

Browse files
committed
new analytics resources
1 parent fe97189 commit 386331b

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,20 @@ application before taking some action, such as purchasing your service.
8181
shows how to use pandas for data analysis with Google Analytics' API to
8282
perform calculations not available in the tool itself.
8383

84-
* [Build your own Google Analytics Dashboard in Excel](http://blog.zoomeranalytics.com/google-analytics/)
85-
show how to extract your Google Analytics data via their web API and Python
86-
helper library so it can be used in other tools such as Excel.
84+
* [Build a Google Analytics Slack Bot with Python](https://www.twilio.com/blog/2018/03/google-analytics-slack-bot-python.html)
85+
explains how to connect the Google Analytics API to a [Slack](/slack.html)
86+
bot, with all the code in Python, so you can query for Google Analytics
87+
data from your Slack channels.
8788

8889
* [Automating web analytics through Python](https://rrighart.github.io/GA/)
8990
is a tutorial for interacting with your Google Analytics data using
9091
[pandas](/pandas.html) and related [data analysis](/data-analysis.html)
9192
tools.
9293

94+
* [Build your own Google Analytics Dashboard in Excel](http://blog.zoomeranalytics.com/google-analytics/)
95+
show how to extract your Google Analytics data via their web API and Python
96+
helper library so it can be used in other tools such as Excel.
97+
9398

9499
### General web analytics resources
95100
* [Google Analytics for Developers](http://blog.arkency.com/2012/12/google-analytics-for-developers/)
@@ -116,6 +121,11 @@ application before taking some action, such as purchasing your service.
116121
* [awesome-analytics](https://github.com/onurakpolat/awesome-analytics)
117122
aggregates analytics tools for both web and mobile applications.
118123

124+
* [10 red flags signaling your analytics program will fail](https://www.mckinsey.com/business-functions/mckinsey-analytics/our-insights/ten-red-flags-signaling-your-analytics-program-will-fail)
125+
is a more business-focused piece but it has sosme good information and
126+
visualization on broader themes that developers who work in larger
127+
organizations should think about when it comes to analytics.
128+
119129

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

0 commit comments

Comments
 (0)