We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fdd4c commit 9fa3115Copy full SHA for 9fa3115
1 file changed
public/index.html
@@ -28,6 +28,15 @@
28
<meta property="twitter:image" content="%PUBLIC_URL%/og-image.png" />
29
<meta property="twitter:image:alt" content="ShotClock Pro — free online basketball shot clock" />
30
31
+ <!-- Google tag (gtag.js) -->
32
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-PB7M6KHZ9Z"></script>
33
+ <script>
34
+ window.dataLayer = window.dataLayer || [];
35
+ function gtag(){dataLayer.push(arguments);}
36
+ gtag('js', new Date());
37
+ gtag('config', 'G-PB7M6KHZ9Z');
38
+ </script>
39
+
40
<script
41
data-ad-client="ca-pub-1951283706310480"
42
async
0 commit comments