Skip to content

Commit 003705b

Browse files
committed
Try a different Google Tag id
1 parent 57f6724 commit 003705b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

root/base.tx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,15 @@
2323
<link rel="apple-touch-icon" sizes="152x152" href="/static/icons/apple-touch-icon.png">
2424
<link rel="search" href="/static/opensearch.xml" type="application/opensearchdescription+xml" title="MetaCPAN">
2525
<script async src="https://perl-ads.perlhacks.com/perl-ads.js"></script>
26-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E82Q2V8LVD"></script>
26+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6B2JCQSHJE"></script>
27+
<!-- Google tag (gtag.js) -->
28+
<script>
29+
window.dataLayer = window.dataLayer || [];
30+
function gtag(){dataLayer.push(arguments);}
31+
gtag('js', new Date());
32+
33+
gtag('config', 'G-E82Q2V8LVD');
34+
</script>
2735
%% block opengraph -> { }
2836
</head>
2937
<body>

0 commit comments

Comments
 (0)