Google Analytics: Difference between revisions

From Open Access Directory
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<br>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-151018458-1"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-151018458-1"></script>
<br>
<script>
<script>
<br>
window.dataLayer = window.dataLayer || [];
window.dataLayer = window.dataLayer || [];
<br>
function gtag(){dataLayer.push(arguments);}
function gtag(){dataLayer.push(arguments);}
<br>
gtag('js', new Date());
gtag('js', new Date());
 
<br>
gtag('config', 'UA-151018458-1');
gtag('config', 'UA-151018458-1');
</script>
</script>

Revision as of 17:29, 28 October 2019


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