Skip to content

Commit

Permalink
fixed GA MEASUREMENT ID
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal committed Nov 21, 2023
1 parent cd9ec10 commit adf7a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketing/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const MyApp: React.FC<AppProps> = ({ Component, pageProps }: AppProps) => (
function gtag(){window.dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'GA_MEASUREMENT_ID');
gtag('config', process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS);
`}
</Script>
</SSRProvider>
Expand Down

1 comment on commit adf7a07

@vercel
Copy link

@vercel vercel bot commented on adf7a07 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landgriffon-marketing – ./marketing

landgriffon-marketing-git-dev-vizzuality1.vercel.app
landgriffon-marketing-vizzuality1.vercel.app
landgriffon-marketing.vercel.app

Please sign in to comment.