Hi QiuFeng, This is the code for statistics. Please help evaluate and add it.
Warm regards, Ji Min Christian Grobmeier <[email protected]> 于2024年2月27日周二 03:42写道: > Hello Min Ji, > > Thanks for requesting the Matomo code and using a privacy-friendly > solution for this. > > Here is your code :-) > > Kind regards, > Christian > > <!-- Matomo --> > <script> > var _paq = window._paq = window._paq || []; > /* tracker methods like "setCustomDimension" should be called before > "trackPageView" */ > _paq.push(["setDoNotTrack", true]); > _paq.push(["disableCookies"]); > _paq.push(['trackPageView']); > _paq.push(['enableLinkTracking']); > (function() { > var u="https://analytics.apache.org/"; > _paq.push(['setTrackerUrl', u+'matomo.php']); > _paq.push(['setSiteId', '46']); > var d=document, g=d.createElement('script'), > s=d.getElementsByTagName('script')[0]; > g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); > })(); > </script> > <!-- End Matomo Code --> > > -- > The Apache Software Foundation > V.P., Data Privacy > > On Fri, Feb 23, 2024, at 04:40, Min Ji wrote: > > Dear Privacy Committee Team, > > > > I hope this message finds you well. I am writing to you on behalf of the > > Apache Seata project [1], one of the projects that joined the Apache > > Incubator in 2023. As we continue our journey to improve Seata and its > > community engagement, we have identified the need to better understand > how > > our contributors and users interact with our official website. > > > > To this end, we wish to integrate Matomo Analytics into the Seata website > > to gain valuable insights into user behavior and website performance. > This > > will help us to make data-driven decisions to enhance the developer > > experience and streamline the navigation and content accessibility on our > > platform. > > > > Therefore, we kindly request the Privacy Committee to provide us with the > > necessary Matomo site ID and tracking code to proceed with the > integration. > > We assure you that we will adhere to all the necessary guidelines and > best > > practices for data analysis and privacy. > > > > [1]. https://seata.apache.org/ > > > > > > Warm regards, > > > > Ji Min >
