Hello, I have a question concerning the placement of utag.js in a static HTML document without UDO. The aim is to add Tealium to parts of a web site where the modification of source code is expensive due to process reasons. Adding utag.js as a one off process is feasible, building a best practice conforming UDO is economically forbidding. Tealium will mainly be used to extract information from the corresponding web pages and feed that into a Collect Tag. The information on the page will be present in javascript variables and the DOM. Timing is not essential, but being sure that the javascript variables on the page are accessible to Tealium is. My question is: where should we best place the utag.js call in this case, right below the opening body tag (usually best practice) or at the bottom of the page, below all the (static) data and javascript variables? What would be the advantages, disadvantages of the two solutions? I am leaning towards placing the utag.js at the bottom, so that we know that all data is present on the page when TiQ runs and we can immediately use an extension to set the data values in the data layer. As opposed to, say, placing utag.js at the top and firing the Tags on DOM Ready and scoping the data setting Extensions to the relevant tags, hoping that they will have the correct timing. Is there a recommendation on utag.js placement under these circumstances? Thanks in advance, Michael
... View more