We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0487805 commit 48697e6Copy full SHA for 48697e6
_theme/layout.html
@@ -13,6 +13,16 @@
13
applications." />
14
<meta property="og:image" content="https://bitcoindocumentation.org/_static/bitcoindocs.png" />
15
<meta property="og:type" content="website" />
16
+ <!-- Global site tag (gtag.js) - Google Analytics -->
17
+ <script async
18
+ src="https://www.googletagmanager.com/gtag/js?id=UA-150112890-1"></script>
19
+ <script>
20
+ window.dataLayer = window.dataLayer || [];
21
+ function gtag(){dataLayer.push(arguments);}
22
+ gtag('js', new Date());
23
+
24
+ gtag('config', 'UA-150112890-1');
25
+ </script>
26
{{ super() }}
27
{% endblock %}
28
0 commit comments