Google tag manager : Configuration and publication ok but not able to display tag on website

梦想与她 提交于 2020-01-26 03:13:05

问题


I have configure all my GTM account and create container, tags etc...

I have create a version and publish my container. And when I want to see the result on my website all my code was encapsulated in div tag with style display none and visibility hidden:

 <div style="display: none; visibility: hidden;">
   <script>$(window).load(function(){alert("window is loaded")});</script>
   </div>

do you know how i can fix that?


回答1:


GTM loads the tags that you need separately, not inside a certain div. Check via the console if your tags are there. Besides, I'm not sure what this code about, are you sure it's related to GTM?



来源:https://stackoverflow.com/questions/25524031/google-tag-manager-configuration-and-publication-ok-but-not-able-to-display-ta

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!