| Index: chrome/common/extensions/docs/server2/templates/articles/tut_analytics.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/server2/templates/articles/tut_analytics.html (revision 150606)
|
| +++ chrome/common/extensions/docs/server2/templates/articles/tut_analytics.html (working copy)
|
| @@ -1,6 +1,6 @@
|
| -<div id="pageData-name" class="pageData">Tutorial: Google Analytics</div>
|
| -<div id="pageData-showTOC" class="pageData">true</div>
|
| +<h1>Tutorial: Google Analytics</h1>
|
|
|
| +
|
| <p>This tutorial demonstrates using Google Analytics to track the usage of your
|
| extension.</p>
|
|
|
| @@ -19,7 +19,7 @@
|
| </p>
|
|
|
| <p style="text-align: center">
|
| - <img src="../images/tut_analytics/screenshot01.png"
|
| + <img src="{{static}}/images/tut_analytics/screenshot01.png"
|
| style="width:400px;height:82px;"
|
| alt="The analytics setup with info for a chrome extension filled out." />
|
| </p>
|
| @@ -121,7 +121,7 @@
|
| </p>
|
|
|
| <p style="text-align: center">
|
| - <img src="../images/tut_analytics/screenshot02.png"
|
| + <img src="{{static}}/images/tut_analytics/screenshot02.png"
|
| style="width:300px;height:119px;"
|
| alt="Analytics view of the top content for a site." />
|
| </p>
|
| @@ -138,7 +138,7 @@
|
| </p>
|
|
|
| <p style="text-align: center">
|
| - <img src="../images/tut_analytics/screenshot04.png"
|
| + <img src="{{static}}/images/tut_analytics/screenshot04.png"
|
| style="width:683px;height:418px;"
|
| alt="Developer Tools window showing the __utm.gif request" />
|
| </p>
|
| @@ -184,7 +184,7 @@
|
| </p>
|
|
|
| <p style="text-align: center">
|
| - <img src="../images/tut_analytics/screenshot03.png"
|
| + <img src="{{static}}/images/tut_analytics/screenshot03.png"
|
| style="width:300px;height:482px;"
|
| alt="Analytics view of the event tracking data for a site." />
|
| </p>
|
| @@ -211,5 +211,4 @@
|
|
|
| <blockquote>
|
| <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/tutorials/analytics/">.../examples/tutorials/analytics/</a>
|
| -</blockquote>
|
| -</p>
|
| +</blockquote>
|
|
|