PROBLEM SOLVED!
----->
Hello,
I've installed DW Rapido and trying to install Google Analytics. I enabled 'custom javascript' and placed the following code in 'custom.js'.
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-000000"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-000000'), { 'anonymize_ip': true });
</script>
The problem is that the code is not visible. Can you help me?