New variable under utag_data - utag 4.49

Gold Contributor
Gold Contributor

We recently upgraded our utag version from 4.45 to 4.49. Now we notice that new variables got added to the utag_data such as .ls and .ss

Do we know what all those values referring?

2 REPLIES 2

New variable under utag_data - utag 4.49

Gold Contributor
Gold Contributor

The variables .ls and .ss in utag_data object are used for managing session and visitor (lifetime) cookies in Tealium iQ Tag Management.

  1. .ss - It stands for Session Start timestamp and is used for tracking the start of a user session.

  2. .ls - It stands for Last Session timestamp and is used for tracking when the last user session occurred.

Both of these timestamps are Unix timestamps, meaning they represent the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970, minus leap seconds.

Please note that these timestamps are integral to sessionization and visitor tracking logic, they can provide insights on user behavior on your site across different sessions.

Also note, different Tealium iQ Tag Management versions might have slightly different naming conventions or methods of storing these values. It is always recommended to refer to Tealium's official documentation or consult with your implementation team or Tealium representative for specific details.

shivam joshi

New variable under utag_data - utag 4.49

Bronze Contributor
Bronze Contributor

Hi,
ls and ss stand for localStorage or sessionStorage. There is more information in the release notes here

Public