Skip to content

Instantly share code, notes, and snippets.

@paulmwatson
Created May 26, 2020 13:31
Show Gist options
  • Save paulmwatson/dba6f5d8d849d0844ff57c208fe167e7 to your computer and use it in GitHub Desktop.
Save paulmwatson/dba6f5d8d849d0844ff57c208fe167e7 to your computer and use it in GitHub Desktop.
window.dataLayer = window.dataLayer || []
function gtag() { dataLayer.push(arguments) }
gtag('js', new Date())
const trackGoogleAnalytics = (event) => {
gtag('config', 'GA_MEASUREMENT_ID', {
'cookie_flags': 'max-age=7200;secure;samesite=none'
})
}
document.addEventListener('turbolinks:load', trackGoogleAnalytics)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment