Skip to content

Commit 57655b8

Browse files
committed
feat: integrate Mava Widget and Hotjar for enhanced user engagement and analytics
1 parent 04f1a67 commit 57655b8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,31 @@
2323
<link rel="icon" type="image/svg+xml" href="/src/assets/logo.png" />
2424
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2525
<title>iExec Explorer</title>
26+
<!-- Mava Widget -->
27+
<script defer src="https://widget.mava.app" widget-version="v2" id="MavaWebChat" enable-sdk="false" data-token="8e4e10aad5750451e8726768e8c639dae54f461beeb176f5ebd687371c9390f2"></script>
28+
<script>
29+
(function (h, o, t, j, a, r) {
30+
h.hj =
31+
h.hj ||
32+
function () {
33+
(h.hj.q = h.hj.q || []).push(arguments);
34+
};
35+
h._hjSettings = { hjid: 3518387, hjsv: 6 };
36+
a = o.getElementsByTagName('head')[0];
37+
r = o.createElement('script');
38+
r.async = 1;
39+
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
40+
a.appendChild(r);
41+
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
42+
</script>
43+
<!-- Google Tag Manager -->
44+
<script>
45+
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
46+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
47+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
48+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
49+
})(window,document,'script','dataLayer','GTM-P7KSD4T');
50+
</script>
2651
</head>
2752
<body>
2853
<div id="root"></div>

0 commit comments

Comments
 (0)