Skip to content

Commit bc16f61

Browse files
committed
adding new post on web analytics
1 parent 6c8359c commit bc16f61

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3560,6 +3560,11 @@ <h2>Web analytics resources</h2>
35603560
perform calculations not available in the tool itself.</p>
35613561
</li>
35623562
<li>
3563+
<p><a href="http://blog.zoomeranalytics.com/google-analytics/">Build your own Google Analytics Dashboard in Excel</a>
3564+
show how to extract your Google Analytics data via their web API and Python
3565+
helper library so it can be used in other tools such as Excel.</p>
3566+
</li>
3567+
<li>
35633568
<p>This beginner's guide to
35643569
<a href="http://www.seotakeaways.com/beginners-guide-maths-stats-web-analytics/">math and stats behind web analytics</a>
35653570
provides some context for understanding and reasoning about web traffic. </p>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-10-29T11:17:49Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-10-30T09:24:21Z</updated></feed>

source/content/pages/09-monitoring-analytics/0903-web-analytics.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ application before taking some action, such as purchasing your service.
9191
shows how to use pandas for data analysis with Google Analytics' API to
9292
perform calculations not available in the tool itself.
9393

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+
9498
* This beginner's guide to
9599
[math and stats behind web analytics](http://www.seotakeaways.com/beginners-guide-maths-stats-web-analytics/)
96100
provides some context for understanding and reasoning about web traffic.

web-analytics.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ <h2>Web analytics resources</h2>
119119
perform calculations not available in the tool itself.</p>
120120
</li>
121121
<li>
122+
<p><a href="http://blog.zoomeranalytics.com/google-analytics/">Build your own Google Analytics Dashboard in Excel</a>
123+
show how to extract your Google Analytics data via their web API and Python
124+
helper library so it can be used in other tools such as Excel.</p>
125+
</li>
126+
<li>
122127
<p>This beginner's guide to
123128
<a href="http://www.seotakeaways.com/beginners-guide-maths-stats-web-analytics/">math and stats behind web analytics</a>
124129
provides some context for understanding and reasoning about web traffic. </p>

0 commit comments

Comments
 (0)