Description
currently, there is an old urchin.js tracking javascript snippet in site.xml head
<body> <head> <script src="https://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-140879-1"; urchinTracker(); </script> </head>
but since a good number of Maven Site Plugin versions, there is an official googleAnalytics feature that does a better job, with async js: see DOXIASITETOOLS-41 and googleAnalyticsAccountId element in site.xml
it's time to use the feature to replace the old hack
Attachments
Issue Links
- is related to
-
MSKINS-127 For all http://maven.apache.org/ pages it take 2 minutes to see content in China
- Closed
- is superceded by
-
MPOM-300 Replace Google Analytics with ASF Matomo
- Closed