Hi Steve,
There are two global variables you can use for this purpose:
{code:javascript}
window.utag.cfg.path
{code}
contains the full path of the utag.js file e.g. //tags.tiqcdn.com/utag/yourcompany/yourprofile/prod/utag.js or
//tags.tiqcdn.com/utag/yourcompany/yourprofile/dev/utag.js
{code:javascript}
window.utag.cfg.v
{code}
contains the timestamp of the last published version, and that corresponds to the time you can see in the versions tab in the user interface.
These variables can either be referenced directly in JavaScript code extensions, or you can define them in the data layer tab as "JavaScript Page Variables".
Craig.
Check out our new Swift integration library for iOS, macOS, tvOS and watchOS: https://github.com/Tealium/tealium-swift with updated
documentation https://community.tealiumiq.com/t5/Swift/tkb-p/swift.