Skip to content

Commit 1ab98be

Browse files
committed
update -- google analytics integration
1 parent 39f21ba commit 1ab98be

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

public/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,18 @@
2121
<script data-jsd-embedded data-key="177c4fd7-ee93-450b-9bc7-eed48cf7dc0b"
2222
data-base-url="https://jsd-widget.atlassian.com"
2323
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>
2437
</body>
2538
</html>

0 commit comments

Comments
 (0)