Tealium
The main class for the Tealium SDK.
This class provides the primary interface for interacting with the Tealium SDK. It handles initialization, tracking events, managing visitor IDs, and accessing various modules like data layer, deep linking, and tracing.
Properties
The DeepLinkHandler is responsible for tracking incoming deep links, managing attribution, and handling trace parameters when present in the URL.
Functions
Removes all stored visitor identifiers as hashed identities, and generates a new anonymous visitor id.
Creates a ModuleProxy for the given module clazz to allow for an easy creation of Module Wrappers.
Flushes any queued events from the system when it is considered safe to do so by any Barriers that may be blocking.
Resets the current visitor id to a new anonymous one.
Tracks an event with the specified name, and data. The event type will be DispatchType.Event
Tracks an event with the specified name, type, and data.