We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab555f commit 56c373aCopy full SHA for 56c373a
src/index.html
@@ -70,15 +70,15 @@
70
-->
71
<script
72
async
73
- src="https://www.googletagmanager.com/gtag/js?id=G-C8Z4FEEJ9Q"
+ src="https://www.googletagmanager.com/gtag/js?id=G-2NYQESPF9Y"
74
></script>
75
<script>
76
window.dataLayer = window.dataLayer || [];
77
function gtag() {
78
dataLayer.push(arguments);
79
}
80
gtag('js', new Date());
81
- gtag('config', 'G-C8Z4FEEJ9Q');
+ gtag('config', 'G-2NYQESPF9Y');
82
</script>
83
84
<!--
0 commit comments