Add Google tag IDs to base layout
This commit is contained in:
parent
3908924022
commit
4d73b92fbd
1 changed files with 15 additions and 0 deletions
|
|
@ -72,6 +72,21 @@ const twitterSite = TWITTER_SITE?.trim();
|
||||||
href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@600;700;800&family=Merriweather:wght@700&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@600;700;800&family=Merriweather:wght@700&display=swap"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
|
<script
|
||||||
|
async
|
||||||
|
src="https://www.googletagmanager.com/gtag/js?id=GT-PBSRSGG9"
|
||||||
|
></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag() {
|
||||||
|
dataLayer.push(arguments);
|
||||||
|
}
|
||||||
|
gtag("js", new Date());
|
||||||
|
gtag("config", "GT-PBSRSGG9");
|
||||||
|
gtag("config", "GT-PHPDF5Z2");
|
||||||
|
gtag("config", "G-39XW217EQH");
|
||||||
|
gtag("config", "AW-16856737735");
|
||||||
|
</script>
|
||||||
<slot name="head" />
|
<slot name="head" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue