Release Notes
1.3.1
- BugFix - Updated track method to use a copy of Persistent Data to stop event data unexpectedly being stored.
1.3.0
- Remove
visitor_id
and switch to"event"
endpoint tealium_visitor_id
andtealium_vid
removed- Use the
"event"
endpoint using the POST method with JSON - Create a
Udo
data object to represent data instead of the ambiguousMap<String, Object>
- Update 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.
1.2.0
- Add Datasource
- New variable
tealium_datasource
added - Persistent file name changed to
account.profile.data
(if upgrading from prior version, file no longer accessible) - Bug fix for unit test
1.1.0
- New variable
tealium_event_type
added track(type, title, data, completion)
added as new primarytrack
method, types avail:activity
conversion
derived
interaction
view
DispatchCallback
update to return info dictionary instead of justencodedUrl -> ( boolean, map<String, Object>, error)
that- Removal of convenience retry
track(string, callBack)
1.0.1
- Bug Fix -
LogLevel
enum converted to public API
1.0.0 (Initial)
- Tealium universal data sources added for all dispatches:
event_name
(transitionary - will be deprecated)tealium_account
tealium_environment
tealium_event
tealium_library_name
tealium_library_version
tealium_profile
tealium_random
tealium_session_id
tealium_timestamp_epoch
tealium_visitor_id
tealium_vid
(legacy support - will be deprecated)
This page was last updated: January 7, 2023