<@U05QQCKMNLD> to add GA to your blog, you can add...
# maintainers
m
@Joshua Ellis to add GA to your blog, you can add the following snippet:
Copy code
<!-- Google tag (gtag.js) -->
<script async src="<https://www.googletagmanager.com/gtag/js?id=G-68LZ66H7R0>"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-68LZ66H7R0');
</script>
I’ll set you up with access to the property shortly also. If anybody else would like access, please let me know
👍 1