There was an error while loading. Please reload this page.
1 parent 39f21ba commit 1ab98beCopy full SHA for 1ab98be
1 file changed
public/index.html
@@ -21,5 +21,18 @@
21
<script data-jsd-embedded data-key="177c4fd7-ee93-450b-9bc7-eed48cf7dc0b"
22
data-base-url="https://jsd-widget.atlassian.com"
23
src="https://jsd-widget.atlassian.com/assets/embed.js"></script>
24
+<!-- Global site tag (gtag.js) - Google Analytics -->
25
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-161162688-1"></script>
26
+<script>
27
+ window.dataLayer = window.dataLayer || [];
28
+
29
+ function gtag() {
30
+ dataLayer.push(arguments);
31
+ }
32
33
+ gtag('js', new Date());
34
35
+ gtag('config', 'UA-161162688-1');
36
+</script>
37
</body>
38
</html>
0 commit comments