September 1, 2022
Tealium Universal Tag (utag.js)
- Values from
localStorage
andsessionStorage
are automatically added to the data layer object. - Added override options
ignoreSessionStorage
andignoreLocalStorage
. - Fixed an issue where
tealium_environment
andut.env
were not set correctly for first-party domain customers.
Tealium for iOS (Swift)
Low Impact Changes
- Updated
SKAdNetwork
calls to useupdatePostbackConversionValue
if on iOS 15
High Impact Changes
- Removed initial call to
trackUserConsentCategories
this may effect you if you rely on that being called.
New Features
- Added config option
overrideConsentCategoriesKey
to override the name of the Tealium consent categories attribute, to support custom enforcement of server-side consent.
Tealium for React Native
- Added React 18 to supported versions for all packages
- All remote command and location modules updated to support React 18
- Upgraded Kotlin version to 1.6.0
Tealium for Cordova
- Fixed incorrect
plugin_version
version number in data layer.
Tealium for Xamarin
- Fixed a bug that caused events to be tracked as views.
Tealium for Android (Kotlin)
- Core 1.4.3
- DeviceCollector bug fix: Correct calculation for
tealium_logical_resolution
- DeviceCollector bug fix: Correct calculation for
- TagManagement 1.1.3
- Bug fix: Relocate
sessionCountingEnabled
to fix miscount on fresh launch
- Bug fix: Relocate
- VisitorService 1.1.1
- Bug fix: Move visitor service profile override to earlier initialization
- Location: Add missing ProGuard rules for new classes
Client-side consent management
Updates and fixes
- Updated default language behavior in Consent Management models
Updated the Default Language behavior of all consent management models to ensure that a default language is enabled when no language is selected. This fixes an exception that occasionally appears in Tealium IQ when trying to access the Consent Management tab when no default language is selected. - Updated
cmGeneral
template to version 3.0.10
UpdatedcmGeneral template
to 3.0.10. This fixes a bug wheregetSelectedCategories
could return categories that weren’t displayed to the user. - Renamed Display Rule to Enforcement Rule in Explicit Consent Prompt to better reflect it’s functionality.
- Removed misleading Consent Category section from AudienceStream connector actions UI.