- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
06-30-2020 07:13 AM
Hi, we want to identify if the javascript is wrapped in Tealium, is existence of "utag" in the page source used as Tealium tag container identifier?
Solved! Go to Solution.
07-01-2020 11:18 AM
If the Tealium Universal Tag (utag.js) is loaded on a page, then the utag
object will be defined in the global namespace.
You can test it like this: (typeof utag !== "undefined")
Additionally, script tags loaded by utag.js will have an id
attribute to show that they were loaded by utag.js.
For example: <script type="text/javascript" async="" charset="utf-8" id="utag_2189"
Copyright All Rights Reserved © 2008-2023