From fef500f931aa3848d481ce89b8d7db53a66face5 Mon Sep 17 00:00:00 2001 From: Zainab Daodu Date: Mon, 16 Dec 2024 09:39:10 -0800 Subject: [PATCH] update --- platforms/javascript/version-4-52/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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+ notes


Overview

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.

+

Important notes for version 4.52+

+

Please review the following before implementing changes in version 4.52+:

+

Queue for early tracking events

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 @@

Performance enhancements

-

This page was last updated: December 10, 2024 +

This page was last updated: December 16, 2024