Scripts not loaded in head
-
Hi, I have a problem with the scripts in head. These are not showed in any page.
I have activated the third party cookies and also enabled in first visit.In head tab I have added four scripts like this:
<script async src=XXXXX></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘xxxxxx’);
</script>But these scripts doesn’t appear in the head when I see the source code.
What am I doing wrong? Thank you very much.The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Scripts not loaded in head’ is closed to new replies.