goinvo / goinvo.com

A static site for goinvo.com using GastbyJS
https://www.goinvo.com
4 stars 1 forks source link

Install Google Analytics 4 Tracking Code (install by June 30) #471

Closed ericbenwa closed 1 year ago

ericbenwa commented 1 year ago
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P00K4KL2Y9"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-P00K4KL2Y9');
</script>