Skip to content

Instantly share code, notes, and snippets.

View mrdevin's full-sized avatar

Devin Hartman mrdevin

View GitHub Profile
const CODE = `<!-- Global site tag (gtag.js) - Google Analytics -->
<script defer src="https://www.googletagmanager.com/gtag/js?id={{ID}}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '{{ID}}');
</script>`;
class GoogleTagmanagerPlugin {