We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66af43 commit 66547c3Copy full SHA for 66547c3
1 file changed
src/index.html
@@ -30,6 +30,18 @@
30
content="Moon sighting visibility maps based on the Yallop criterion"
31
/>
32
<meta name="twitter:image" content="https://www.islamicmonth.com/assets/og-image.png" />
33
+
34
+ <!-- Google tag (gtag.js) -->
35
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-CTLRT8JMN6"></script>
36
+ <script>
37
+ window.dataLayer = window.dataLayer || [];
38
+ function gtag() {
39
+ dataLayer.push(arguments);
40
+ }
41
+ gtag('js', new Date());
42
43
+ gtag('config', 'G-CTLRT8JMN6');
44
+ </script>
45
</head>
46
<body>
47
<app-root></app-root>
0 commit comments