Content-Length: 570029 | pFad | http://github.com/xwpfullstack/fullstackpython.com/commit/2d1f93f3e3810488b8005464f8f65f9e857eb2c6

FA updating web analytics page · xwpfullstack/fullstackpython.com@2d1f93f · GitHub
Skip to content

Commit 2d1f93f

Browse files
committed
updating web analytics page
1 parent e817d3b commit 2d1f93f

File tree

5 files changed

+62
-53
lines changed

5 files changed

+62
-53
lines changed

all.html

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5817,23 +5817,29 @@ <h2>General web analytics resources</h2>
58175817
</li>
58185818
</ul>
58195819
<h2>Web analytics learning checklist</h2>
5820-
<p><i class="fa fa-check-square-o"></i>
5821-
Add Google Analytics or Piwik to your application. Both are free and while
5822-
Piwik is not as powerful as Google Analytics you can self-host the application
5823-
which is the only option in many environments.</p>
5824-
<p><i class="fa fa-check-square-o"></i>
5825-
Think critically about the factors that will make your application successful.
5826-
These factors will vary based on whether it's an internal enterprise app,
5827-
an e-commerce site or an information-based application.</p>
5828-
<p><i class="fa fa-check-square-o"></i>
5829-
Add metrics generated from your web traffic based on the factors that drive
5830-
your application's success. You can add these metrics with either some custom
5831-
code or with a hosted web analytics service.</p>
5832-
<p><i class="fa fa-check-square-o"></i>
5833-
Continuously reevaluate whether the metrics you've chosen are still the
5834-
appropriate ones defining your application's success. Improve and refine the
5835-
metrics generated by the web analytics as necessary.</p>
5836-
<h3>What's the next topic you want to learn about?</h3>
5820+
<ol>
5821+
<li>
5822+
<p>Add Google Analytics or Piwik to your application. Both are free and while
5823+
Piwik is not as powerful as Google Analytics you can self-host the
5824+
application which is the only option in many environments.</p>
5825+
</li>
5826+
<li>
5827+
<p>Think critically about the factors that will make your application
5828+
successful. These factors will vary based on whether it's an internal
5829+
<a href="/enterprise-python.html">enterprise</a> app, an e-commerce site or an
5830+
information-based application.</p>
5831+
</li>
5832+
<li>
5833+
<p>Add metrics generated from your web traffic based on the factors that
5834+
drive your application's success. You can add these metrics with either
5835+
some custom code or with a hosted web analytics service.</p>
5836+
</li>
5837+
<li>
5838+
<p>Continuously reevaluate whether the metrics you've chosen are still the
5839+
appropriate ones defining your application's success. Improve and refine
5840+
the metrics generated by the web analytics as necessary.</p>
5841+
</li>
5842+
</ol>
58375843
<h1>Docker</h1>
58385844
<p>Docker is an <a href="https://github.com/docker/docker">open source</a>
58395845
infrastructure management platform for running and deploying software. The

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-06-06T08:12:16Z</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-06-06T08:42:46Z</updated></feed>

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

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -110,25 +110,20 @@ application before taking some action, such as purchasing your service.
110110

111111

112112
## Web analytics learning checklist
113-
<i class="fa fa-check-square-o"></i>
114-
Add Google Analytics or Piwik to your application. Both are free and while
115-
Piwik is not as powerful as Google Analytics you can self-host the application
116-
which is the only option in many environments.
113+
1. Add Google Analytics or Piwik to your application. Both are free and while
114+
Piwik is not as powerful as Google Analytics you can self-host the
115+
application which is the only option in many environments.
117116

118-
<i class="fa fa-check-square-o"></i>
119-
Think critically about the factors that will make your application successful.
120-
These factors will vary based on whether it's an internal enterprise app,
121-
an e-commerce site or an information-based application.
117+
1. Think critically about the factors that will make your application
118+
successful. These factors will vary based on whether it's an internal
119+
[enterprise](/enterprise-python.html) app, an e-commerce site or an
120+
information-based application.
122121

123-
<i class="fa fa-check-square-o"></i>
124-
Add metrics generated from your web traffic based on the factors that drive
125-
your application's success. You can add these metrics with either some custom
126-
code or with a hosted web analytics service.
122+
1. Add metrics generated from your web traffic based on the factors that
123+
drive your application's success. You can add these metrics with either
124+
some custom code or with a hosted web analytics service.
127125

128-
<i class="fa fa-check-square-o"></i>
129-
Continuously reevaluate whether the metrics you've chosen are still the
130-
appropriate ones defining your application's success. Improve and refine the
131-
metrics generated by the web analytics as necessary.
126+
1. Continuously reevaluate whether the metrics you've chosen are still the
127+
appropriate ones defining your application's success. Improve and refine
128+
the metrics generated by the web analytics as necessary.
132129

133-
134-
### What's the next topic you want to learn about?

source/theme/templates/choices/web-analytics.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<h3>What do you want to learn about next?</h3>
12
<div class="row">
23
<div class="col-md-4">
34
<div class="well select-next">

web-analytics.html

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -152,23 +152,30 @@ <h2>General web analytics resources</h2>
152152
</li>
153153
</ul>
154154
<h2>Web analytics learning checklist</h2>
155-
<p><i class="fa fa-check-square-o"></i>
156-
Add Google Analytics or Piwik to your application. Both are free and while
157-
Piwik is not as powerful as Google Analytics you can self-host the application
158-
which is the only option in many environments.</p>
159-
<p><i class="fa fa-check-square-o"></i>
160-
Think critically about the factors that will make your application successful.
161-
These factors will vary based on whether it's an internal enterprise app,
162-
an e-commerce site or an information-based application.</p>
163-
<p><i class="fa fa-check-square-o"></i>
164-
Add metrics generated from your web traffic based on the factors that drive
165-
your application's success. You can add these metrics with either some custom
166-
code or with a hosted web analytics service.</p>
167-
<p><i class="fa fa-check-square-o"></i>
168-
Continuously reevaluate whether the metrics you've chosen are still the
169-
appropriate ones defining your application's success. Improve and refine the
170-
metrics generated by the web analytics as necessary.</p>
171-
<h3>What's the next topic you want to learn about?</h3>
155+
<ol>
156+
<li>
157+
<p>Add Google Analytics or Piwik to your application. Both are free and while
158+
Piwik is not as powerful as Google Analytics you can self-host the
159+
application which is the only option in many environments.</p>
160+
</li>
161+
<li>
162+
<p>Think critically about the factors that will make your application
163+
successful. These factors will vary based on whether it's an internal
164+
<a href="/enterprise-python.html">enterprise</a> app, an e-commerce site or an
165+
information-based application.</p>
166+
</li>
167+
<li>
168+
<p>Add metrics generated from your web traffic based on the factors that
169+
drive your application's success. You can add these metrics with either
170+
some custom code or with a hosted web analytics service.</p>
171+
</li>
172+
<li>
173+
<p>Continuously reevaluate whether the metrics you've chosen are still the
174+
appropriate ones defining your application's success. Improve and refine
175+
the metrics generated by the web analytics as necessary.</p>
176+
</li>
177+
</ol>
178+
<h3>What do you want to learn about next?</h3>
172179
<div class="row">
173180
<div class="col-md-4">
174181
<div class="well select-next">

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/xwpfullstack/fullstackpython.com/commit/2d1f93f3e3810488b8005464f8f65f9e857eb2c6

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy