Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1275646
    Shpend Thaqi
    Guest

    Dear Team

    I’m still not able to see the tracking data at google analytics after inserting the Google-tracking code at the Enfold Google Services menu.

    Do I need something additional to do or add, for example, tag manager?
    If yes, what and how.

    Thanks for helping!

    #1275738

    Hey Shpend Thaqi,

    Here are the docs for you:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1275776
    This reply has been marked as private.
    #1275904

    Hi Shpend,

    You need to add this code in the functions.php:

    
    //-------------------------------
    // Custom script in head section
    //-------------------------------
    
    function custom_script_name(){
    ?>
    <script>
    
    // Your script here
    
    </script>
    <?php
    }
    add_action('wp_head', 'custom_script_name');
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1275917
    This reply has been marked as private.
    #1276057

    Hey,

    Thanks for contacting us!

    Please go to Appearance > Editor and add the code I attached in private content field into the bottom of Functions.php file.
    If you would like us to add the code for you, please share temporary WP admin logins here privately :)

    Cheers!
    Yigit

    #1276100
    This reply has been marked as private.
    #1276106

    Hi,

    You are editing the correct file. Please add the code to the very bottom of functions.php file.

    Google Analytics field in Enfold theme options currently does not support new GA codes however we are going to release a new update very soon. After updating to that version, you can simply remove the code from functions.php file and insert it in Enfold theme options > Google Services tab :)

    Best regards,
    Yigit

    #1276200
    This reply has been marked as private.
    #1276299

    Hi Shpend,

    Yes, you have implemented correctly. However I noticed an issue with quotes and double quotes.
    Please try copying the code once again from the link I shared in private content field and that should fix quotes/double quotes issue :)

    Best regards,
    Yigit

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