diff options
Diffstat (limited to 'chrome/common/extensions/docs/autoupdate.html')
-rwxr-xr-x | chrome/common/extensions/docs/autoupdate.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/autoupdate.html b/chrome/common/extensions/docs/autoupdate.html index e497d1f..10b94bd 100755 --- a/chrome/common/extensions/docs/autoupdate.html +++ b/chrome/common/extensions/docs/autoupdate.html @@ -466,6 +466,29 @@ This is used by the client to determine whether it should download the crx file <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> |