• Resolved af88

    (@af88)


    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&gt;
    <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 help

    PS.
    I didn’t find a solution in the support forum

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Code tracking not working Non-necessary Cookie Settings’ is closed to new replies.