Another question. Where was the decision made to enable Google Analytics? Every project I have seen do this typically has a long discussion about who gets access to the data. Folks in Europe tend to have privacy concerns, etc.
--David On Friday, July 17, 2015, Daniel Gruno <[email protected]> wrote: > Ahem, please add a privacy policy/notice when you include 3rd party > analytics like this. > > Thanks! > > On 2015-07-17 12:51, [email protected] wrote: > >> Author: spmallette >> Date: Fri Jul 17 10:51:55 2015 >> New Revision: 1691512 >> >> URL: http://svn.apache.org/r1691512 >> Log: >> Added google analytics. >> >> Modified: >> incubator/tinkerpop/site/index.html >> >> Modified: incubator/tinkerpop/site/index.html >> URL: >> http://svn.apache.org/viewvc/incubator/tinkerpop/site/index.html?rev=1691512&r1=1691511&r2=1691512&view=diff >> >> ============================================================================== >> --- incubator/tinkerpop/site/index.html (original) >> +++ incubator/tinkerpop/site/index.html Fri Jul 17 10:51:55 2015 >> @@ -14,6 +14,15 @@ >> <!-- Le styles --> >> <link href="bootstrap.css" rel="stylesheet"> >> <script src="js/bootstrap-dropdown.js" >> type="text/javascript"></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-65248634-1', 'auto'); >> + ga('send', 'pageview'); >> + </script> >> <style type="text/css"> >> body { >> padding-top: 60px; >> >> >> >
