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 f3c8c22 commit f925535Copy full SHA for f925535
src/django_project/web/templates/web/full/index.html
@@ -4,6 +4,15 @@
4
<html lang="en">
5
6
<head>
7
+ <!-- Google tag (gtag.js) -->
8
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-X6VK8H1VLF"></script>
9
+ <script>
10
+ window.dataLayer = window.dataLayer || [];
11
+ function gtag(){dataLayer.push(arguments);}
12
+ gtag('js', new Date());
13
+
14
+ gtag('config', 'G-X6VK8H1VLF');
15
+ </script>
16
<meta charset="UTF-8">
17
<meta name="viewport" content="width=device-width, initial-scale=1.0">
18
<meta name="description"
0 commit comments