+ Reply to Thread
Results 1 to 5 of 5

Thread: Anslitycs 4

  1. #1
    Senior Member
    Join Date
    May 2015
    Posts
    116

    Anslitycs 4

    Hello

    After adding analitycs code in header of verification plugin

    text show on website left top corner " page contents "
    I copied code from google and pasted directly in plugin

    Regards
    Alex

  2. #2
    What exactly are you pasting into the Verification plugin?

    For me, I pasted the following; but x'ed out the UA codes:

    .................................................. .........................

    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-x"></script>
    <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());

    gtag('config', 'UA-xxxxxxxxx-x');
    </script>

    .................................................. .........................

    Does your code look like this?

  3. #3
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Could you create a ticket to look into the problem?

  4. #4
    Senior Member
    Join Date
    May 2015
    Posts
    116
    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
    <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());

    gtag('config', 'G-XXXXXXXXXX');
    </script>

  5. #5
    Still not working?

    Make sure when you set up your Google Analytics account that you selected "website" only not "mobile" or "website" and "mobile
    Last edited by Joe Can; February 21, 2021 at 10:56 PM.

+ Reply to Thread