| OLD | NEW |
| 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: | 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: |
| 2 1) The <head> information in this page is significant, should be uniform | 2 1) The <head> information in this page is significant, should be uniform |
| 3 across api docs and should be edited only with knowledge of the | 3 across api docs and should be edited only with knowledge of the |
| 4 templating mechanism. | 4 templating mechanism. |
| 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a | 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a |
| 6 browser, it will be re-generated from the template, json schema and | 6 browser, it will be re-generated from the template, json schema and |
| 7 authored overview content. | 7 authored overview content. |
| 8 4) The <body>.innerHTML is also generated by an offline step so that this | 8 4) The <body>.innerHTML is also generated by an offline step so that this |
| 9 page may easily be indexed by search engines. | 9 page may easily be indexed by search engines. |
| 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> | 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 | 506 |
| 507 <p> | 507 <p> |
| 508 By using this approach, you can see which parts of your extension are | 508 By using this approach, you can see which parts of your extension are |
| 509 under-or-overutilized. This information can help guide decisions about UI | 509 under-or-overutilized. This information can help guide decisions about UI |
| 510 redesigns or additional functionality to implement. | 510 redesigns or additional functionality to implement. |
| 511 </p> | 511 </p> |
| 512 | 512 |
| 513 <p> | 513 <p> |
| 514 For more information about using the event tracking API, see the | 514 For more information about using the event tracking API, see the |
| 515 Google Analytics | 515 Google Analytics |
| 516 <a href="http://code.google.com/apis/analytics/docs/tracking/eventTrackerOverv
iew.html]">developer | 516 <a href="http://code.google.com/apis/analytics/docs/tracking/eventTrackerOverv
iew.html">developer |
| 517 documentation</a>. | 517 documentation</a>. |
| 518 </p> | 518 </p> |
| 519 | 519 |
| 520 <h2 id="toc-samplecode">Sample code</h2> | 520 <h2 id="toc-samplecode">Sample code</h2> |
| 521 | 521 |
| 522 <p> | 522 <p> |
| 523 A sample extension that uses these techniques is | 523 A sample extension that uses these techniques is |
| 524 available in the Chromium source tree: | 524 available in the Chromium source tree: |
| 525 </p> | 525 </p> |
| 526 | 526 |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 716 _uff=0; | 716 _uff=0; |
| 717 urchinTracker(); | 717 urchinTracker(); |
| 718 } | 718 } |
| 719 catch(e) {/* urchinTracker not available. */} | 719 catch(e) {/* urchinTracker not available. */} |
| 720 </script> | 720 </script> |
| 721 <!-- end analytics --> | 721 <!-- end analytics --> |
| 722 </div> | 722 </div> |
| 723 </div> <!-- /gc-footer --> | 723 </div> <!-- /gc-footer --> |
| 724 </div> <!-- /gc-container --> | 724 </div> <!-- /gc-container --> |
| 725 </body></html> | 725 </body></html> |
| OLD | NEW |