Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(811)

Side by Side Diff: chrome/common/extensions/docs/templates/articles/analytics.html

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <h1>Analytics</h1> 1 <h1>Analytics</h1>
2 2
3 <table class="intro"> 3 <table class="intro">
4 <tr> 4 <tr>
5 <td><strong>Description:</strong></td> 5 <td><strong>Description:</strong></td>
6 <td>Use the Chrome Platform Analytics JavaScript library to measure user int eractions with your app.</td> 6 <td>Use the Chrome Platform Analytics JavaScript library to measure user int eractions with your app.</td>
7 </tr> 7 </tr>
8 <tr> 8 <tr>
9 <td><strong>Samples:</strong></td> 9 <td><strong>Samples:</strong></td>
10 <td><a href="https://github.com/GoogleChrome/chrome-platform-analytics/tree/ master/src/example">JavaScript and Closure examples</a></td> 10 <td><a href="https://github.com/GoogleChrome/chrome-platform-analytics/tree/ master/src/example">JavaScript and Closure examples</a></td>
(...skipping 10 matching lines...) Expand all
21 <p> 21 <p>
22 The <a href="https://developers.google.com/analytics/devguides/platform/">Google Analytics Platform</a> lets you 22 The <a href="https://developers.google.com/analytics/devguides/platform/">Google Analytics Platform</a> lets you
23 measure user interactions with your business across various devices and environm ents. The platform provides resources to 23 measure user interactions with your business across various devices and environm ents. The platform provides resources to
24 collect, store, process, and report on user interactions. 24 collect, store, process, and report on user interactions.
25 <a href="https://github.com/GoogleChrome/chrome-platform-analytics/wiki">Chrome Platform Analytics</a> (CPA) is 25 <a href="https://github.com/GoogleChrome/chrome-platform-analytics/wiki">Chrome Platform Analytics</a> (CPA) is
26 a client library that lets you collect user interactions in Packaged Apps and Ex tensions, 26 a client library that lets you collect user interactions in Packaged Apps and Ex tensions,
27 and send them to the Google Analytics Platform. 27 and send them to the Google Analytics Platform.
28 </p> 28 </p>
29 29
30 <p> 30 <p>
31 The CPA library follows the basic usage pattern of <a href="http://www.google.co m/analytics/index.html">Google Analytics</a> 31 The CPA library follows the basic usage pattern of <a href="http://www.google.co m/analytics/index">Google Analytics</a>
32 and will feel familiar to existing users of Google Analytics. 32 and will feel familiar to existing users of Google Analytics.
33 However, unlike the web-centric official Google Analytics JavaScript libraries, the CPA library uses an "app-centric" model 33 However, unlike the web-centric official Google Analytics JavaScript libraries, the CPA library uses an "app-centric" model
34 that is better suited for Packaged Apps. Among other features, the library provi des methods for specific types of hits, 34 that is better suited for Packaged Apps. Among other features, the library provi des methods for specific types of hits,
35 such as "event" and "appView", and it can be used in both Closure-based and trad itional JavaScript projects. 35 such as "event" and "appView", and it can be used in both Closure-based and trad itional JavaScript projects.
36 </p> 36 </p>
37 37
38 <h2 id="privacy">Privacy</h2> 38 <h2 id="privacy">Privacy</h2>
39 39
40 <p> 40 <p>
41 <a href="https://developers.google.com/analytics/devguides/collection/protocol/p olicy">Google Analytics Policies</a> 41 <a href="https://developers.google.com/analytics/devguides/collection/protocol/p olicy">Google Analytics Policies</a>
(...skipping 23 matching lines...) Expand all
65 <li><a href="https://github.com/GoogleChrome/chrome-platform-analytics/wiki#ho w-to">How-To</a></li> 65 <li><a href="https://github.com/GoogleChrome/chrome-platform-analytics/wiki#ho w-to">How-To</a></li>
66 </ul> 66 </ul>
67 67
68 68
69 <h2 id="examples">Examples</h2> 69 <h2 id="examples">Examples</h2>
70 70
71 <p> 71 <p>
72 For an illustration of how to use the CPA library to measure user interactions i n an app, see the 72 For an illustration of how to use the CPA library to measure user interactions i n an app, see the
73 <a href="https://github.com/GoogleChrome/chrome-platform-analytics/tree/master/s rc/example">examples</a>. 73 <a href="https://github.com/GoogleChrome/chrome-platform-analytics/tree/master/s rc/example">examples</a>.
74 </p> 74 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698