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

Unified Diff: perf/dashboard/ui/changelog_v8.html

Issue 1658643004: Add analytics to changelog pages to track usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 4 years, 11 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
« no previous file with comments | « perf/dashboard/ui/changelog_blink.html ('k') | perf/dashboard/ui/changelog_webrtc.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/dashboard/ui/changelog_v8.html
===================================================================
--- perf/dashboard/ui/changelog_v8.html (revision 298504)
+++ perf/dashboard/ui/changelog_v8.html (working copy)
@@ -68,6 +68,14 @@
var svnRange = params["range"];
render_log(svnRootUrl, svnPath, svnRange, viewVc)
</script>
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+ ga('create', 'UA-55762617-21', 'auto');
+ ga('send', 'pageview');
+</script>
</body>
</html>
« no previous file with comments | « perf/dashboard/ui/changelog_blink.html ('k') | perf/dashboard/ui/changelog_webrtc.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698