问题
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