ODES-Chile / ODES-Chile.github.io

ODES-Chile.github.io
https://odes-chile.github.io/
0 stars 1 forks source link

Google analytics #8

Open frzambra opened 1 year ago

frzambra commented 1 year ago

Agregar el google analytics a la web


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

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