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

Unified Diff: chrome/common/extensions/docs/bookmarks.html

Issue 209067: Modify the template to add analytics to all extension docs.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/bookmarks.html
===================================================================
--- chrome/common/extensions/docs/bookmarks.html (revision 26784)
+++ chrome/common/extensions/docs/bookmarks.html (working copy)
@@ -272,7 +272,7 @@
<dt> <code>id</code> </dt>
<dd> An integer ID that's unique for each bookmark.
IDs are unique and persisted within the current profile and are
- and stable across shutdown and startup of the browser.
+ and stable across shutdown and startup of the browser.
</dd>
<dt> <code>title</code> </dt>
@@ -3572,6 +3572,29 @@
<p>
©2009 Google
</p>
+
+<!-- begin analytics -->
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
+
+<script type="text/javascript">
+ // chrome doc tracking
+ try {
+ var engdocs = _gat._getTracker("YT-10763712-2");
+ engdocs._trackPageview();
+ } catch(err) {}
+
+ // code.google.com site-wide tracking
+ try {
+ _uacct="UA-18071-1";
+ _uanchor=1;
+ _uff=0;
+ urchinTracker();
+ }
+ catch(e) {/* urchinTracker not available. */}
+</script>
+<!-- end analytics -->
+
</div> <!-- /pageFooter -->
</div> <!-- /container -->
</body></html>
« no previous file with comments | « chrome/common/extensions/docs/background_pages.html ('k') | chrome/common/extensions/docs/content_scripts.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698