changed Google Analytics tracker ID

This commit is contained in:
Akinwale Ariwodola 2017-12-01 10:20:15 +01:00
parent df6264f388
commit efcce65004

View file

@ -24,7 +24,7 @@
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-60403362-1');
gtag('config', 'UA-60403362-4');
</script>
<?php endif; ?>