The Data Compass tool helps teams and organizations improve their strategic use of data. As part of that tool, this software helps them to survey and analyze how data flows between actors in a system.
Other
4
stars
1
forks
source link
Add Google Analytics code snippet to all relevant website pages #201
In this sprint over the past month, we did not get a chance to build out many analytical tools for Facilitators or Admins to know about user metrics for the Surveys. To compensate, we have created a Google Analytics snippet to embed into the code. Can you please add this snippet?
Please put this on as many relevant pages as possible (we don't want to know only how many people go to the home page, but also to individual pages like surveys and projects if possible—the more the better!).
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-160842916-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-160842916-1');
</script>
In this sprint over the past month, we did not get a chance to build out many analytical tools for Facilitators or Admins to know about user metrics for the Surveys. To compensate, we have created a Google Analytics snippet to embed into the code. Can you please add this snippet?
Please put this on as many relevant pages as possible (we don't want to know only how many people go to the home page, but also to individual pages like surveys and projects if possible—the more the better!).