Hi,
We are implementing 3rd Party tags using DTM Event based rules. We are adding this as Non-sequential HTML or Non-sequential Javascript Third Party Tags.
But, the problem we face now is , we get some tags where it has <script> tags and within this script tags there is document.write() statement having a <script> tag to load a Javascript file.
eg :
<script>
var value = somevaluegenerated;
document.write('<script src="xyz.js?para1=one¶2=' + value + '"></script>);
</script>
How ever we found out that DTM does not support document.write() in this scenario.
Can you please let us know what is the option for adding such kind of 3rd Party tags?
Thanks