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,
Hey AdrianSmithUK,
Where can we see and reproduce the problem you are having?
Best regards,
Rikard
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
}