Lines Matching full:analytics
19 <title>Tutorial: Google Analytics - Google Chrome Extensions - Google Code</title></head>
220 <li class="leftNavSelected">Google Analytics</li>
254 <h1 class="page_title">Tutorial: Google Analytics</h1>
282 <a href="#toc-debugging">Monitoring analytics requests</a>
350 <div id="static"><div id="pageData-name" class="pageData">Tutorial: Google Analytics</div>
353 <p>This tutorial demonstrates using Google Analytics to track the usage of your
364 You will also need a <a href="http://www.google.com/analytics">Google
365 Analytics account</a> set up to track your extension. Note that when setting
371 <img src="images/tut_analytics/screenshot01.png" style="width:400px;height:82px;" alt="The analytics setup with info for a chrome extension filled out.">
375 Also note that Google Analytics requires version <strong>4.0.302.2</strong>
377 Chrome will not show up on your Google Analytics reports. View
385 The standard Google Analytics tracking code snippet fetches a file named
392 <code>https://ssl.google-analytics.com/ga.js</code> instead of the default
398 <a href="http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html">asynchronous
404 <strong>ga.src = 'https://ssl.google-analytics.com/ga.js';</strong>
427 ga.src = 'https://ssl.google-analytics.com/ga.js';
439 with your own Google Analytics account number.
459 <img src="images/tut_analytics/screenshot02.png" style="width:300px;height:119px;" alt="Analytics view of the top content for a site.">
462 <h2 id="toc-debugging">Monitoring analytics requests</h2>
466 Analytics, you can inspect the pages of your extension in the
491 Write a function that sends click events to Google Analytics:
509 The Google Analytics event tracking overview page will give you metrics
514 <img src="images/tut_analytics/screenshot03.png" style="width:300px;height:482px;" alt="Analytics view of the event tracking data for a site.">
525 Google Analytics
526 <a href="http://code.google.com/apis/analytics/docs/tracking/eventTrackerOverview.html">developer
538 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/tutorials/analytics/">.../examples/tutorials/analytics/</a>
711 <!-- begin analytics -->
712 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
713 <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
731 <!-- end analytics -->