Hello,
The webmaster the site my game is hosted sent me a line to implement Google Analytics :
<script async src="https://www.googletagmanager.com/gtag/js?id=XXX"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-68GVWJTW4D'); </script>
Where shall I add it to my Construct project ?