@@ -52,7 +52,7 @@ application before taking some action, such as purchasing your service.
5252* [ Google Analytics] ( http://www.google.com/analytics/ ) is a widely used
5353 free analytics tool for website traffic.
5454
55- * [ Clicky] ( http ://clicky.com/) provides real-time analytics comparable to
55+ * [ Clicky] ( https ://clicky.com/) provides real-time analytics comparable to
5656 Google Analytics' real-time dashboard.
5757
5858* [ MixPanel] ( https://mixpanel.com/ ) 's analytics platform focuses on mobile
@@ -67,7 +67,7 @@ application before taking some action, such as purchasing your service.
6767* [ Heap] ( https://heapanalytics.com/ ) is a recently founded analytics service
6868 with a free introductory tier to get started.
6969
70- * [ CrazyEgg] ( http ://www.crazyegg.com/) is tool for understanding a
70+ * [ CrazyEgg] ( https ://www.crazyegg.com/) is tool for understanding a
7171 user's focus while using a website based on heatmaps generated from mouse
7272 movements.
7373
@@ -95,9 +95,26 @@ application before taking some action, such as purchasing your service.
9595 show how to extract your Google Analytics data via their web API and Python
9696 helper library so it can be used in other tools such as Excel.
9797
98+ * The official
99+ [ Google Analytics Python quickstart] ( https://developers.google.com/analytics/devguides/reporting/core/v4/quickstart/service-py )
100+ isn't really the easiest tutorial to follow due to all of the configuration
101+ required to make your first API call, but it is still the right place to go
102+ to get started.
103+
104+ * [ How Accurately Can Prophet Project Website Traffic?] ( https://pbpython.com/prophet-accuracy.html )
105+ uses the data forecasting tool
106+ [ Prophet] ( https://facebook.github.io/prophet/ ) to see if it is possible
107+ to predict future trends in website traffic based on historical data.
108+
98109
99110### General web analytics resources
100- * [ Google Analytics for Developers] ( http://blog.arkency.com/2012/12/google-analytics-for-developers/ )
111+ * [ The Google Analytics Setup I Use on Every Site I Build] ( https://philipwalton.com/articles/the-google-analytics-setup-i-use-on-every-site-i-build/ )
112+ is a tutorial written for developers to better understand the scope
113+ of what Google Analytics can tell you about your site and how
114+ to configure it for better output.
115+
116+ * [ Deconstructing the Google Analytics tracking script] ( https://billfranklin.svbtle.com/deconstructing-the-ga-script )
117+ breaks down the JavaScript found in the Google Analytics script.
101118
102119* This beginner's guide to
103120 [ math and stats behind web analytics] ( http://www.seotakeaways.com/beginners-guide-maths-stats-web-analytics/ )
0 commit comments