-
AuthorPosts
-
January 27, 2021 at 2:36 am #1275646
Shpend Thaqi
GuestDear 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!
January 27, 2021 at 11:20 am #1275738Hey Shpend Thaqi,
Here are the docs for you:
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 27, 2021 at 1:12 pm #1275776This reply has been marked as private.January 27, 2021 at 10:19 pm #1275904Hi 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,
VictoriaJanuary 27, 2021 at 10:59 pm #1275917This reply has been marked as private.January 28, 2021 at 2:49 pm #1276057Hey,
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!
YigitJanuary 28, 2021 at 7:17 pm #1276100This reply has been marked as private.January 28, 2021 at 7:37 pm #1276106Hi,
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,
YigitJanuary 29, 2021 at 2:07 am #1276200This reply has been marked as private.January 29, 2021 at 2:07 pm #1276299 -
AuthorPosts
- You must be logged in to reply to this topic.
