-
Notifications
You must be signed in to change notification settings - Fork 657
Website: Add Matomo Analytics Tracking Script #1208
Copy link
Copy link
Open
Labels
docsApplies to the API docs or websiteApplies to the API docs or websitegood-first-issueGood for newcomersGood for newcomershacktoberfestThis is a good issue for HacktoberfestThis is a good issue for Hacktoberfestis:enhancementNew feature or requestNew feature or requestis:taskA chore to be doneA chore to be donepri:normalup-for-grabsThis issue is open to be worked on by anyoneThis issue is open to be worked on by anyone
Metadata
Metadata
Assignees
Labels
docsApplies to the API docs or websiteApplies to the API docs or websitegood-first-issueGood for newcomersGood for newcomershacktoberfestThis is a good issue for HacktoberfestThis is a good issue for Hacktoberfestis:enhancementNew feature or requestNew feature or requestis:taskA chore to be doneA chore to be donepri:normalup-for-grabsThis issue is open to be worked on by anyoneThis issue is open to be worked on by anyone
Type
Fields
Give feedbackNo fields configured for Task.
Is there an existing issue for this?
Task description
Apache supports analytics tracking through Matomo, and many other projects have added this to their websites to track page views, demographics, etc. This can provide us with some valuable feedback as to how much traffic and what sort of traffic is visiting our website.
This task involves installing this tracking script on our website (both "site" and "apidocs" templates).
Set-up Documentation
https://lucenenet.apache.org/contributing/documentation.html
https://privacy.apache.org/matomo/creating-a-new-site.html
Dashboard
https://analytics.apache.org/index.php?module=CoreHome&action=index&date=yesterday&period=day&idSite=84
Tracking Script
It is recommended that the Matomo Code is included immediately before the closing
</head>tag on all web pages.