We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07aa3a8 commit 96c2a69Copy full SHA for 96c2a69
public/chat/index.html
@@ -271,6 +271,21 @@
271
}
272
273
</style>
274
+ <!-- Matomo -->
275
+ <script>
276
+ var _paq = window._paq = window._paq || [];
277
+ /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
278
+ _paq.push(['trackPageView']);
279
+ _paq.push(['enableLinkTracking']);
280
+ (function() {
281
+ var u="https://bioimage.matomo.cloud/";
282
+ _paq.push(['setTrackerUrl', u+'matomo.php']);
283
+ _paq.push(['setSiteId', '2']);
284
+ var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
285
+ g.async=true; g.src='https://cdn.matomo.cloud/bioimage.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
286
+ })();
287
+ </script>
288
+ <!-- End Matomo Code -->
289
</head>
290
291
0 commit comments