Hello, I have a generic tag on one page and an extension for it. The tag is configured to load a script and the extension should populate window.myTagData. During the tests I see that utag.189.js is loaded (189 is my tag's ID). So far so good, but as far as I understand utag.189.js should load the actual script I specified in the Generic Tag settings. But I don't see this script anywhere. According to browser console there is no HTTP request for this script and there's no script tag across the page. Inside utag.189.js I see a valid URL being generated, but it is never used. The extension doesn't get executed too (I don't see the code in utag.js or utag.189.js). Am I missing anything obvious? Thanks
... View more