Hi and thank you in advance for the help.
I Have this strange problem with google analytics:
I tried to ad the complete script track ID additional script (Template > layout> additional script)
But the there is no communication with Google.
I saw the source code of my web page and the script is placed at the end (in the last line of the body). Not in the head tag.
I tried to put my google code into index.php but nothing works:
if I put it before <?php in the source code I can see the script placed on the top before the head tag.
I f I put it after ?> when I see my source code I can see it placed at the end before the </body>
How I can do to place it into the <head>
thank you
Please Log in or Create an account to join the conversation.