Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2482702
[URGENT] Google Analytics Issue
Closed

Comments

  • cookerru started the conversation

    Hi there,

    After installing the theme to my website (cookerru.com), I am having issues loading any real time data on Google Analytics. I would truly appreciate the support. Thank you!

  •  2,699
    PenciDesign replied

    Hi,

    To install google analytics for your site, you can copy your google analytics code like this:

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

    And paste this code to Customize > Footer Options > Google Analytics Code


    Best Regards,

    PenciDesign