Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nschaeferhoff/e7fe59a1d59a9e1f303dcde95bb363ea to your computer and use it in GitHub Desktop.
Save nschaeferhoff/e7fe59a1d59a9e1f303dcde95bb363ea to your computer and use it in GitHub Desktop.
function add_googleanalytics() { ?>
<script async src="https://www.googletagmanager.com/gtag/js?id=XX-XXXXXXXX-X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'XX-XXXXXXXX-X');
</script>
<?php
}
add_action('wp_head', 'add_googleanalytics');
@MASalimC
Copy link

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment