Skip to content

Tealium Kotlin 1.5.0

Compare
Choose a tag to compare
@jameskeith jameskeith released this 25 Oct 13:45
· 18 commits to main since this release
ac5255f
  • Visitor Switching
    • Additional TealiumConfig option visitorIdentityKey to configure where to find a known identity in the DataLayer
    • Known identities are hashed and linked to the tealium_visitor_id to allow better switching between returning identities
  • Additional listeners
    • VisitorIdUpdatedListener - notifies when the visitor id has been updated, either as a result of switching identities or of resetting the visitor id
    • DataLayerUpdatedListener
      • onDataUpdated(String, Any) - notifies that a value has been updated in the DataLayer
      • onDataRemoved(Set<String>) - notifies that the given keys have been removed from the DataLayer, either by user interaction or data expiration
  • RemoteCommandDispatcher 1.2.0
    • Support for default mapping all_events and all_views in the JSON mappings file to enable triggering specified commands in response to every view/event
  • TagManagement 1.2.0
    • QueryParameterProvider - allows additional parameters to be added to the URL used for the TagManagement module
    • Improved WebView instantiation and page load management
  • Kotlin Dependency updates
    • Stdlib: 1.6.21
    • Coroutines: 1.6.2