Skip to content

Commit 097f2c0

Browse files
Добавляет новый ga
1 parent 9f8dfb8 commit 097f2c0

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

html-css.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
<link rel="stylesheet" href="css/normalize.css">
1616
<link rel="stylesheet" href="css/prism.css">
1717
<link rel="stylesheet" href="css/style.css">
18+
19+
<!-- Global site tag (gtag.js) - Google Analytics -->
20+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-29640059-7"></script>
21+
<script>
22+
window.dataLayer = window.dataLayer || [];
23+
function gtag(){dataLayer.push(arguments);}
24+
gtag('js', new Date());
25+
gtag('config', 'UA-29640059-7');
26+
</script>
1827
</head>
1928
<body>
2029

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
<link rel="stylesheet" href="css/normalize.css">
1616
<link rel="stylesheet" href="css/prism.css">
1717
<link rel="stylesheet" href="css/style.css">
18+
19+
<!-- Global site tag (gtag.js) - Google Analytics -->
20+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-29640059-7"></script>
21+
<script>
22+
window.dataLayer = window.dataLayer || [];
23+
function gtag(){dataLayer.push(arguments);}
24+
gtag('js', new Date());
25+
gtag('config', 'UA-29640059-7');
26+
</script>
1827
</head>
1928
<body>
2029

javascript.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
padding: 10px 10px;
2424
}
2525
</style>
26+
27+
<!-- Global site tag (gtag.js) - Google Analytics -->
28+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-29640059-7"></script>
29+
<script>
30+
window.dataLayer = window.dataLayer || [];
31+
function gtag(){dataLayer.push(arguments);}
32+
gtag('js', new Date());
33+
gtag('config', 'UA-29640059-7');
34+
</script>
2635
</head>
2736
<body>
2837

0 commit comments

Comments
 (0)