Code tracking not working Non-necessary Cookie Settings
-
Hi,
I use plugin GDPR Cookie Consent version 1.8.0
I adding code tracking (Google Analityc) to non-necessary (This script will be added to the page HEAD section if the above settings is enabled and user has give consent.)<!– Global site tag (gtag.js) – Google Analytics –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=UA-115151988-1″></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());gtag(‘config’, ‘UA-115151988-1’);
</script>Did not work code tracking.
Source code does not display script google analityc.
Please helpPS.
I didn’t find a solution in the support forumThe page I need help with: [log in to see the link]
The topic ‘Code tracking not working Non-necessary Cookie Settings’ is closed to new replies.