gtag.jsのanalyticsとadwords併用の書き方

IT

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

gtag(‘config’, ‘UA-*********-*’);
gtag(‘config’, ‘AW-*********’);
</script>

IT

Posted by むちごろう