Skip to content

Commit b1014f2

Browse files
committed
Remove Matomo and add Umami tracking
1 parent 6decb90 commit b1014f2

File tree

1 file changed

+8
-28
lines changed

1 file changed

+8
-28
lines changed

public/index.html

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,8 @@
88
<meta name="twitter:card" content="summary_large_image" />
99
<meta name="twitter:site" content="@sourcifyeth" />
1010
<meta name="og:title" content="Sourcify metadata playground" />
11-
<meta
12-
name="og:description"
13-
content="Playground for decoding data appended to the contract bytecode and metadata"
14-
/>
15-
<meta
16-
name="og:image"
17-
content="https://playground.sourcify.dev/sourcify-eth-card.png"
18-
/>
11+
<meta name="og:description" content="Playground for decoding data appended to the contract bytecode and metadata" />
12+
<meta name="og:image" content="https://playground.sourcify.dev/sourcify-eth-card.png" />
1913
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
2014
<!--
2115
manifest.json provides metadata used when your web app is installed on a
@@ -32,26 +26,12 @@
3226
Learn how to configure a non-root public URL by running `npm run build`.
3327
-->
3428
<title>playground.sourcify.dev</title>
35-
<!-- Matomo -->
36-
<script>
37-
var _paq = (window._paq = window._paq || []);
38-
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
39-
_paq.push(["setExcludedQueryParams", ["code", "gist"]]);
40-
_paq.push(["trackPageView"]);
41-
_paq.push(["enableLinkTracking"]);
42-
(function () {
43-
var u = "https://ethereumfoundation.matomo.cloud/";
44-
_paq.push(["setTrackerUrl", u + "matomo.php"]);
45-
_paq.push(["setSiteId", "32"]);
46-
var d = document,
47-
g = d.createElement("script"),
48-
s = d.getElementsByTagName("script")[0];
49-
g.async = true;
50-
g.src = "//cdn.matomo.cloud/ethereumfoundation.matomo.cloud/matomo.js";
51-
s.parentNode.insertBefore(g, s);
52-
})();
53-
</script>
54-
<!-- End Matomo Code -->
29+
<!-- Umami Analytics -->
30+
<script
31+
defer
32+
src="https://cloud.umami.is/script.js"
33+
data-website-id="ce896d11-39f4-4b66-9ef4-6ad7f35afefd"
34+
></script>
5535
</head>
5636
<body>
5737
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)