Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1242778

    Hi

    I entered my GA tracking code in the (Google Analytics Tracking Code) box but it doesn’t show on the site.

    I disabled caching and turned off the performance features but still no code.

    It seemed to stop working at my last update which was on the 14h of August.

    Has something changed?

    Kind Regards,

    • This topic was modified 4 years, 2 months ago by AdrianSmithUK.
    #1243017

    Hey AdrianSmithUK,

    Where can we see and reproduce the problem you are having?

    Best regards,
    Rikard

    #1243046

    Don’t worry. It still doesn’t work but I found another way.

    If anybody else comes across the same problem, here is what I did. I have a child them and I put the following code in the functions.php file.

    
    add_action( 'wp_footer', 'my_footer_scripts' );
    function my_footer_scripts(){
    ?>
    <script>console.log('Add Your Google Analytics (etc) Script Here')</script>
    <?php
    }
    
    • This reply was modified 4 years, 2 months ago by AdrianSmithUK.
    #1243219

    Hi,

    Great, I’m glad that you found a solution and thanks for sharing :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.