diff --git a/platforms/javascript/version-4-52/index.html b/platforms/javascript/version-4-52/index.html index 204cfc670..554a01206 100644 --- a/platforms/javascript/version-4-52/index.html +++ b/platforms/javascript/version-4-52/index.html @@ -144,6 +144,12 @@
Version 4.52 introduces a queuing system for early tracking events in Single Page Applications (SPAs), a nonblocking_tags
setting to improve Interaction to Next Paint (INP) scores, enhanced session counting for first-party setups, and performance optimizations.
Please review the following before implementing changes in version 4.52+:
+utag.js
from running.This version adds a queuing system for Tealium iQ’s tracking functions (utag.view
, utag.link
, utag.track
), making them available immediately on page load. Previously, these functions would not work until utag.js
fully loaded, causing errors or lost events in SPAs when called too early.
To enable this, add the following snippet above your existing Tealium iQ code:
@@ -235,7 +241,7 @@This page was last updated: December 10, 2024 +
This page was last updated: December 16, 2024