Skip to content

Commit 4c2eff5

Browse files
committed
Update GTAG
1 parent 083c348 commit 4c2eff5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

_layouts/default.html

+4-6
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,15 @@
77
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
88

99
{% seo %}
10-
<!-- Google Ads -->
11-
<script data-ad-client="ca-pub-2708165677766798" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
12-
13-
<!-- Global site tag (gtag.js) - Google Analytics -->
14-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LJX0HE01KS"></script>
10+
<!-- Google tag (gtag.js) -->
11+
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-11394876125">
12+
</script>
1513
<script>
1614
window.dataLayer = window.dataLayer || [];
1715
function gtag(){dataLayer.push(arguments);}
1816
gtag('js', new Date());
1917

20-
gtag('config', 'G-LJX0HE01KS');
18+
gtag('config', 'AW-11394876125');
2119
</script>
2220

2321
</head>

0 commit comments

Comments
 (0)