Good day!
I have a problem regarding integrating Tealium (utag.js) in Checkout. So basically, tealium is already setup in all pages except checkout. Now, I managed to add the utag.js script in web pixels, when I check the web pixel the script exists but for some reason when I access the functions of utag.js it just indicates:
ReferenceError: utag is not defined.
Here is my implementation in Web Pixels:
const environment = localStorage.getItem("tealium_environment");
(function(a, b, c, d) {
a = "https://tags.tiqcdn.com/utag/
checkout_started is executed, but utag.view function is not due to undefined.
Any idea how to fix this? Found a similar issue with this but no response: [Tealium Datalayer Integration on Checkout Pages](https://community.shopify.com/post/2546727)
Highly appreciate the help :blush: