Skip to content

Instantly share code, notes, and snippets.

@antlis
Created August 16, 2019 09:51
Show Gist options
  • Save antlis/08ad32130e9133343619086fc2accb24 to your computer and use it in GitHub Desktop.
Save antlis/08ad32130e9133343619086fc2accb24 to your computer and use it in GitHub Desktop.
GTAG Script 2019, pug mixin
mixin ga(id)
script(async='', src='https://www.googletagmanager.com/gtag/js?id='+id)
script.
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '!{id}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment