SSWConsulting / SSW.Dory

SSW.Dory - Sharepoint and GitHub
http://sswdory.com
1 stars 0 forks source link

✨ Implement Google Analytics Tracking to Website #41

Open Jord-Gui opened 1 year ago

Jord-Gui commented 1 year ago

As discussed with @tiagov8 @JackDevAU @bradystroud, we shall add in Google Tracking to the SSW.Dory website once the final domain has been set #30 (can contact @tiagov8 for help)

tiagov8 commented 1 year ago

Hi @Jord-Gui

Below is the Google tag for this account. Copy and paste it in the code of every page of your website, immediately after the element. Don’t add more than one Google tag to each page.

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

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