3rd Party Cookie Scripts are added completly
-
I have the following script definitions:
<!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXX"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-XXXXX'); </script>but somehow only the first part is added to the head-section!
<!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXX"></script>what could be the cause of this?
tnx for the time and help
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘3rd Party Cookie Scripts are added completly’ is closed to new replies.