kinow commented on code in PR #73:
URL: https://github.com/apache/opennlp-site/pull/73#discussion_r1038178860
##########
src/main/jbake/templates/footer.ftl:
##########
@@ -40,5 +40,24 @@
link.parents('li,ul').addClass('active');
</script>
+
+ <!-- Matomo -->
+ <script>
+ var _paq = window._paq = window._paq || [];
+ /* tracker methods like "setCustomDimension" should be called before
"trackPageView" */
+ /* We explicitly disable cookie tracking to avoid privacy issues */
+ _paq.push(['disableCookies']);
+ /* Measure a visit to flink.apache.org and nightlies.apache.org/flink
as the same visit */
Review Comment:
Thanks! I think this is the first ASF I participate that I know Matomo is
used. Looking forward to learning how it works and maybe suggest to other
projects I contribute to to try that too.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]