Releases: Tealium/tealium-java
Releases · Tealium/tealium-java
1.4.0
1.3.2
- Persistent Data Deletion
deletePersistentData
method added to theDataManager
class
1.3.1
BugFix: Updated track method to use a copy of Persistent Data to stop event data unexpectedly being stored.
1.3.0
- 1.3.0 Remove visitor_id and switch to event endpoint
- "tealium_visitor_id" and "tealium_vid" removed
- Use the "event" endpoint using the POST method with json
- Create a Udo data object to represent data instead of the ambiguous Map<String, Object>
- Update methods to use the Udo data type and deprecate api methods using Map<String, Object> for data.
- Lots of refactoring and introduction of TDD practices to encourage more maintainable code in the library.
1.2.0
1.1.0
- New variable added:
- tealium_event_type
- track(type, title, data, completion) added as new primary track method, types avail:
- activity
- conversion
- derived
- interaction
- view
- DispatchCallback update to return info dictionary instead of just encodedUrl -> ( boolean, map<String, Object>, error) that
- Removal of convenience retry track(string, callBack)