Skip to content

Commit bf4c0f5

Browse files
committed
updating web analytics section
1 parent 7553151 commit bf4c0f5

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

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>2013-12-07T09:11:03Z</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>2013-12-08T11:47:02Z</updated></feed>

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,9 @@ <h2>Caching Resources</h2>
487487
</section>
488488
<section id="web-analytics" class="tech-section">
489489
<h1>Web Analytics</h1>
490-
<p>Web analytics involves a mix of collecting and analyzing data generated
491-
by visitors to a website.</p>
490+
<p>Web analytics involves collecting and analyzing data generated by visitors'
491+
web browsers while they are viewing webpages. The resulting data provides
492+
insight into how visitors use the site.</p>
492493
<div class="section" id="web-analytics-third-party-services">
493494
<h2>Web Analytics Third Party Services</h2>
494495
<p><a class="reference external" href="http://www.google.com/analytics/">Google Analytics</a> is a widely used
@@ -500,6 +501,9 @@ <h2>Web Analytics Third Party Services</h2>
500501
<p><a class="reference external" href="https://www.kissmetrics.com/">KISSmetrics</a>' analytics provides context
501502
for who is visiting a website and what actions they are taking while on
502503
the site.</p>
504+
<p><a class="reference external" href="http://www.crazyegg.com/">CrazyEgg</a> is tool for understanding a
505+
user's focus while using a website based on heatmaps generated from mouse
506+
movements.</p>
503507
</div>
504508
<div class="section" id="web-analytics-resources">
505509
<h2>Web Analytics Resources</h2>

pages/web-analytics.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@
4848
<h1>Web Analytics</h1>
4949

5050

51-
<p>Web analytics involves a mix of collecting and analyzing data generated
52-
by visitors to a website.</p>
51+
<p>Web analytics involves collecting and analyzing data generated by visitors'
52+
web browsers while they are viewing webpages. The resulting data provides
53+
insight into how visitors use the site.</p>
5354
<div class="section" id="web-analytics-third-party-services">
5455
<h2>Web Analytics Third Party Services</h2>
5556
<p><a class="reference external" href="http://www.google.com/analytics/">Google Analytics</a> is a widely used
@@ -61,6 +62,9 @@ <h2>Web Analytics Third Party Services</h2>
6162
<p><a class="reference external" href="https://www.kissmetrics.com/">KISSmetrics</a>' analytics provides context
6263
for who is visiting a website and what actions they are taking while on
6364
the site.</p>
65+
<p><a class="reference external" href="http://www.crazyegg.com/">CrazyEgg</a> is tool for understanding a
66+
user's focus while using a website based on heatmaps generated from mouse
67+
movements.</p>
6468
</div>
6569
<div class="section" id="web-analytics-resources">
6670
<h2>Web Analytics Resources</h2>

source/content/pages/web-analytics.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Web Analytics
55
:slug: web-analytics
66
:sort-order: 10
77

8-
Web analytics involves a mix of collecting and analyzing data generated
9-
by visitors to a website.
8+
Web analytics involves collecting and analyzing data generated by visitors'
9+
web browsers while they are viewing webpages. The resulting data provides
10+
insight into how visitors use the site.
1011

1112

1213
Web Analytics Third Party Services
@@ -23,6 +24,10 @@ data and provides metrics and visualizations based on the data.
2324
for who is visiting a website and what actions they are taking while on
2425
the site.
2526

27+
`CrazyEgg <http://www.crazyegg.com/>`_ is tool for understanding a
28+
user's focus while using a website based on heatmaps generated from mouse
29+
movements.
30+
2631
Web Analytics Resources
2732
-----------------------
2833
`Google Analytics for Developers <http://blog.arkency.com/2012/12/google-analytics-for-developers/>`_

0 commit comments

Comments
 (0)