Ashwin Chandra Putta created APEXCORE-553:
---------------------------------------------
Summary: 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}
Discussion:
https://lists.apache.org/thread.html/f1af3f19ecd2532eb2f5cea2a81fda744912112df5259e2d55c05b88@%3Cdev.apex.apache.org%3E
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)