Release Notes
Audiences
November 8, 2023
Fixes
- Fixed sizing error when a newly created attribute is used to define the audience.
Client-side tags
November 29, 2023
Updates and fixes
- Updated the Adobe Analytics AppMeasurement tag with the following improvements:
- Added safeguards to prevent multiple post-track callbacks for a single tracking request.
- Added additional error handling for browsers with faulty high-entropy user-agent client hints APIs.
- Changed POST Content-Type header to use
x-www-form-urlencoded
by default.
- Updated the Adobe Target tag to support version 2.11.
- Updated the Epsilon Partner Sync Web Service tag to reflect a new name and automatically set the following QSPs if the source is populated (values from localStorage, sessionStorage, and cookies):
ls.dtm_token
→dtm_token_ls
ss.dtm_token
→dtm_token_ss
cp.dtm_token
→dtm_token
cp.dtm_token_sc
→dtm_token_sc
- Updated the Logicad tag to correct an issue where extensions would not execute.
Connectors
November 15, 2023
Updates
- Updated the new connector window to use a slideout UI for easier configuration.
Consent Integrations
November 8, 2023
Fixes
- Updated template based on user feedback to make it simpler and easier to understand.
Consent management
September 2023
Updates and fixes
-
Updated event logging to use a new dedicated
id
parameter in theCONSENTMGR
cookie (with support for custom namespaces), instead of using theutag_main_v_id
.The following templates have been updated to support this update:
cmGeneral
has been updated to version 3.0.12 to add centralized logic for generating consent forms ID that can be called from consent logging templates.cmDoNotSell
has been updated to version 1.4.0 to call the centralized logic.fullConsentEventHandler
has been updated to version 1.0.3 to call the centralized logic.partialConsentEventHandler
has been updated to version 1.0.3 to call the centralized logic.
For more information about this change and related changes to
utag.js
, see the release notes for version 4.50.
Data mappings
November 15, 2023
Fixes
- Fixed an issue where variables deleted from the New Tag window failed to delete.
Data sources
November 29, 2023
Updates
- Updated the file import data source to add the ability to filter completed or failed file uploads by time periods. Filter options include 7 days, 30 days, 60 days, and a custom date range.
DataAccess
November 2023
Fixes
- Added deduplication logic to the normalized visitors view.
Extensions
October 2023
Fixes
- Fixed JavaScript error when duplicating a Data Validation extension.
- Fixed JavaScript error when copying a rule from within CCPA.
Load rules
November 15, 2023
Fixes
- Fixed a UI issue so that the screen displays the close button when the screen is narrowed.
Save and publish
November 15, 2023
Enhancements
- Added change history for extensions, load rules, and events.
Server-side administration
September 2023
Fixes
- Updated the server-side versions screen to fix incorrect date formatting in the calendar.
Server-side connectors
November 29, 2023
Fixes
- Updated the Adobe Analytics connector to support User Agent Client Hints mappings.
- Updated the Airship connector to correct issue where strings were converted to floats if they contained certain characters.
- Updated the Braze connector to correct an issue where numbers were sent as strings.
- Updated the Criteo Audience Match connector API to the most recent version: v2023.10.
- Updated the Criteo connector to support deduplication with the Criteo One tag.
- Deprecated the Data Xu Audiences connector.
- Updated the Facebook Conversions connector to ensure the Action Source parameter is required.
- Deprecated the Facebook Offline Conversions connector.
- Updated the Google Ads Store Sales connector to correct issue with batched data and the
transactionUploadFraction
field. - Updated the Google Analytics 4 Measurement Protocol connector to support debug override.
- Updated the Movable Ink connector to change the names of the following requirements:
- Access Token ID is now Access Key ID.
- Access Token Secret is now Access Secret.
- Behavioural Endpoint is now Endpoint URL.
- Updated the Nextdoor connector to add
customer
,custom
, andapp
parameters to Conversion Event Parameters section. - Updated the Salesforce Email Studio OAuth2 (ExactTarget) connector to fix issue where Subscriber Attributes Data were incorrectly set as required.
- Updated the Salesforce Pardot connector to increase the number of returned lists to 600 and use reverse chronological order for list entries.
Server-side consent management
November 2023
Fixes
- Fixed AudienceStream purpose so it properly unassigns when removed.
Tealium for Android (Java)
See the GitHub change log for a complete list of changes to Tealium for Android.
5.9.3 (February 2022)
- Added the
sessionCountingEnabled
flag toTealiumConfig
to allow disabling of session counting for Tealium iQ accounts that use self-hosted JavaScript files.
Tealium for Android (Kotlin)
See the GitHub change log for a complete list of changes to Tealium for Android (Kotlin).
1.5.1 (October 2022)
- Bug fix - Fixed an issue where events arrived at dispatchers in the incorrect order
Tealium for Cordova
2.3.1 (April 2023)
- Handling of
Map
type from the Ionic plugin.Map
types are converted toObject
where necessary.
Tealium for iOS (Swift)
2.10.1 (August 2023)
Low Impact Changes
- Removed data from the data layer that remained from a previous migration from the Objective-C library:
app_version
,uuid
,visitor_id
,last_track_event
andlast_session_created
. - Prevented an eventual crash on XCode 15 beta due to
+load
method being defined on anobj-c
category of a Swift class.
Tealium Universal Tag (utag.js)
Update your copy of utag.js
to take advantage of the latest fixes and enhancements.
September 2023
4.51
- Fixes cookie expiration issues, including one in specific browser and timezone/region settings when using
utag.js
version 4.50.
4.50
Version 4.50 provides more transparency and control over cookies written by utag.js
.
Previously, we recommended using multi-value cookies (multicookies). However, due to the increasing demand for transparency and simplicity, particularly for data privacy audits, we have revised our recommendation. Now, we advise using standalone cookies, which is now the default behavior in utag.js
.
Be sure to update the Tealium Collect tag and all active Consent management templates, especially the Event Logging feature, when you update to utag.js
version 4.50.
This release includes the following updates:
- Writes separate
utag_main
cookies instead of a single multi-value cookie. To use the legacy behavior that stores multiple values in a single cookie, setsplit_cookie
tofalse
. - Moves responsibility for
utag_main_v_id
fromutag.js
to the Tealium Collect tag. To forceutag.js
to set theutag_main_v_id
cookie, setalways_set_v_id
totrue
. - Adds a new
id
element in the Consent Manager cookie for logging consent. When this cookie is first set, it will match anyutag_main_v_id
values found, after which it won’t be changed. That behavior prioritizes maintaining the link between the user and the logged events, but means that a match isn’t guaranteed in all cases. - Can easily be upgraded by updating the relevant templates.
- Adds the following utag settings:
split_cookie
- Set tofalse
to use the legacy single multi-value cookie.split_cookie_allowlist
- Specifies an array cookie names that can be set using theutag_main
namespace.always_set_v_id
- Forcesutag.js
to set theutag_main_v_id
cookie or thev_id
component ofutag_main
.
- Updates the following templates:
utag.js
(loader
) to version 4.50, to update cookie behaviorcmGeneral
to version 3.0.12, to add centralized logic for generating or retrieving a device ID that can be called from consent logging templatescmDoNotSell
to version 1.4.0, to call the centralized logicfullConsentEventHandler
to version 1.0.3, to call the centralized logicpartialConsentEventHandler
to version 1.0.3, to call the centralized logicCollect
to versiontv:20064.20230519
(released in May 2023)
For more information about the new settings for enhanced transparency in utag 4.50 or later, see Enhancing Cookie Transparency with utag 4.51.