Files
sagivo-blog/_includes/google-analytics.html
Sagiv Ofek a2069dc623 a
2021-09-09 11:16:02 -06:00

15 lines
328 B
HTML

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