You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add google analytics tracking to Cadence Lang website so that all pages are tracked (I believe we'd have to add the env variable in vercel and update the docusaurus.config file similar to how we did for the regular dev docs site. The following is the generated tag:
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5654FKLB20"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5654FKLB20');
</script>
The text was updated successfully, but these errors were encountered:
Reported by: Ali Serag (<@ali.serag>)
Issue Description:
Add google analytics tracking to Cadence Lang website so that all pages are tracked (I believe we'd have to add the env variable in vercel and update the docusaurus.config file similar to how we did for the regular dev docs site. The following is the generated tag:
The text was updated successfully, but these errors were encountered: