I want to integrate additional html code into my website using DTM. To set the right position of the html code in the page I am using a specific div id.
The positioning t works as planned. Problem is that if I look at the very bottom of the page you will see another container which comes from DTM as well (same rule) – Is there any possibility to prevent the second container from showing up?
I noticed that this behavior must be related to where the rule is being triggered. If I choose „trigger rule at bottom of page“ I have this second container at the bottom. If I choose „onload“ or „DOM ready“ I do not have this problem but then my html does not work correctly.
Any ideas? Thank you very much