Created
February 9, 2018 07:33
-
-
Save bendasvadim/f38b437b94043f9472faf4285e4ab17e to your computer and use it in GitHub Desktop.
Решение ошибки dataLayer.push в MODX
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
Это возникает из за аналитики в шапке | |
<!— Global site tag (gtag.js) - Google Analytics —> | |
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111032207-1"></script> | |
<script> | |
window.dataLayer = window.dataLayer || []; | |
function gtag(){dataLayer.push(arguments);} | |
gtag('js', new Date()); | |
gtag('config', 'UA-XXXXXXXXX-X'); | |
</script> | |
Закомментируйте или оберните ее в ignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment