suwebdev / mingled-worlds

WATS 4020 19RQ Professional Practice Group Repository.
MIT License
0 stars 3 forks source link

Site Analytics #1

Open csdarcher opened 6 years ago

csdarcher commented 6 years ago

User Story: Site Analytics

URL: https://github.com/suwebdev/mingled-worlds/wiki/User-Story:-Site-Analytics

Sizing: Small

Priority: Low

Reasoning: While not imperative to the overall site, setting up the goals and data tracking will provide the team with valuable information to help guide our future sprints.

csdarcher commented 6 years ago

Created user-tracking branch

screen shot 2018-07-24 at 7 51 32 pm
csdarcher commented 6 years ago

Added Google Analytics Global Site tag to head.

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