Skip to content

Commit

Permalink
update google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
ashsicle committed Dec 21, 2023
1 parent 296fb60 commit 7eae027
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ export default function RootLayout({
return (
<html lang="en">
<head>
<Script async src="https://www.googletagmanager.com/gtag/js?id=G-TGS7CMBMHE" />
{/* Google tag (gtag.js) */}
<Script async src="https://www.googletagmanager.com/gtag/js?id=G-XHQSBHZDS8" />
<Script id="google-analytics">
{`
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TGS7CMBMHE');
gtag('config', 'G-XHQSBHZDS8');
`}
</Script>
<link rel="icon" href="/app/BetaNYC-favicon.svg" type="image/svg" sizes="any" />
Expand Down

0 comments on commit 7eae027

Please sign in to comment.