Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
In Launch, I setup Rules to have a custom HTML code which needs to be in HTML <head> element.
When I publish it, I can see the custom HTML code is added at the bottom of the HTML output right before closing </body> tag. How can I configure this to be inside <head> ... </head> section?
Thanks!
Solucionado! Ir para a Solução.
Os tópicos ajudam a categorizar o conteúdo da comunidade e aumentam sua capacidade de descobrir conteúdo relevante.
Visualizações
respostas
Total de curtidas
In general, you can't – or rather, shouldn't – add code to <head> through a tag management system. Such code should be added directly to the page's HTML, i.e. with dev support.
What are you trying to insert into the <head>?
Visualizações
respostas
Total de curtidas
In general, you can't – or rather, shouldn't – add code to <head> through a tag management system. Such code should be added directly to the page's HTML, i.e. with dev support.
What are you trying to insert into the <head>?
Visualizações
respostas
Total de curtidas
Visualizações
respostas
Total de curtidas
@sungl Actually it's hard to get the third party code tagged to head via launch. However the tags which work even if placed in the body section, should be implemented via launch.
Other tags which has mandatory behaviour to be tagged in the head, should go either via AEM third party analytics or have dev team directly do it on the site.
Hope it helps.
Visualizações
respostas
Total de curtidas
Try add the tracking code via this method: https://stackoverflow.com/a/18784960
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas