You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Pramod Immaneni (JIRA)" <ji...@apache.org> on 2017/08/30 23:07:02 UTC

[jira] [Resolved] (APEXCORE-553) Add google analytics tracking to apex website

     [ https://issues.apache.org/jira/browse/APEXCORE-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pramod Immaneni resolved APEXCORE-553.
--------------------------------------
    Resolution: Fixed

> Add google analytics tracking to apex website
> ---------------------------------------------
>
>                 Key: APEXCORE-553
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-553
>             Project: Apache Apex Core
>          Issue Type: Improvement
>          Components: Website
>            Reporter: Ashwin Chandra Putta
>            Assignee: Michelle Xiao
>
> Add Google Analytics tracking to the apex.apache.org website so that we can learn about website traffic and what users are looking for.
> {code}
> <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','https://www.google-analytics.com/analytics.js','ga');
>   ga('create', 'UA-85540278-1', 'auto');
>   ga('send', 'pageview');
> </script>
> {code}
> Add privacy footer to indicate collection of data. Reference: http://www.apache.org/foundation/policies/privacy.html
> Discussion: https://lists.apache.org/thread.html/f1af3f19ecd2532eb2f5cea2a81fda744912112df5259e2d55c05b88@%3Cdev.apex.apache.org%3E



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)