Skip to content

Commit 984924c

Browse files
authored
test2
1 parent 0be95c1 commit 984924c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

index.html

+11-1
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,23 @@
5454
}
5555
</style>
5656

57-
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
57+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
5858
<script>
5959
(adsbygoogle = window.adsbygoogle || []).push({
6060
google_ad_client: "ca-pub-7405526437222894",
6161
enable_page_level_ads: true
6262
});
6363
</script>
64+
<!-- Global site tag (gtag.js) - Google Analytics -->
65+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118868750-1"></script>
66+
<script>
67+
window.dataLayer = window.dataLayer || [];
68+
function gtag(){dataLayer.push(arguments);}
69+
gtag('js', new Date());
70+
71+
gtag('config', 'UA-118868750-1');
72+
</script>
73+
6474
</head>
6575

6676
<body>

0 commit comments

Comments
 (0)