I'm curious why the starter files include the following Analytics script:
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110577987-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110577987-1');
</script>
As far as I know, that code is active on every download.
This is the original theme of https://wordpressify.co/ thus it has the Analytics code. Maybe would be better tracking it with a plugin directly in production.
I'm curious why the starter files include the following Analytics script:
As far as I know, that code is active on every download.