Created
May 26, 2020 13:31
-
-
Save paulmwatson/dba6f5d8d849d0844ff57c208fe167e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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