February 1, 2019
Tealium for Java
- Removed
visitor_id
and switch to"event"
endpoint tealium_visitor_id
andtealium_vid
removed- Use the
"event"
endpoint using the POST method with JSON - Created a
Udo
data object to represent data instead of the ambiguousMap<String, Object>
- Updated methods to use the
Udo
data type and deprecate API methods usingMap<String, Object>
for data - Lots of refactoring and introduction of TDD practices to encourage more maintainable code in the library
Tealium for React Native
Low Impact Changes
- Bug Fix - Fixed public
trackEvent()
to calltrackEvent()
onTealium
instance for Android
High Impact Changes
- Additional public-facing methods of Tealium iOS and Tealium Android are now exposed.
- Multiple instances of Tealium are now supported.
- New configuration options have been added that include the enablement of Consent Management, Lifecycle, and a Datasource ID.