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 46a2050 commit de6aad8Copy full SHA for de6aad8
pages/_app.js
@@ -8,6 +8,16 @@ function WebPerfSnippets({ Component, pageProps }) {
8
src="https://cdn.debugbear.com/BK73p0yToVVP.js"
9
strategy="afterInteractive"
10
/>
11
+ <Script src="https://www.googletagmanager.com/gtag/js?id=G-NNX9SYKEV2"></Script>
12
+ <Script id="google-analytics">
13
+ {`
14
+ window.dataLayer = window.dataLayer || [];
15
+ function gtag(){dataLayer.push(arguments)}
16
+ gtag('js', new Date());
17
+
18
+ gtag('config', 'G-NNX9SYKEV2');
19
+ `}
20
+ </Script>
21
</>
22
);
23
}
0 commit comments