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 02f0a20 commit 1368dfeCopy full SHA for 1368dfe
src/django_project/core/templates/base.htm
@@ -6,6 +6,16 @@
6
{# block for main header content #}
7
{% block mainheader %}
8
<head>
9
+ <!-- Google tag (gtag.js) -->
10
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-X6VK8H1VLF"></script>
11
+ <script>
12
+ window.dataLayer = window.dataLayer || [];
13
+ function gtag(){dataLayer.push(arguments);}
14
+ gtag('js', new Date());
15
+
16
+ gtag('config', 'G-X6VK8H1VLF');
17
+ </script>
18
19
<meta charset="utf-8">
20
<meta http-equiv="X-UA-Compatible" content="IE=edge">
21
<meta name="viewport" content="width=device-width, initial-scale=1">
0 commit comments