Skip to content

Commit 8d31211

Browse files
committed
adding new analytics resource
1 parent a4042c9 commit 8d31211

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
@@ -5267,6 +5267,11 @@ <h2>General web analytics resources</h2>
52675267
provides some context for understanding and reasoning about web traffic. </p>
52685268
</li>
52695269
<li>
5270+
<p><a href="https://hacks.mozilla.org/2015/03/an-analytics-primer-for-developers/">An Analytics Primer for Developers</a>
5271+
by Mozilla explains what to track, choosing an analytics platform and how
5272+
to serve up the analytics JavaScript asynchronously.</p>
5273+
</li>
5274+
<li>
52705275
<p>This post provides context for determining if a given metric is
52715276
<a href="http://fizzle.co/sparkline/vanity-vs-actionable-metrics">"vanity" or actionable</a>.</p>
52725277
</li>

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>2015-03-23T10:48:17Z</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>2015-03-24T08:04:20Z</updated></feed>

source/content/pages/07-web-app-deployment/16-web-analytics.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ application before taking some action, such as purchasing your service.
106106
[math and stats behind web analytics](http://www.seotakeaways.com/beginners-guide-maths-stats-web-analytics/)
107107
provides some context for understanding and reasoning about web traffic.
108108

109+
* [An Analytics Primer for Developers](https://hacks.mozilla.org/2015/03/an-analytics-primer-for-developers/)
110+
by Mozilla explains what to track, choosing an analytics platform and how
111+
to serve up the analytics JavaScript asynchronously.
112+
109113
* This post provides context for determining if a given metric is
110114
["vanity" or actionable](http://fizzle.co/sparkline/vanity-vs-actionable-metrics).
111115

web-analytics.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ <h2>General web analytics resources</h2>
137137
provides some context for understanding and reasoning about web traffic. </p>
138138
</li>
139139
<li>
140+
<p><a href="https://hacks.mozilla.org/2015/03/an-analytics-primer-for-developers/">An Analytics Primer for Developers</a>
141+
by Mozilla explains what to track, choosing an analytics platform and how
142+
to serve up the analytics JavaScript asynchronously.</p>
143+
</li>
144+
<li>
140145
<p>This post provides context for determining if a given metric is
141146
<a href="http://fizzle.co/sparkline/vanity-vs-actionable-metrics">"vanity" or actionable</a>.</p>
142147
</li>

0 commit comments

Comments
 (0)