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!
Hey Shpend Thaqi,
Here are the docs for you:
If you need further assistance please let us know.
Best regards,
Victoria
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
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
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