Skip to content

Commit 336c9ec

Browse files
authored
Merge pull request #3426 from metacpan/oalders/gtm
Try a different Google Tag id
2 parents 57f6724 + f6b9ba7 commit 336c9ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

root/base.tx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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>
2727
%% block opengraph -> { }
2828
</head>
2929
<body>

root/static/js/google-analytics.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const gtag = (...args) => {
55
};
66

77
gtag('js', new Date());
8-
gtag('config', 'G-E82Q2V8LVD', {
8+
gtag('config', 'G-6B2JCQSHJE', {
99
cookie_flags: 'SameSite=Lax;Secure'
1010
});
1111

0 commit comments

Comments
 (0)